Searched refs:boundsRectWidth (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/divider/ |
H A D | divider_paint_method.h | 55 float boundsRectWidth = 0.0f; in UpdateContentModifier() local 61 boundsRectWidth = constrainStrokeWidth_; in UpdateContentModifier() 66 boundsRectWidth = dividerLength_; in UpdateContentModifier() 69 RectF boundsRect(offset_.GetX(), offset_.GetY(), boundsRectWidth, boundsRectHeight); in UpdateContentModifier()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/ |
H A D | radio_paint_method.h | 101 float boundsRectWidth = size.Width() + 2 * horizontalPadding; in UpdateContentModifier() local 103 RectF boundsRect(boundsRectOriginX, boundsRectOriginY, boundsRectWidth, boundsRectHeight); in UpdateContentModifier()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/ |
H A D | checkboxgroup_paint_method.h | 84 float boundsRectWidth = size.Width() + 2 * horizontalPadding; in UpdateContentModifier() local 86 RectF boundsRect(boundsRectOriginX, boundsRectOriginY, boundsRectWidth, boundsRectHeight); in UpdateContentModifier()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/ |
H A D | checkbox_paint_method.h | 136 float boundsRectWidth = size.Width() + 2 * horizontalPadding; in UpdateContentModifier() local 138 RectF boundsRect(boundsRectOriginX, boundsRectOriginY, boundsRectWidth, boundsRectHeight); in UpdateContentModifier()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/ |
H A D | switch_paint_method.h | 90 float boundsRectWidth = size.Width() + 2 * horizontalPadding; in UpdateBoundsRect() local 92 RectF boundsRect(boundsRectOriginX, boundsRectOriginY, boundsRectWidth, boundsRectHeight); in UpdateBoundsRect()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/ |
H A D | swiper_indicator_pattern.cpp | 869 auto boundsRectWidth = geometryNode->GetFrameSize().Width(); in CalcBoundsRect() local 877 boundsRectWidth = indicatorGeometryNode->GetFrameSize().Width(); in CalcBoundsRect() 880 RectF boundsRect(boundsRectOriginX, boundsRectOriginY, boundsRectWidth, boundsRectHeight); in CalcBoundsRect()
|