Home
last modified time | relevance | path

Searched refs:UIPoint (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.cpp1575 UIPoint { 0, 0 }, in UpdateHwcNodeProperty()
1576 UIPoint { 1, 0 }, in UpdateHwcNodeProperty()
1577 UIPoint { 0, 1 }, in UpdateHwcNodeProperty()
1578 UIPoint { 1, 1 } in UpdateHwcNodeProperty()
1593 UIPoint offset { rect.GetWidth() - radiusX, rect.GetHeight() - radiusY }; in UpdateHwcNodeProperty()
1594 UIPoint anchorPoint { rect.GetLeft(), rect.GetTop() }; in UpdateHwcNodeProperty()
2055 static const std::vector<UIPoint> offsetVecs = { UIPoint { 0, 0 }, UIPoint { 1, 0 }, in CheckIfRoundCornerIntersectDRM()
2056 UIPoint { 0, 1 }, UIPoint { 1, 1 } }; in CheckIfRoundCornerIntersectDRM()
2057UIPoint offset { instanceAbsRect.GetWidth() - maxRadius, instanceAbsRect.GetHeight() - maxRadius }; in CheckIfRoundCornerIntersectDRM()
2058 UIPoint anchorPoint { instanceAbsRect.GetLeft(), instanceAbsRect.GetTop() }; in CheckIfRoundCornerIntersectDRM()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_vector2.h68 typedef Vector2<int> UIPoint; typedef
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dmmi_vector2.h68 typedef Vector2<int> UIPoint; typedef