Home
last modified time | relevance | path

Searched refs:verticalOffsetThird_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_paint_method.cpp41 path.MoveTo(arrowX - horizonOffsetForth_, arrowY - verticalOffsetThird_); in GetTopPath()
42 …path.QuadTo(arrowX - horizonOffsetThird_, arrowY - verticalOffsetThird_, arrowX - horizonOffsetSec… in GetTopPath()
47 …path.QuadTo(arrowX + horizonOffsetThird_, arrowY - verticalOffsetThird_, arrowX + horizonOffsetFor… in GetTopPath()
48 arrowY - verticalOffsetThird_); in GetTopPath()
53 path.MoveTo(arrowX - horizonOffsetForth_, arrowY + verticalOffsetThird_); in GetBottomPath()
60 arrowY + verticalOffsetThird_); in GetBottomPath()
65 path.MoveTo(arrowX + verticalOffsetThird_, arrowY - horizonOffsetForth_); in GetRightPath()
71 …path.QuadTo(arrowX + verticalOffsetThird_, arrowY + horizonOffsetThird_, arrowX + verticalOffsetTh… in GetRightPath()
77 path.MoveTo(arrowX - verticalOffsetThird_, arrowY - horizonOffsetForth_); in GetLeftPath()
83 …path.QuadTo(arrowX - verticalOffsetThird_, arrowY + horizonOffsetThird_, arrowX - verticalOffsetTh… in GetLeftPath()
[all …]
H A Dmenu_paint_method.h50 float verticalOffsetThird_ = 0.0f; variable