Searched refs:horizonOffsetForth_ (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 | 41 path.MoveTo(arrowX - horizonOffsetForth_, arrowY - verticalOffsetThird_); in GetTopPath() 47 …h.QuadTo(arrowX + horizonOffsetThird_, arrowY - verticalOffsetThird_, arrowX + horizonOffsetForth_, in GetTopPath() 53 path.MoveTo(arrowX - horizonOffsetForth_, arrowY + verticalOffsetThird_); in GetBottomPath() 59 …h.QuadTo(arrowX + horizonOffsetThird_, arrowY + verticalOffsetThird_, arrowX + horizonOffsetForth_, in GetBottomPath() 65 path.MoveTo(arrowX + verticalOffsetThird_, arrowY - horizonOffsetForth_); in GetRightPath() 72 arrowY + horizonOffsetForth_); in GetRightPath() 77 path.MoveTo(arrowX - verticalOffsetThird_, arrowY - horizonOffsetForth_); in GetLeftPath() 84 arrowY + horizonOffsetForth_); in GetLeftPath() 92 horizonOffsetForth_ = BEZIER_HORIZON_OFFSET_FOURTH.ConvertToPx(); in UpdateArrowPath()
|
H A D | menu_paint_method.h | 47 float horizonOffsetForth_ = 0.0f; variable
|