/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/ |
H A D | rosen_render_bubble.cpp | 249 double arrowOffset = std::clamp(NormalizeToPx(arrowOffset_), in PaintTopBubbleInJs() local 310 double arrowOffset = std::clamp(NormalizeToPx(arrowOffset_), in PaintTopBubbleInJs() local 375 double arrowOffset = std::clamp(NormalizeToPx(arrowOffset_), in PaintBottomBubbleInJs() local 436 double arrowOffset = std::clamp(NormalizeToPx(arrowOffset_), in PaintBottomBubbleInJs() local 504 double arrowOffset = GetArrowOffset(Placement::TOP); in PaintTopBubble() local 557 double arrowOffset = GetArrowOffset(Placement::TOP); in PaintTopBubble() local 613 double arrowOffset = GetArrowOffset(Placement::BOTTOM); in PaintBottomBubble() local 666 double arrowOffset = GetArrowOffset(Placement::BOTTOM); in PaintBottomBubble() local
|
H A D | render_bubble.cpp | 686 void RenderBubble::BuildTopLinePath(SkPath& path, double arrowOffset, double radius) in BuildTopLinePath() 715 void RenderBubble::BuildTopLinePath(RSPath& path, double arrowOffset, double radius) in BuildTopLinePath() 746 void RenderBubble::BuildRightLinePath(SkPath& path, double arrowOffset, double radius) in BuildRightLinePath() 776 void RenderBubble::BuildRightLinePath(RSPath& path, double arrowOffset, double radius) in BuildRightLinePath() 808 void RenderBubble::BuildBottomLinePath(SkPath& path, double arrowOffset, double radius) in BuildBottomLinePath() 838 void RenderBubble::BuildBottomLinePath(RSPath& path, double arrowOffset, double radius) in BuildBottomLinePath() 870 void RenderBubble::BuildLeftLinePath(SkPath& path, double arrowOffset, double radius) in BuildLeftLinePath() 899 void RenderBubble::BuildLeftLinePath(RSPath& path, double arrowOffset, double radius) in BuildLeftLinePath() 935 double arrowOffset = GetArrowOffset(placement_); in BuildCompletePath() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tip/ |
H A D | rosen_render_tip.cpp | 98 double arrowOffset = NormalizeToPx(arrowOffset_); in PaintTopTip() local 156 double arrowOffset = NormalizeToPx(arrowOffset_); in PaintTopTip() local 220 double arrowOffset = NormalizeToPx(arrowOffset_); in PaintLeftTip() local 279 double arrowOffset = NormalizeToPx(arrowOffset_); in PaintLeftTip() local
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/ |
H A D | auto_fill_manager_util.cpp | 57 AutoFill::PopupLength arrowOffset = config.arrowOffset.value(); in ConvertToPopupUIExtensionConfig() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_paint_method.cpp | 423 float arrowOffset = GetArrowOffset(arrowPlacement_); in BuildCompletePath() local 457 void BubblePaintMethod::BuildTopLinePath(RSPath& path, float arrowOffset, float radius) in BuildTopLinePath() 559 void BubblePaintMethod::BuildRightLinePath(RSPath& path, float arrowOffset, float radius) in BuildRightLinePath() 625 void BubblePaintMethod::BuildBottomLinePath(RSPath& path, float arrowOffset, float radius) in BuildBottomLinePath() 718 void BubblePaintMethod::BuildLeftLinePath(RSPath& path, float arrowOffset, float radius) in BuildLeftLinePath()
|
H A D | bubble_layout_algorithm.cpp | 1413 float arrowOffset = 0.0; in ClipBubbleWithPath() local 1449 double arrowOffset; in GetArrowOffset() local 1676 std::string BubbleLayoutAlgorithm::BuildTopLinePath(float arrowOffset, float radius, Placement& arr… in BuildTopLinePath() 1881 std::string BubbleLayoutAlgorithm::ReplaceArrowTopLeft(const float arrowOffset, const float childOf… in ReplaceArrowTopLeft() 1904 std::string BubbleLayoutAlgorithm::ReplaceArrowTopRight(const float arrowOffset, const float childO… in ReplaceArrowTopRight() 1928 std::string BubbleLayoutAlgorithm::ReplaceArrowRightTop(const float arrowOffset, const float childO… in ReplaceArrowRightTop() 1951 std::string BubbleLayoutAlgorithm::ReplaceArrowRightBottom(const float arrowOffset, const float chi… in ReplaceArrowRightBottom() 1974 std::string BubbleLayoutAlgorithm::ReplaceArrowBottomLeft(const float arrowOffset, const float chil… in ReplaceArrowBottomLeft() 1997 std::string BubbleLayoutAlgorithm::ReplaceArrowBottomRight(const float arrowOffset, const float chi… in ReplaceArrowBottomRight() 2020 std::string BubbleLayoutAlgorithm::ReplaceArrowLeftTop(const float arrowOffset, const float childOf… in ReplaceArrowLeftTop() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
H A D | popup_ui_extension_config.h | 76 std::optional<PopupLength> arrowOffset; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | menu_property.h | 65 std::optional<Dimension> arrowOffset; member
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/include/ |
H A D | auto_fill_custom_config.h | 79 std::optional<PopupLength> arrowOffset; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | popup_param.h | 159 void SetArrowOffset(const std::optional<Dimension>& arrowOffset) in SetArrowOffset()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/ |
H A D | bubble_test_ng.cpp | 127 std::optional<Dimension> arrowOffset = std::nullopt; member 2267 auto arrowOffset = bubbleLayoutAlgorithm->GetArrowOffset(placement); variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_layout_algorithm.cpp | 1319 OffsetF arrowOffset(0.0f, 0.0f); in ArrowLayout() local
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ui_content_impl.cpp | 3567 PopupLength arrowOffset = config.arrowOffset.value(); in CreateCustomPopupParam() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 883 auto arrowOffset = popupObj->GetProperty("arrowOffset"); in ParsePopupCommonParam() local 3360 auto arrowOffset = menuOptions->GetProperty("arrowOffset"); in ParseMenuArrowParam() local
|