Home
last modified time | relevance | path

Searched defs:arrowOffset (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drosen_render_bubble.cpp249 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 Drender_bubble.cpp686 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 Drosen_render_tip.cpp98 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 Dauto_fill_manager_util.cpp57 AutoFill::PopupLength arrowOffset = config.arrowOffset.value(); in ConvertToPopupUIExtensionConfig() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_paint_method.cpp423 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 Dbubble_layout_algorithm.cpp1413 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 Dpopup_ui_extension_config.h76 std::optional<PopupLength> arrowOffset; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dmenu_property.h65 std::optional<Dimension> arrowOffset; member
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/include/
H A Dauto_fill_custom_config.h79 std::optional<PopupLength> arrowOffset; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dpopup_param.h159 void SetArrowOffset(const std::optional<Dimension>& arrowOffset) in SetArrowOffset()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
H A Dbubble_test_ng.cpp127 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 Dswiper_layout_algorithm.cpp1319 OffsetF arrowOffset(0.0f, 0.0f); in ArrowLayout() local
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp3567 PopupLength arrowOffset = config.arrowOffset.value(); in CreateCustomPopupParam() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp883 auto arrowOffset = popupObj->GetProperty("arrowOffset"); in ParsePopupCommonParam() local
3360 auto arrowOffset = menuOptions->GetProperty("arrowOffset"); in ParseMenuArrowParam() local