Home
last modified time | relevance | path

Searched refs:arrowX (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.cpp42 …path.QuadTo(arrowX - horizonOffsetThird_, arrowY - verticalOffsetThird_, arrowX - horizonOffsetSec… in GetTopPath()
44 path.QuadTo(arrowX - horizonOffsetFirst_, arrowY + verticalOffsetFirst_, arrowX, arrowY); in GetTopPath()
45 …path.QuadTo(arrowX + horizonOffsetFirst_, arrowY + verticalOffsetFirst_, arrowX + horizonOffsetSec… in GetTopPath()
47 …path.QuadTo(arrowX + horizonOffsetThird_, arrowY - verticalOffsetThird_, arrowX + horizonOffsetFor… in GetTopPath()
54 …path.QuadTo(arrowX - horizonOffsetThird_, arrowY + verticalOffsetThird_, arrowX - horizonOffsetSec… in GetBottomPath()
56 path.QuadTo(arrowX - horizonOffsetFirst_, arrowY - verticalOffsetFirst_, arrowX, arrowY); in GetBottomPath()
57 …path.QuadTo(arrowX + horizonOffsetFirst_, arrowY - verticalOffsetFirst_, arrowX + horizonOffsetSec… in GetBottomPath()
59 …path.QuadTo(arrowX + horizonOffsetThird_, arrowY + verticalOffsetThird_, arrowX + horizonOffsetFor… in GetBottomPath()
68 path.QuadTo(arrowX - verticalOffsetFirst_, arrowY - horizonOffsetFirst_, arrowX, arrowY); in GetRightPath()
71 …path.QuadTo(arrowX + verticalOffsetThird_, arrowY + horizonOffsetThird_, arrowX + verticalOffsetTh… in GetRightPath()
[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.cpp1240 auto arrowX = 0.0; variable
1246 paintMethod->UpdateArrowPath(placementValue, arrowX, arrowY, path);