Home
last modified time | relevance | path

Searched refs:GetLogicScale (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Ddimension.cpp105 return value_ * pipeline->GetLogicScale() / pipeline->GetDipScale(); in ConvertToVp()
128 return value_ * pipeline->GetLogicScale(); in ConvertToPx()
154 return value_ * pipeline->GetLogicScale() / pipeline->GetDipScale() / fontScale; in ConvertToFp()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dcalc_length.cpp31 scaleProperty.lpxScale = static_cast<float>(pipeline->GetLogicScale()); in CreateScaleProperty()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h782 double GetLogicScale() const in GetLogicScale() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_layout_algorithm.cpp242 fontScale, pipeline->GetLogicScale(), width, indentValue)) { in ApplyIndent()
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H A Djs_drag_controller.cpp424 return value * pipeline->GetLogicScale(); in ConvertToPx()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp2724 auto lpxScale = pipeline->GetLogicScale(); in BdImagePaintTask()
2926 { pipeline->GetDipScale(), pipeline->GetLogicScale() }); in PaintBorderImageGradient()