Home
last modified time | relevance | path

Searched refs:Vp2PxWithCurrentDensity (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_canvas_ffi.cpp55 x = PipelineBase::Vp2PxWithCurrentDensity(x); in GetRectParam()
56 y = PipelineBase::Vp2PxWithCurrentDensity(y); in GetRectParam()
70 param.x = PipelineBase::Vp2PxWithCurrentDensity(x); in GetBezierCurveParam()
71 param.y = PipelineBase::Vp2PxWithCurrentDensity(y); in GetBezierCurveParam()
80 param.x = PipelineBase::Vp2PxWithCurrentDensity(x); in GetQuadraticCurveParam()
81 param.y = PipelineBase::Vp2PxWithCurrentDensity(y); in GetQuadraticCurveParam()
88 param.x = PipelineBase::Vp2PxWithCurrentDensity(x); in GetArcParam()
89 param.y = PipelineBase::Vp2PxWithCurrentDensity(y); in GetArcParam()
112 param.x = PipelineBase::Vp2PxWithCurrentDensity(x); in GetEllipseParam()
113 param.y = PipelineBase::Vp2PxWithCurrentDensity(y); in GetEllipseParam()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_popup_list.cpp184 viewPortWidth_ = PipelineBase::Vp2PxWithCurrentDensity(POPUP_BOX_SIZE); in OnRequestPopupDataSelected()
241 viewPortSize = PipelineBase::Vp2PxWithCurrentDensity(POPUP_BOX_SIZE) * in ApplyLayoutParam()
244 …viewPortSize = PipelineBase::Vp2PxWithCurrentDensity(POPUP_BOX_SIZE) * datas_.size() + POPUP_BORDE… in ApplyLayoutParam()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
H A Drender_side_bar_container.cpp122 exceptRegion_.SetRect(PipelineBase::Vp2PxWithCurrentDensity(sideBar_->GetButtonLeft()), in Update()
123 PipelineBase::Vp2PxWithCurrentDensity( in Update()
124 … sideBar_->GetButtonTop()), PipelineBase::Vp2PxWithCurrentDensity(sideBar_->GetButtonWidth()), in Update()
125 PipelineBase::Vp2PxWithCurrentDensity(sideBar_->GetButtonHeight())); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dscrollable_event.h95 …std::abs(scrollable_->GetCurrentVelocity()) > PipelineBase::Vp2PxWithCurrentDensity(HTMBLOCK_VELOC… in IsHitTestBlock()
99 …return std::abs(getAnimateVelocityCallback_()) > PipelineBase::Vp2PxWithCurrentDensity(HTMBLOCK_VE… in IsHitTestBlock()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_base_node.cpp205 selfIdealSize.SetWidth(PipelineBase::Vp2PxWithCurrentDensity(widthValue)); in ConstructorCallback()
206 selfIdealSize.SetHeight(PipelineBase::Vp2PxWithCurrentDensity(heightValue)); in ConstructorCallback()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp791 double PipelineBase::Vp2PxWithCurrentDensity(double vp) in Vp2PxWithCurrentDensity() function in OHOS::Ace::PipelineBase
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp144 double PipelineBase::Vp2PxWithCurrentDensity(double vp) in Vp2PxWithCurrentDensity() function in OHOS::Ace::PipelineBase
H A Dpipeline_base.h134 static double Vp2PxWithCurrentDensity(double vp);
/ohos5.0/foundation/arkui/ace_engine/build/
H A Dlibace.map218 OHOS::Ace::PipelineBase::Vp2PxWithCurrentDensity*;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_modifier.cpp341 auto spaceWidth = PipelineBase::Vp2PxWithCurrentDensity(FIXED_WIDTH); in PaintLinearProgress()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Drender_water_flow.cpp922 …PipelineBase::Vp2PxWithCurrentDensity(DP_PER_LINE_DESKTOP * LINE_NUMBER_DESKTOP * degree / MOUSE_W… in HandleAxisEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.cpp99 contentStartOffset_ = std::max(PipelineBase::Vp2PxWithCurrentDensity(startOffset), 0.0); in Measure()
101 contentEndOffset_ = std::max(PipelineBase::Vp2PxWithCurrentDensity(endOffset), 0.0); in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Drosen_render_data_panel.cpp968 auto spaceWidth = PipelineBase::Vp2PxWithCurrentDensity(FIXED_WIDTH); in PaintLinearProgress()