Home
last modified time | relevance | path

Searched refs:horizonOffsetSecond_ (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.cpp42 ….QuadTo(arrowX - horizonOffsetThird_, arrowY - verticalOffsetThird_, arrowX - horizonOffsetSecond_, in GetTopPath()
45 ….QuadTo(arrowX + horizonOffsetFirst_, arrowY + verticalOffsetFirst_, arrowX + horizonOffsetSecond_, in GetTopPath()
54 ….QuadTo(arrowX - horizonOffsetThird_, arrowY + verticalOffsetThird_, arrowX - horizonOffsetSecond_, in GetBottomPath()
57 ….QuadTo(arrowX + horizonOffsetFirst_, arrowY - verticalOffsetFirst_, arrowX + horizonOffsetSecond_, in GetBottomPath()
67 arrowY - horizonOffsetSecond_); in GetRightPath()
70 arrowY + horizonOffsetSecond_); in GetRightPath()
79 arrowY - horizonOffsetSecond_); in GetLeftPath()
82 arrowY + horizonOffsetSecond_); in GetLeftPath()
90 horizonOffsetSecond_ = BEZIER_HORIZON_OFFSET_SECOND.ConvertToPx(); in UpdateArrowPath()
H A Dmenu_paint_method.h45 float horizonOffsetSecond_ = 0.0f; variable