Home
last modified time | relevance | path

Searched refs:boundsRectOriginY (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_paint_method.h100 float boundsRectOriginY = offset.GetY() - verticalPadding; 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.h83 float boundsRectOriginY = offset.GetY() - verticalPadding; 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.h135 float boundsRectOriginY = offset.GetY() - verticalPadding; 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.h89 float boundsRectOriginY = offset.GetY() - verticalPadding; 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.cpp868 auto boundsRectOriginY = 0.0f; in CalcBoundsRect() local
876 boundsRectOriginY = -boundsValue; in CalcBoundsRect()
880 RectF boundsRect(boundsRectOriginX, boundsRectOriginY, boundsRectWidth, boundsRectHeight); in CalcBoundsRect()