Home
last modified time | relevance | path

Searched defs:arrowOffset (Results 1 - 15 of 15) sorted by relevance

/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/
H A Dauto_fill_manager_util.cpp58 AutoFill::PopupLength arrowOffset = config.arrowOffset.value(); in ConvertToPopupUIExtensionConfig() local
/foundation/arkui/ace_engine/frameworks/core/components/tip/
H A Drosen_render_tip.cpp94 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 Dsheet_wrapper_paint_method.cpp98 auto arrowOffset = sheetPattern->GetSheetArrowOffset().GetX(); in GetBorderDrawPath() local
/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_), 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 Drender_bubble.cpp686 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 Dmenu_property.h65 std::optional<Dimension> arrowOffset; member
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dpopup_ui_extension_config.h76 std::optional<PopupLength> arrowOffset; member
/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/include/
H A Dauto_fill_custom_config.h79 std::optional<PopupLength> arrowOffset; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_paint_method.cpp437 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 Dbubble_layout_algorithm.cpp1571 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 Dbubble_test_One_ng.cpp95 std::optional<Dimension> arrowOffset = std::nullopt; member
H A Dbubble_test_ng.cpp127 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 Dpopup_param.h159 void SetArrowOffset(const std::optional<Dimension>& arrowOffset) in SetArrowOffset() argument
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp3472 PopupLength arrowOffset = config.arrowOffset.value(); in CreateCustomPopupParam() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp841 auto arrowOffset = popupObj->GetProperty("arrowOffset"); in ParsePopupCommonParam() local
3320 auto arrowOffset = menuOptions->GetProperty("arrowOffset"); in ParseMenuArrowParam() local

Completed in 56 milliseconds