Home
last modified time | relevance | path

Searched defs:textSize (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
H A Dtext_timer_layout_algorithm.cpp36 auto textSize = textWrapper->GetGeometryNode()->GetFrameSize(); in Measure() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_layout_algorithm.cpp48 auto textSize = textWrapper->GetGeometryNode()->GetFrameSize(); in Measure() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_font.cpp38 void TexgineFont::SetSize(float textSize) in SetSize()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dfont_regen.cpp60 float textSize = 256; // 256 FontSetTextSize 参数 in OnTestFunction() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_layout_algorithm.cpp64 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 Dtext_tdd_test.cpp325 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 Dbadge_layout_algorithm.cpp126 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 Drosen_render_search.cpp91 auto textSize = buttonText->GetLayoutSize(); in Paint() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkfont_fuzzer/
H A Dndkfont_fuzzer.cpp100 float textSize = GetObject<float>(); in NativeDrawingFontTest002() local
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/font_napi/
H A Djs_font.cpp520 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 Djs_text_line.cpp150 uint32_t textSize = textLine_->GetGlyphCount(); in OnGetGlyphCount() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_option.cpp436 Size textSize = renderText_->GetLayoutSize(); in PerformLayout() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_label.cpp337 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 Dskia_font.cpp104 void SkiaFont::SetSize(scalar textSize) in SetSize()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/
H A Dfont.cpp68 void Font::SetSize(scalar textSize) in SetSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_layout_algorithm.cpp204 void RichEditorLayoutAlgorithm::UpdateRichTextRect(const SizeF& textSize, LayoutWrapper* layoutWrap… in UpdateRichTextRect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drender_switch.cpp357 auto textSize = paintRenderText->GetLayoutSize(); in PaintText() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_layout_algorithm.cpp154 auto textSize = childWrapper->GetGeometryNode()->GetContentSize(); in HandleAdaptiveText() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_font.cpp182 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 Djs_measure.cpp374 Size textSize = delegate->MeasureTextSize(context); in JSMeasureTextSize() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_tip_modifier.cpp105 SizeF textSize = { 0, 0 }; in PaintText() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/utils/
H A Ddrag_animation_helper.cpp364 …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 Drender_option.cpp754 auto textSize = text->GetLayoutSize(); in LayoutTextImage() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/chart/
H A Dchart_component.h539 void SetTextSize(double textSize) in SetTextSize()
H A Drosen_render_chart.cpp215 Size textSize = Size(paragraph->GetMinIntrinsicWidth(), paragraph->GetHeight()); in PaintText() local

12