/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/ |
H A D | auto_fill_manager_util.cpp | 58 AutoFill::PopupLength arrowOffset = config.arrowOffset.value(); in ConvertToPopupUIExtensionConfig() local
|
/foundation/arkui/ace_engine/frameworks/core/components/tip/ |
H A D | rosen_render_tip.cpp | 94 double arrowOffset = NormalizeToPx(arrowOffset_); in PaintTopTip() local 152 double arrowOffset = NormalizeToPx(arrowOffset_); PaintTopTip() local 216 double arrowOffset = NormalizeToPx(arrowOffset_); PaintLeftTip() local 275 double arrowOffset = NormalizeToPx(arrowOffset_); PaintLeftTip() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | sheet_wrapper_paint_method.cpp | 98 auto arrowOffset = sheetPattern->GetSheetArrowOffset().GetX(); in GetBorderDrawPath() local
|
/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_), PaintTopBubbleInJs() local 375 double arrowOffset = std::clamp(NormalizeToPx(arrowOffset_), PaintBottomBubbleInJs() local 436 double arrowOffset = std::clamp(NormalizeToPx(arrowOffset_), PaintBottomBubbleInJs() local 504 double arrowOffset = GetArrowOffset(Placement::TOP); PaintTopBubble() local 557 double arrowOffset = GetArrowOffset(Placement::TOP); PaintTopBubble() local 613 double arrowOffset = GetArrowOffset(Placement::BOTTOM); PaintBottomBubble() local 666 double arrowOffset = GetArrowOffset(Placement::BOTTOM); PaintBottomBubble() local [all...] |
H A D | render_bubble.cpp | 686 void RenderBubble::BuildTopLinePath(SkPath& path, double arrowOffset, double radius) in BuildTopLinePath() argument 715 BuildTopLinePath(RSPath& path, double arrowOffset, double radius) BuildTopLinePath() argument 746 BuildRightLinePath(SkPath& path, double arrowOffset, double radius) BuildRightLinePath() argument 776 BuildRightLinePath(RSPath& path, double arrowOffset, double radius) BuildRightLinePath() argument 808 BuildBottomLinePath(SkPath& path, double arrowOffset, double radius) BuildBottomLinePath() argument 838 BuildBottomLinePath(RSPath& path, double arrowOffset, double radius) BuildBottomLinePath() argument 870 BuildLeftLinePath(SkPath& path, double arrowOffset, double radius) BuildLeftLinePath() argument 899 BuildLeftLinePath(RSPath& path, double arrowOffset, double radius) BuildLeftLinePath() argument 935 double arrowOffset = GetArrowOffset(placement_); BuildCompletePath() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | menu_property.h | 65 std::optional<Dimension> arrowOffset;
member
|
/foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
H A D | popup_ui_extension_config.h | 76 std::optional<PopupLength> arrowOffset;
member
|
/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
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_paint_method.cpp | 437 float arrowOffset = GetArrowOffset(arrowPlacement_); in BuildCompletePath() local 471 void BubblePaintMethod::BuildTopLinePath(RSPath& path, float arrowOffset, float radius) in BuildTopLinePath() argument 573 void BubblePaintMethod::BuildRightLinePath(RSPath& path, float arrowOffset, float radius) in BuildRightLinePath() argument 639 BuildBottomLinePath(RSPath& path, float arrowOffset, float radius) BuildBottomLinePath() argument 732 BuildLeftLinePath(RSPath& path, float arrowOffset, float radius) BuildLeftLinePath() argument [all...] |
H A D | bubble_layout_algorithm.cpp | 1571 float arrowOffset = 0.0; in ClipBubbleWithPath() local 1607 double arrowOffset; in GetArrowOffset() local 1834 BuildTopLinePath(float arrowOffset, float radius, Placement& arrowBuildplacement) BuildTopLinePath() argument 1885 BuildRightLinePath(float arrowOffset, float radius, Placement& arrowBuildplacement) BuildRightLinePath() argument 1936 BuildBottomLinePath(float arrowOffset, float radius, Placement& arrowBuildplacement) BuildBottomLinePath() argument 1987 BuildLeftLinePath(float arrowOffset, float radius, Placement& arrowBuildplacement) BuildLeftLinePath() argument 2039 ReplaceArrowTopLeft(const float arrowOffset, const float childOffset) ReplaceArrowTopLeft() argument 2062 ReplaceArrowTopRight(const float arrowOffset, const float childOffset) ReplaceArrowTopRight() argument 2086 ReplaceArrowRightTop(const float arrowOffset, const float childOffset) ReplaceArrowRightTop() argument 2109 ReplaceArrowRightBottom(const float arrowOffset, const float childOffset) ReplaceArrowRightBottom() argument 2132 ReplaceArrowBottomLeft(const float arrowOffset, const float childOffset) ReplaceArrowBottomLeft() argument 2155 ReplaceArrowBottomRight(const float arrowOffset, const float childOffset) ReplaceArrowBottomRight() argument 2178 ReplaceArrowLeftTop(const float arrowOffset, const float childOffset) ReplaceArrowLeftTop() argument 2201 ReplaceArrowLeftBottom(const float arrowOffset, const float childOffset) ReplaceArrowLeftBottom() argument [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/ |
H A D | bubble_test_One_ng.cpp | 95 std::optional<Dimension> arrowOffset = std::nullopt;
member
|
H A D | bubble_test_ng.cpp | 127 std::optional<Dimension> arrowOffset = std::nullopt; member 2267 auto arrowOffset = bubbleLayoutAlgorithm->GetArrowOffset(placement); in HWTEST_F() local
|
/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() argument
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ui_content_impl.cpp | 3472 PopupLength arrowOffset = config.arrowOffset.value(); in CreateCustomPopupParam() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 841 auto arrowOffset = popupObj->GetProperty("arrowOffset"); in ParsePopupCommonParam() local 3320 auto arrowOffset = menuOptions->GetProperty("arrowOffset"); in ParseMenuArrowParam() local
|