Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_layout_algorithm.cpp61 Dimension BUBBLE_ARROW_HEIGHT = 8.0_vp; variable
152 BUBBLE_ARROW_HEIGHT = height; in calculateArrowPoint()
466 childOffset_.GetY() - BUBBLE_ARROW_HEIGHT.ConvertToPx()); in Layout()
574 realArrowHeight_ = BUBBLE_ARROW_HEIGHT.ConvertToPx(); in InitProps()
807 width += BUBBLE_ARROW_HEIGHT.ConvertToPx(); in GetAdjustPosition()
810 height += BUBBLE_ARROW_HEIGHT.ConvertToPx(); in GetAdjustPosition()
844 space = space + BUBBLE_ARROW_HEIGHT.ConvertToPx(); in AdjustPosition()
969 float movingDistance = BUBBLE_ARROW_HEIGHT.ConvertToPx(); in UpdateChildPosition()
1398 … OffsetF(BUBBLE_ARROW_HEIGHT.ConvertToPx() * DOUBLE, BUBBLE_ARROW_HEIGHT.ConvertToPx() * DOUBLE); in UpdateClipOffset()
1404 childOffset_ = OffsetF(BUBBLE_ARROW_HEIGHT.ConvertToPx(), BUBBLE_ARROW_HEIGHT.ConvertToPx()); in UpdateClipOffset()
[all …]
H A Dbubble_paint_method.cpp61 Dimension BUBBLE_ARROW_HEIGHT = 10.0_vp; variable
209 BUBBLE_ARROW_HEIGHT = Dimension(arrowHeight_); in IsPaintDoubleBorder()
518 … childOffsetY + arrowOffsetsFromClip_[P2INDEX][1] - BUBBLE_ARROW_HEIGHT.ConvertToPx()); in BuildTopDoubleBorderPath()
521 …childOffsetY + arrowOffsetsFromClip_[P3INDEX][1] - BUBBLE_ARROW_HEIGHT.ConvertToPx() + borderOffse… in BuildTopDoubleBorderPath()
604 …h.LineTo(childOffset_.GetX() + arrowOffsetsFromClip_[P2INDEX][0] - BUBBLE_ARROW_HEIGHT.ConvertToPx… in BuildRightDoubleBorderPath()
608 - BUBBLE_ARROW_HEIGHT.ConvertToPx() - borderOffset, in BuildRightDoubleBorderPath()
680 …childOffsetY + arrowOffsetsFromClip_[P2INDEX][1] - BUBBLE_ARROW_HEIGHT.ConvertToPx() - borderOffse… in BuildBottomDoubleBorderPath()
683 …childOffsetY + arrowOffsetsFromClip_[P3INDEX][1] - BUBBLE_ARROW_HEIGHT.ConvertToPx() - borderOffse… in BuildBottomDoubleBorderPath()
704 …h.LineTo(childOffset_.GetX() + arrowOffsetsFromClip_[P2INDEX][0] - BUBBLE_ARROW_HEIGHT.ConvertToPx… in BuildLeftDoubleBorderPath()
708 - BUBBLE_ARROW_HEIGHT.ConvertToPx() + borderOffset, in BuildLeftDoubleBorderPath()