Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_layout_algorithm.cpp55 Dimension DEFAULT_P2_WIDTH = 1.5_vp; variable
145 DEFAULT_P2_WIDTH = Dimension(w1 - side1 * std::cos(beta)); in GetP2()
159 ARROW_VERTICAL_P2_OFFSET_X = DEFAULT_P2_WIDTH; in calculateArrowPoint()
161 ARROW_VERTICAL_P4_OFFSET_X = DEFAULT_P2_WIDTH; in calculateArrowPoint()
166 ARROW_HORIZON_P2_OFFSET_Y = DEFAULT_P2_WIDTH; in calculateArrowPoint()
168 ARROW_HORIZON_P4_OFFSET_Y = DEFAULT_P2_WIDTH; in calculateArrowPoint()