Home
last modified time | relevance | path

Searched defs:textWidth (Results 1 - 25 of 26) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_text_field.cpp100 auto textWidth = static_cast<int32_t>(contentController_->GetWideText().length()); in ProcessSelection() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dbar_item_layout_algorithm.cpp51 auto textWidth = textWrapper->GetGeometryNode()->GetContentSize().Width(); in MeasureToolbarItemText() local
126 auto textWidth = geometryNode->GetFrameSize().Width(); in LayoutText() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkfont_fuzzer/
H A Dndkfont_fuzzer.cpp220 float textWidth; in NativeDrawingFontTest006() local
/foundation/arkui/ace_engine/frameworks/core/components/marquee/
H A Drender_marquee.cpp372 auto textWidth = childText_->GetLayoutSize().Width(); in GetTextPosition() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_font_test.cpp367 float textWidth = 0.f; in HWTEST_F() local
398 float textWidth = 0.f; in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dcontent_controller.cpp198 auto textWidth = static_cast<int32_t>(GetWideText().length()); in FilterValue() local
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_dialog.cpp415 uint16_t textWidth = 0; in MeasureMaxWidth() local
451 uint16_t textWidth = 0; in MeasureTextWidth() local
H A Dui_label.cpp49 void UpdateWidth(uint16_t textWidth, uint16_t labelWidth) in UpdateWidth() argument
363 void UILabel::RemeasureForMarquee(int16_t textWidth) in RemeasureForMarquee() argument
H A Dui_edit_text.cpp629 uint16_t textWidth = GetTextWidthByCursorIndex(cursorIndex_); in UpdateOffsetBySetCursorIndex() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dtext_tdd_test.cpp155 int textWidth = 0; in ComponentTextStyleSetOverflowTest003() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_font.cpp236 OH_Drawing_FontMeasureSingleCharacter(const OH_Drawing_Font* cFont, const char* str, float* textWidth) OH_Drawing_FontMeasureSingleCharacter() argument
252 OH_Drawing_FontMeasureText(const OH_Drawing_Font* cFont, const void* text, size_t byteLength, OH_Drawing_TextEncoding encoding, OH_Drawing_Rect* bounds, float* textWidth) OH_Drawing_FontMeasureText() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/
H A Dfont.cpp186 scalar textWidth = 0.0f; in MeasureSingleCharacter() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_paint_method.cpp90 double textWidth = paragraph->GetMaxIntrinsicWidth(); in DrawCalendarText() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/
H A Dmarquee_pattern.cpp175 auto textWidth = GetTextNodeWidth(); in PlayMarqueeAnimation() local
456 auto textWidth = textGeoNode->GetFrameSize().Width(); in CalculateStart() local
500 auto textWidth in CalculateEnd() local
609 auto textWidth = textGeoNode->GetFrameSize().Width(); IsRunMarquee() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/utils/
H A Ddrag_animation_helper.cpp356 int64_t textWidth = BADGE_DEFAULT_SIZE.ConvertToPx() + (BADGE_RELATIVE_OFFSET.ConvertToPx() * (badgeLength - 1)); in UpdateBadgeLayoutAndRenderContext() local
/foundation/arkui/ace_engine/interfaces/napi/kits/measure/
H A Djs_measure.cpp220 double textWidth = delegate->MeasureText(context); in JSMeasureText() local
/foundation/arkui/ui_lite/frameworks/common/
H A Dtext.cpp535 int16_t textWidth = TypedText::GetTextWidth(text_, fontId_, fontSize_, GetTextStrLen(), in GetPosXByLetterIndex() local
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Drosen_render_calendar.cpp90 double textWidth = paragraph->GetMaxIntrinsicWidth(); in GetTextParagraph() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_layout_algorithm.cpp161 double textWidth = text_.width_; in ShrinkWidth() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_pattern.cpp173 auto textWidth = text->GetGeometryNode()->GetMarginFrameSize().Width(); in GetOffsetX() local
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.cpp1012 double textWidth = paragraph_->GetMaxIntrinsicWidth(); local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_content_modifier.cpp1005 float textWidth = paragraph->GetTextWidth(); in ResetTextRacePercent() local
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.cpp849 double textWidth = 0.0; in MeasureTextSizeInner() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp10234 float textWidth = richTextRect_.Width() + rectLineInfo.GetX(); in CalcLineEndPosition() local
10277 float textWidth = richTextRect_.Width() + rectLineInfo.GetX(); in CalcSingleLineEndPosition() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp5005 auto textWidth = textGeometryNode->GetMarginFrameSize().Width(); in CalculateTooltipOffset() local

Completed in 54 milliseconds

12