Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_paint_method.cpp597 float arrowRightOffset = childOffset_.GetY() - BUBBLE_ARROW_WIDTH.ConvertToPx() / HALF; in BuildRightDoubleBorderPath() local
603 arrowRightOffset + arrowOffsetsFromClip_[P1INDEX][1] + borderOffset / HALF); in BuildRightDoubleBorderPath()
605 - borderOffset, arrowRightOffset + arrowOffsetsFromClip_[P2INDEX][1]); in BuildRightDoubleBorderPath()
609 arrowRightOffset + arrowOffsetsFromClip_[P3INDEX][1]); in BuildRightDoubleBorderPath()
611 arrowRightOffset + arrowOffsetsFromClip_[P4INDEX][1] - borderOffset / HALF); in BuildRightDoubleBorderPath()
H A Dbubble_layout_algorithm.cpp1733 auto arrowRightOffset = std::clamp( in BuildRightLinePath() local
1749 arrowRightOffset - ARROW_HORIZON_P1_OFFSET_Y.ConvertToPx()); // P1 in BuildRightLinePath()
1751 arrowRightOffset - ARROW_HORIZON_P2_OFFSET_Y.ConvertToPx()); // P2 in BuildRightLinePath()
1754 arrowRightOffset + ARROW_HORIZON_P4_OFFSET_Y.ConvertToPx()); // P4 in BuildRightLinePath()
1756 arrowRightOffset + ARROW_HORIZON_P5_OFFSET_Y.ConvertToPx()); // P5 in BuildRightLinePath()
1758 arrowRightOffset - ARROW_HORIZON_P1_OFFSET_Y.ConvertToPx()); in BuildRightLinePath()
1761 arrowRightOffset - ARROW_HORIZON_P2_OFFSET_Y.ConvertToPx()); in BuildRightLinePath()
1764 arrowRightOffset + ARROW_HORIZON_P4_OFFSET_Y.ConvertToPx()); in BuildRightLinePath()
1766 arrowRightOffset + ARROW_HORIZON_P5_OFFSET_Y.ConvertToPx()); in BuildRightLinePath()