Home
last modified time | relevance | path

Searched defs:edge (Results 1 - 25 of 43) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_badge.cpp41 auto edge = boxComponent_->GetPadding(); in PrepareSpecializedComponent() local
H A Ddom_toggle.cpp186 auto edge = boxComponent_->GetPadding(); in PrepareSpecializedComponent() local
H A Ddom_tab_bar.cpp212 Edge edge; in ParseEdge() local
[all...]
H A Ddom_tool_bar_item.cpp247 const RefPtr<Component> DOMToolBarItem::SetPadding(const RefPtr<Component>& component, Edge&& edge) in SetPadding() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_input_ai_checker.cpp61 auto edge = textRect.GetX() + textRect.Width(); in IsMultiClickAtBoundary() local
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dedge.cpp34 bool Edge::FromString(const std::string& value, Edge& edge) in FromString() argument
[all...]
H A Dborder.h34 explicit Border(const BorderEdge& edge) : Border(edge, edge, edge, edge) {} in Border() argument
36 explicit Border(const BorderImageEdge& edge) : Border(edge, edge, edge, edge) {} in Border() argument
38 Border(const BorderEdge& edge, const Radius& radius) Border() argument
165 SetLeftEdge(const BorderEdge& edge) SetLeftEdge() argument
170 SetTopEdge(const BorderEdge& edge) SetTopEdge() argument
175 SetRightEdge(const BorderEdge& edge) SetRightEdge() argument
180 SetBottomEdge(const BorderEdge& edge) SetBottomEdge() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dproperty_animatable_helper.h46 BorderEdge edge = Get(*border); in Set() local
59 BorderEdge edge = Get(*border); in Set() local
70 BorderEdge edge in Set() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex_item.cpp75 std::pair<AnimatableDimension, bool>& edge = in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_transitioneffect_ffi.cpp63 int64_t FfiOHOSAceFrameworkTransitionEffectMove(int32_t edge) in FfiOHOSAceFrameworkTransitionEffectMove() argument
H A Dcj_transitioneffect.h106 static RefPtr<NG::ChainedTransitionEffect> Move(int32_t edge) in Move() argument
H A Dcj_scroll_ffi.cpp85 void NativeNGScroller::ScrollEdge(ScrollEdgeType edge) in ScrollEdge() argument
221 void FfiOHOSAceFrameworkScrollOnScrollEdge(void (*callback)(int32_t edge)) in FfiOHOSAceFrameworkScrollOnScrollEdge() argument
289 void FfiOHOSAceFrameworkScrollerScrollEdge(int64_t selfID, int32_t edge) in FfiOHOSAceFrameworkScrollerScrollEdge() argument
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_triangle.cpp94 void DrawTriangle::StepToNextPointOnEdge(Edge& edge) in StepToNextPointOnEdge() argument
115 Edge edge = { {0, 0}, {0, 0}, {0, 0}, 0 }; InitEdge() local
[all...]
/foundation/distributeddatamgr/udmf/framework/common/
H A Dgraph.cpp33 EdgeNode *edge = vertexNode.firstEdge; in ~Graph() local
56 EdgeNode *edge = new EdgeNode; // add new edge in AddEdge() local
69 EdgeNode *edge = nullptr; Dfs() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_component_base.cpp59 Edge edge; in BuildPadding() local
/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_component_v2.cpp162 const RefPtr<Component> PopupComponentV2::SetPadding(const RefPtr<Component>& component, const Edge& edge) in SetPadding() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_piece.cpp59 Edge edge; in Create() local
H A Djs_scroller.cpp174 AlignDeclaration::Edge edge = AlignDeclaration::Edge::AUTO; in ScrollEdge() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_layout_algorithm.cpp125 GetValidEdgeLength( float swiperLength, float indicatorLength, const Dimension& edge) GetValidEdgeLength() argument
/foundation/resourceschedule/ffrt/src/sync/
H A Dmutex_private.h66 void AddNode(uint64_t task, uint64_t ownerTask, bool edge) in AddNode() argument
/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Drosen_render_slider.cpp109 auto edge = direction_ == Axis::VERTICAL ? Edge(0.0, padding, 0.0, padding, DimensionUnit::PX) in AddTipChild() local
/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drosen_render_bubble.cpp747 BorderEdge edge = border_.Left(); in PaintBorder() local
794 BorderEdge edge = border_.Left(); in PaintBorder() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_utils.h105 static float GetValidEdgeLength(float swiperLength, float indicatorLength, const Dimension& edge) in GetValidEdgeLength() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtext_field_model_impl.cpp196 auto edge = theme->GetPadding(); in InitTextInputDefaultStyle() local
/foundation/arkui/ace_engine/test/unittest/core/rosen/
H A Drosen_render_context_test_new.cpp186 EdgeF edge = roundRect.GetCornerRadius(RoundRect::TOP_LEFT_POS); in HWTEST_F() local
[all...]

Completed in 14 milliseconds

12