/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/ |
H A D | search_text_field.cpp | 100 auto textWidth = static_cast<int32_t>(contentController_->GetWideText().length()); in ProcessSelection() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | bar_item_layout_algorithm.cpp | 51 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 D | ndkfont_fuzzer.cpp | 220 float textWidth; in NativeDrawingFontTest006() local
|
/foundation/arkui/ace_engine/frameworks/core/components/marquee/ |
H A D | render_marquee.cpp | 372 auto textWidth = childText_->GetLayoutSize().Width(); in GetTextPosition() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_font_test.cpp | 367 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 D | content_controller.cpp | 198 auto textWidth = static_cast<int32_t>(GetWideText().length()); in FilterValue() local
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_dialog.cpp | 415 uint16_t textWidth = 0; in MeasureMaxWidth() local 451 uint16_t textWidth = 0; in MeasureTextWidth() local
|
H A D | ui_label.cpp | 49 void UpdateWidth(uint16_t textWidth, uint16_t labelWidth) in UpdateWidth() argument 363 void UILabel::RemeasureForMarquee(int16_t textWidth) in RemeasureForMarquee() argument
|
H A D | ui_edit_text.cpp | 629 uint16_t textWidth = GetTextWidthByCursorIndex(cursorIndex_); in UpdateOffsetBySetCursorIndex() local
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | text_tdd_test.cpp | 155 int textWidth = 0; in ComponentTextStyleSetOverflowTest003() local
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_font.cpp | 236 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 D | font.cpp | 186 scalar textWidth = 0.0f; in MeasureSingleCharacter() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/ |
H A D | calendar_paint_method.cpp | 90 double textWidth = paragraph->GetMaxIntrinsicWidth(); in DrawCalendarText() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/ |
H A D | marquee_pattern.cpp | 175 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 D | drag_animation_helper.cpp | 356 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 D | js_measure.cpp | 220 double textWidth = delegate->MeasureText(context); in JSMeasureText() local
|
/foundation/arkui/ui_lite/frameworks/common/ |
H A D | text.cpp | 535 int16_t textWidth = TypedText::GetTextWidth(text_, fontId_, fontSize_, GetTextStrLen(), in GetPosXByLetterIndex() local
|
/foundation/arkui/ace_engine/frameworks/core/components/calendar/ |
H A D | rosen_render_calendar.cpp | 90 double textWidth = paragraph->GetMaxIntrinsicWidth(); in GetTextParagraph() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
H A D | security_component_layout_algorithm.cpp | 161 double textWidth = text_.width_; in ShrinkWidth() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/ |
H A D | toast_pattern.cpp | 173 auto textWidth = text->GetGeometryNode()->GetMarginFrameSize().Width(); in GetOffsetX() local
|
/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | rosen_render_text_field.cpp | 1012 double textWidth = paragraph_->GetMaxIntrinsicWidth(); local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_content_modifier.cpp | 1005 float textWidth = paragraph->GetTextWidth(); in ResetTextRacePercent() local
|
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_custom_paint.cpp | 849 double textWidth = 0.0; in MeasureTextSizeInner() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.cpp | 10234 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 D | web_pattern.cpp | 5005 auto textWidth = textGeometryNode->GetMarginFrameSize().Width(); in CalculateTooltipOffset() local
|