Home
last modified time | relevance | path

Searched defs:contentWidth (Results 1 – 16 of 16) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
Dtext_field_layout_algorithm.cpp96 float contentWidth = 0.0f; in InlineMeasureContent() local
201 …auto contentWidth = ConstraintWithMinWidth(contentConstraint, layoutWrapper, paragraph_, imageWidt… in PlaceHolderMeasureContent() local
220 auto contentWidth = ConstraintWithMinWidth(contentConstraint, layoutWrapper, paragraph_); in TextAreaMeasureContent() local
245 auto contentWidth = contentConstraint.maxSize.Width() - imageWidth; in TextInputMeasureContent() local
353 float TextFieldLayoutAlgorithm::CounterNodeMeasure(float contentWidth, LayoutWrapper* layoutWrapper) in CounterNodeMeasure()
/foundation/arkui/ace_engine/interfaces/inner_api/ace/ai/
Dimage_analyzer.h68 float contentWidth = 0.0f; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_area/
Dtext_area_layout_algorithm.cpp83 float contentWidth = 0.0f; in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
Dmulti_menu_layout_algorithm.cpp69 float contentWidth = childConstraint.selfIdealSize.Width().value(); in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
Dmenu_item_layout_algorithm.cpp91 float contentWidth = leftRowWidth + rightRowWidth + padding.Width() + middleSpace; in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
Dindexer_layout_algorithm.cpp51 auto contentWidth = itemSize_ + horizontalPadding; in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_input/
Dtext_input_layout_algorithm.cpp79 float contentWidth = 0.0f; in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Dimage_painter.cpp174 float contentWidth = contentRect.Width(); in DrawImageWithRepeat() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
Dside_bar_container_layout_algorithm.cpp496 auto contentWidth = parentWidth - padding.left.value_or(0) - padding.right.value_or(0); in MeasureSideBarContent() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
Ddot_indicator_paint_method.cpp259 … auto contentWidth = indicatorPadding + allPointDiameterSum + allPointSpaceSum + indicatorPadding; in CalculateNormalMargin() local
/foundation/arkui/ui_lite/frameworks/common/
Dtext.cpp510 uint16_t Text::GetLetterIndexByLinePosition(const Style& style, int16_t contentWidth, in GetLetterIndexByLinePosition()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
Dswiper_indicator_pattern.cpp685 … auto contentWidth = indicatorPadding + allPointDiameterSum + allPointSpaceSum + indicatorPadding; in HandleTouchClickMargin() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
Dcomponent.cpp502 int16_t contentWidth = width - (uiView.GetStyle(STYLE_BORDER_WIDTH) * borderNum) - in AdapteBoxRectArea() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
Dselect_overlay_node.cpp229 …g& data, const std::function<void(std::string&)>& callback, int32_t overlayId, float& contentWidth) in BuildButton()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
Dswiper_pattern.cpp2780 float contentWidth = GetMainContentSize(); in CalculateDisplayCount() local
2806 float contentWidth, float minSize, float margin, float gutter, float swiperPadding) const in CalculateCount()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
Doverlay_manager.cpp3534 float contentWidth = static_cast<float>(measureSize.Width()) + padding.Width() + middleSpace; in CaculateMenuSize() local