Searched refs:constrainStrokeWidth (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | divider_painter.h | 29 …DividerPainter(float constrainStrokeWidth, float dividerLength, bool vertical, std::optional<Color… in DividerPainter() argument 31 … : constrainStrokeWidth_(constrainStrokeWidth), dividerLength_(dividerLength), vertical_(vertical), in DividerPainter() 34 DividerPainter(float constrainStrokeWidth, float dividerLength, bool vertical) in DividerPainter() argument 35 … : constrainStrokeWidth_(constrainStrokeWidth), dividerLength_(dividerLength), vertical_(vertical), in DividerPainter() 38 DividerPainter(float constrainStrokeWidth, float dividerLength) in DividerPainter() argument 39 … : constrainStrokeWidth_(constrainStrokeWidth), dividerLength_(dividerLength), vertical_(false), in DividerPainter()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_paint_method.cpp | 75 .constrainStrokeWidth = divider_.strokeWidth.ConvertToPx(), in UpdateContentModifier() 101 dividerInfo.constrainStrokeWidth, dividerInfo.isVertical, dividerInfo.color); in UpdateDividerList() 148 (dividerInfo.space + dividerInfo.constrainStrokeWidth) / 2; /* 2 half */ in HandleDividerList() 152 (dividerInfo.space - dividerInfo.constrainStrokeWidth) / 2; /* 2 half */ in HandleDividerList() 174 (dividerInfo.space - dividerInfo.constrainStrokeWidth) / 2; /* 2 half */ in HandleLastLineIndex() 178 (dividerInfo.space + dividerInfo.constrainStrokeWidth) / 2; /* 2 half */ in HandleLastLineIndex()
|
H A D | list_item_group_paint_method.cpp | 33 .constrainStrokeWidth = divider_.strokeWidth.ConvertToPx(), in PaintDivider() 49 info.constrainStrokeWidth, laneLen, vertical_, divider_.color, LineCap::SQUARE); in PaintDivider() 95 info.halfSpaceWidth - info.constrainStrokeWidth; in DrawDivider()
|
H A D | list_item_group_paint_method.h | 35 float constrainStrokeWidth = 0.0f; member
|
H A D | list_paint_method.h | 27 float constrainStrokeWidth = 0.0f; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/divider/ |
H A D | divider_paint_method.h | 29 …DividerPaintMethod(float constrainStrokeWidth, float dividerLength, bool vertical, bool strokeWidt… in DECLARE_ACE_TYPE() 31 … : constrainStrokeWidth_(constrainStrokeWidth), dividerLength_(dividerLength), vertical_(vertical), in DECLARE_ACE_TYPE()
|