Home
last modified time | relevance | path

Searched refs:MeasureTextSizeInner (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drender_custom_paint_creator.cpp49 return RosenRenderCustomPaint::MeasureTextSizeInner(context); in MeasureTextSize()
H A Drosen_render_custom_paint.h69 static Size MeasureTextSizeInner(const MeasureContext& context);
H A Drosen_render_custom_paint.cpp709 Size RosenRenderCustomPaint::MeasureTextSizeInner(const MeasureContext& context) in MeasureTextSizeInner() function in OHOS::Ace::RosenRenderCustomPaint
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_layout_element.cpp299 auto size = RosenRenderCustomPaint::MeasureTextSizeInner(content); in GetMeasureTextSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtitle_bar_layout_algorithm.cpp732 …minTitleHeight_ = static_cast<float>(RosenRenderCustomPaint::MeasureTextSizeInner(context).Height(… in LayoutTitle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_node.cpp139 …return std::max(static_cast<float>(RosenRenderCustomPaint::MeasureTextSizeInner(content).Width()),… in MeasureTextWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp4325 …height = std::max(static_cast<float>(RosenRenderCustomPaint::MeasureTextSizeInner(content).Height(… in CalculateDefaultHandleHeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp7568 …height = std::max(static_cast<float>(RosenRenderCustomPaint::MeasureTextSizeInner(content).Height(… in OnBackPressed()