Searched refs:horizonOffsetThird_ (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | menu_paint_method.cpp | 42 …path.QuadTo(arrowX - horizonOffsetThird_, arrowY - verticalOffsetThird_, 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() 59 …path.QuadTo(arrowX + horizonOffsetThird_, arrowY + verticalOffsetThird_, arrowX + horizonOffsetFor… in GetBottomPath() 66 …path.QuadTo(arrowX + verticalOffsetThird_, arrowY - horizonOffsetThird_, arrowX + verticalOffsetSe… in GetRightPath() 71 …path.QuadTo(arrowX + verticalOffsetThird_, arrowY + horizonOffsetThird_, arrowX + verticalOffsetTh… in GetRightPath() 78 …path.QuadTo(arrowX - verticalOffsetThird_, arrowY - horizonOffsetThird_, arrowX - verticalOffsetSe… in GetLeftPath() 83 …path.QuadTo(arrowX - verticalOffsetThird_, arrowY + horizonOffsetThird_, arrowX - verticalOffsetTh… in GetLeftPath() 91 horizonOffsetThird_ = BEZIER_HORIZON_OFFSET_THIRD.ConvertToPx(); in UpdateArrowPath()
|
H A D | menu_paint_method.h | 46 float horizonOffsetThird_ = 0.0f; variable
|