Home
last modified time | relevance | path

Searched refs:spaceWidth (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_layout_algorithm.cpp148 float spaceWidth = constraint.maxSize.Width(); in MeasureRow() local
158 contentConstraint.maxSize.SetWidth(spaceWidth); in MeasureRow()
162 spaceWidth -= childSize.Width(); in MeasureRow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Drosen_render_data_panel.h59 …void PaintSpace(RenderContext& context, const Offset& leftTop, double spaceWidth, double xSpace, d…
H A Drosen_render_data_panel.cpp902 RenderContext& context, const Offset& leftTop, double spaceWidth, double xSpace, double height) in PaintSpace() argument
910 SkRect rect = SkRect::MakeXYWH(xSpace, leftTop.GetY(), spaceWidth, height); in PaintSpace()
917 RSRect rect = RSRect(xSpace, leftTop.GetY(), spaceWidth + xSpace, height + leftTop.GetY()); in PaintSpace()
968 auto spaceWidth = PipelineBase::Vp2PxWithCurrentDensity(FIXED_WIDTH); in PaintLinearProgress() local
986 scaleMaxValue = (totalWidth - segmentSize * spaceWidth) / GetMaxValue(); in PaintLinearProgress()
1001 PaintSpace(context, offset, spaceWidth, widthSegment, height); in PaintLinearProgress()
1002 widthSegment += spaceWidth; in PaintLinearProgress()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_layout_algorithm.cpp229 float spaceWidth = constraint.maxSize.Width(); in MeasureRow() local
240 contentConstraint.maxSize.SetWidth(spaceWidth); in MeasureRow()
244 spaceWidth -= childSize.Width() + iconContentPadding; in MeasureRow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_modifier.cpp341 auto spaceWidth = PipelineBase::Vp2PxWithCurrentDensity(FIXED_WIDTH); in PaintLinearProgress() local
356 scaleMaxValue = (totalWidth - segmentSize * spaceWidth) / max_->Get(); in PaintLinearProgress()
393 widthSegment += spaceWidth; in PaintLinearProgress()
407 PaintSpace(canvas, linearDataMap[i], spaceWidth); in PaintLinearProgress()
546 …Modifier::PaintSpace(RSCanvas& canvas, const LinearData& segmentLinearData, float spaceWidth) const in PaintSpace()
552 … RSRect rect(xSpace, offset.GetY(), xSpace + spaceWidth, offset.GetY() + segmentLinearData.height); in PaintSpace()
H A Ddata_panel_modifier.h191 void PaintSpace(RSCanvas& canvas, const LinearData& segmentLinearData, float spaceWidth) const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_paint_method.h52 spaceWidth_ = listItemGroupPaintInfo.spaceWidth; in DECLARE_ACE_TYPE()
H A Dlist_layout_algorithm.h233 void SetSpaceWidth(float spaceWidth) in SetSpaceWidth() argument
235 spaceWidth_ = spaceWidth; in SetSpaceWidth()
H A Dlist_item_group_pattern.h38 float spaceWidth = 0.0f; member