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 D | option_layout_algorithm.cpp | 148 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 D | rosen_render_data_panel.h | 59 …void PaintSpace(RenderContext& context, const Offset& leftTop, double spaceWidth, double xSpace, d…
|
H A D | rosen_render_data_panel.cpp | 902 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 D | menu_item_layout_algorithm.cpp | 229 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 D | data_panel_modifier.cpp | 341 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 D | data_panel_modifier.h | 191 void PaintSpace(RSCanvas& canvas, const LinearData& segmentLinearData, float spaceWidth) const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_group_paint_method.h | 52 spaceWidth_ = listItemGroupPaintInfo.spaceWidth; in DECLARE_ACE_TYPE()
|
H A D | list_layout_algorithm.h | 233 void SetSpaceWidth(float spaceWidth) in SetSpaceWidth() argument 235 spaceWidth_ = spaceWidth; in SetSpaceWidth()
|
H A D | list_item_group_pattern.h | 38 float spaceWidth = 0.0f; member
|