Home
last modified time | relevance | path

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 Ddivider_paint_method.h55 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 Dradio_paint_method.h101 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 Dcheckboxgroup_paint_method.h84 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 Dcheckbox_paint_method.h136 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 Dswitch_paint_method.h90 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 Dswiper_indicator_pattern.cpp869 auto boundsRectWidth = geometryNode->GetFrameSize().Width(); in CalcBoundsRect() local
877 boundsRectWidth = indicatorGeometryNode->GetFrameSize().Width(); in CalcBoundsRect()
880 RectF boundsRect(boundsRectOriginX, boundsRectOriginY, boundsRectWidth, boundsRectHeight); in CalcBoundsRect()