Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_paint_method.cpp43 arrowY - verticalOffsetSecond_); in GetTopPath()
44 path.QuadTo(arrowX - horizonOffsetFirst_, arrowY + verticalOffsetFirst_, arrowX, arrowY); in GetTopPath()
46 arrowY - verticalOffsetSecond_); in GetTopPath()
48 arrowY - verticalOffsetThird_); in GetTopPath()
56 path.QuadTo(arrowX - horizonOffsetFirst_, arrowY - verticalOffsetFirst_, arrowX, arrowY); in GetBottomPath()
60 arrowY + verticalOffsetThird_); in GetBottomPath()
67 arrowY - horizonOffsetSecond_); in GetRightPath()
68 path.QuadTo(arrowX - verticalOffsetFirst_, arrowY - horizonOffsetFirst_, arrowX, arrowY); in GetRightPath()
72 arrowY + horizonOffsetForth_); in GetRightPath()
80 path.QuadTo(arrowX + verticalOffsetFirst_, arrowY - horizonOffsetFirst_, arrowX, arrowY); in GetLeftPath()
[all …]
H A Dmenu_paint_method.h39 void UpdateArrowPath(Placement placement, float arrowX, float arrowY, RSPath& path);
40 void GetTopPath(float arrowX, float arrowY, RSPath& path);
41 void GetBottomPath(float arrowX, float arrowY, RSPath& path);
42 void GetRightPath(float arrowX, float arrowY, RSPath& path);
43 void GetLeftPath(float arrowX, float arrowY, RSPath& path);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenu_origin_test_ng.cpp1241 auto arrowY = 0.0; variable
1246 paintMethod->UpdateArrowPath(placementValue, arrowX, arrowY, path);