/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/ |
H A D | text_timer_layout_algorithm.cpp | 36 auto textSize = textWrapper->GetGeometryNode()->GetFrameSize(); in Measure() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/ |
H A D | text_clock_layout_algorithm.cpp | 48 auto textSize = textWrapper->GetGeometryNode()->GetFrameSize(); in Measure() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_font.cpp | 38 void TexgineFont::SetSize(float textSize) in SetSize()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | font_regen.cpp | 60 float textSize = 256; // 256 FontSetTextSize 参数 in OnTestFunction() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/ |
H A D | select_layout_algorithm.cpp | 64 auto textSize = MeasureAndGetSize(textWrapper, childConstraint); in Measure() local 97 void SelectLayoutAlgorithm::MeasureAndGetTextSize(double fontSize, SizeF& textSize, bool& isTextMin) in MeasureAndGetTextSize()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | text_tdd_test.cpp | 325 const char *textSize = "fontSize"; in ComponentTextStyleSetSizeFamilyTest006() local 413 const char *textSize = "fontSize"; in ComponentTextStyleSetLineHeightTest008() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/ |
H A D | badge_layout_algorithm.cpp | 126 auto textSize = textGeometryNode->GetContentSize(); in Measure() local 276 auto textSize = textGeometryNode->GetContentSize(); in Layout() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/search/ |
H A D | rosen_render_search.cpp | 91 auto textSize = buttonText->GetLayoutSize(); in Paint() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkfont_fuzzer/ |
H A D | ndkfont_fuzzer.cpp | 100 float textSize = GetObject<float>(); in NativeDrawingFontTest002() local
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/font_napi/ |
H A D | js_font.cpp | 520 double textSize = 0.0; in OnSetSize() local 534 double textSize = m_font->GetSize(); in OnGetSize() local 634 double textSize = m_font->MeasureText(text.c_str(), text.length(), TextEncoding); in OnMeasureText() local 722 int32_t textSize = m_font->CountText(text.c_str(), text.length(), TextEncoding::UTF8); in OnCountText() local
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/text_line_napi/ |
H A D | js_text_line.cpp | 150 uint32_t textSize = textLine_->GetGlyphCount(); in OnGetGlyphCount() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | render_picker_option.cpp | 436 Size textSize = renderText_->GetLayoutSize(); in PerformLayout() local
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_label.cpp | 337 Point textSize = labelText_->GetTextSize(); in ReMeasure() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_font.cpp | 104 void SkiaFont::SetSize(scalar textSize) in SetSize()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/ |
H A D | font.cpp | 68 void Font::SetSize(scalar textSize) in SetSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_layout_algorithm.cpp | 204 void RichEditorLayoutAlgorithm::UpdateRichTextRect(const SizeF& textSize, LayoutWrapper* layoutWrap… in UpdateRichTextRect()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/ |
H A D | render_switch.cpp | 357 auto textSize = paintRenderText->GetLayoutSize(); in PaintText() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | button_layout_algorithm.cpp | 154 auto textSize = childWrapper->GetGeometryNode()->GetContentSize(); in HandleAdaptiveText() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_font.cpp | 182 void OH_Drawing_FontSetTextSize(OH_Drawing_Font* cFont, float textSize) in OH_Drawing_FontSetTextSize()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/measure/ |
H A D | js_measure.cpp | 374 Size textSize = delegate->MeasureTextSize(context); in JSMeasureTextSize() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_tip_modifier.cpp | 105 SizeF textSize = { 0, 0 }; in PaintText() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/utils/ |
H A D | drag_animation_helper.cpp | 364 …auto textSize = CalcSize(NG::CalcLength(textWidth), NG::CalcLength(BADGE_DEFAULT_SIZE.ConvertToPx(… in UpdateBadgeLayoutAndRenderContext() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/ |
H A D | render_option.cpp | 754 auto textSize = text->GetLayoutSize(); in LayoutTextImage() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/chart/ |
H A D | chart_component.h | 539 void SetTextSize(double textSize) in SetTextSize()
|
H A D | rosen_render_chart.cpp | 215 Size textSize = Size(paragraph->GetMinIntrinsicWidth(), paragraph->GetHeight()); in PaintText() local
|