/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_font_test.cpp | 365 float textWidth = 0.f; variable 396 float textWidth = 0.f; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | bar_item_layout_algorithm.cpp | 62 auto textWidth = textWrapper->GetGeometryNode()->GetContentSize().Width(); in MeasureToolbarItemText() local 137 auto textWidth = geometryNode->GetFrameSize().Width(); in LayoutText() local
|
/ohos5.0/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() 363 void UILabel::RemeasureForMarquee(int16_t textWidth) in RemeasureForMarquee()
|
H A D | ui_edit_text.cpp | 629 uint16_t textWidth = GetTextWidthByCursorIndex(cursorIndex_); in UpdateOffsetBySetCursorIndex() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/ |
H A D | marquee_pattern.cpp | 196 auto textWidth = GetTextNodeWidth(); in PlayMarqueeAnimation() local 480 auto textWidth = textGeoNode->GetFrameSize().Width(); in CalculateStart() local 522 auto textWidth = textGeoNode->GetFrameSize().Width(); in CalculateEnd() local 629 auto textWidth = textGeoNode->GetFrameSize().Width(); in IsRunMarquee() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/ |
H A D | search_text_field.cpp | 103 auto textWidth = static_cast<int32_t>(contentController_->GetWideText().length()); in ProcessSelection() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_font.cpp | 234 float* textWidth) in OH_Drawing_FontMeasureSingleCharacter() 250 OH_Drawing_TextEncoding encoding, OH_Drawing_Rect* bounds, float* textWidth) in OH_Drawing_FontMeasureText()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/marquee/ |
H A D | render_marquee.cpp | 372 auto textWidth = childText_->GetLayoutSize().Width(); in GetTextPosition() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkfont_fuzzer/ |
H A D | ndkfont_fuzzer.cpp | 220 float textWidth; in NativeDrawingFontTest006() local
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/ |
H A D | boot_compile_progress.cpp | 222 …auto textWidth = font.MeasureText(info, strlen(info), Rosen::Drawing::TextEncoding::UTF8, nullptr); in DrawCompileProgress() local
|
/ohos5.0/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
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/ |
H A D | font.cpp | 186 scalar textWidth = 0.0f; in MeasureSingleCharacter() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | content_controller.cpp | 194 auto textWidth = static_cast<int32_t>(GetWideText().length()); in FilterValue() local
|
H A D | text_field_pattern.cpp | 338 auto textWidth = std::max(CalcDecoratorWidth(errorTextNode), frameSize.Width()); in CreateNodePaintMethod() local 354 auto textWidth = std::max(CalcDecoratorWidth(errorTextNode), frameSize.Width()); in CreateNodePaintMethod() local 2881 auto textWidth = static_cast<int32_t>(contentController_->GetWideText().length()); in ProcessSelection() local
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/measure/ |
H A D | js_measure.cpp | 234 double textWidth = delegate->MeasureText(context); in JSMeasureText() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/ |
H A D | calendar_paint_method.cpp | 93 double textWidth = paragraph->GetMaxIntrinsicWidth(); in DrawCalendarText() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/utils/ |
H A D | drag_animation_helper.cpp | 363 …int64_t textWidth = BADGE_DEFAULT_SIZE.ConvertToPx() + (BADGE_RELATIVE_OFFSET.ConvertToPx() * (bad… in UpdateBadgeLayoutAndRenderContext() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/ |
H A D | toast_pattern.cpp | 186 auto textWidth = text->GetGeometryNode()->GetMarginFrameSize().Width(); in GetOffsetX() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
H A D | security_component_layout_algorithm.cpp | 170 double textWidth = text_.width_; in ShrinkWidth() local
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/ |
H A D | text.cpp | 535 int16_t textWidth = TypedText::GetTextWidth(text_, fontId_, fontSize_, GetTextStrLen(), in GetPosXByLetterIndex() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/ |
H A D | rosen_render_calendar.cpp | 100 double textWidth = paragraph->GetMaxIntrinsicWidth(); in GetTextParagraph() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | rosen_render_text_field.cpp | 988 double textWidth = paragraph_->GetMaxIntrinsicWidth(); local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_custom_paint.cpp | 848 double textWidth = 0.0; in MeasureTextSizeInner() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.cpp | 4925 auto textWidth = textGeometryNode->GetMarginFrameSize().Width(); in CalculateTooltipOffset() local
|