Home
last modified time | relevance | path

Searched defs:axis (Results 1 - 25 of 137) sorted by relevance

123456

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/
H A Dwater_flow_layout_utils.h32 Axis axis = Axis::VERTICAL; member
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Ditem_property_transform_box.cpp39 uint8_t axis = reader.Read8(); in ParseContent() local
/foundation/arkui/ace_engine/frameworks/core/components/tip/
H A Dtip_component.h52 void SetDirection(Axis axis) in SetDirection() argument
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_edge_effect.h38 virtual void HandleOverScroll(Axis axis, double overScroll, const Size& viewPort) {} in HandleOverScroll() argument
H A Dscroll_fade_effect.cpp77 void ScrollFadeEffect::SetPaintDirection(Axis axis, double overScroll) in SetPaintDirection() argument
103 void ScrollFadeEffect::HandleOverScroll(Axis axis, double overScroll, const Size& viewPort) in HandleOverScroll() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_layout_property.h62 Axis axis = GetAxisValue(Axis::VERTICAL); variable
H A Dscroll_edge_effect.h36 virtual void HandleOverScroll(Axis axis, float overScroll, const SizeF& viewPort, in HandleOverScroll() argument
H A Dscroll_layout_algorithm.cpp23 void UpdateChildConstraint(Axis axis, const OptionalSizeF& selfIdealSize, LayoutConstraintF& contentConstraint) in UpdateChildConstraint() argument
39 auto axis = layoutProperty->GetAxis().value_or(Axis::VERTICAL); in Measure() local
81 void ScrollLayoutAlgorithm::UseInitialOffset(Axis axis, SizeF selfSize, LayoutWrapper* layoutWrapper) in UseInitialOffset() argument
106 auto axis = layoutProperty->GetAxis().value_or(Axis::VERTICAL); in Layout() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_paint_method.h30 SwiperPaintMethod(Axis axis, float mainDelta) : axis_(axis), mainDelta_(mainDelta) {}; in SwiperPaintMethod() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_utils.cpp60 float GridUtils::GetMainGap(const RefPtr<GridLayoutProperty>& props, const SizeF& frameSize, Axis axis) in GetMainGap() argument
65 float GridUtils::GetCrossGap(const RefPtr<GridLayoutProperty>& props, const SizeF& frameSize, Axis axis) in GetCrossGap() argument
H A Dgrid_item_layout_property.h113 SetAxis(Axis axis) SetAxis() argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_utils_test.cpp57 void ScrollableUtilsTest::FillChildren(int32_t count, Axis axis, SizeF size) in FillChildren() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_layout_property.h50 auto axis = propWaterflowDirection_.value_or(FlexDirection::COLUMN); in GetAxis() local
57 auto axis = propWaterflowDirection_.value_or(FlexDirection::COLUMN); in IsReverse() local
65 auto axis = propWaterflowDirection_.value_or(FlexDirection::COLUMN); in IsVerticalReverse() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/text/fontarguments_fuzzer/
H A Dfontarguments_fuzzer.cpp59 uint32_t axis = GetObject<uint32_t>(); in FontArgumentsFuzzTest002() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_paint_method.cpp27 Axis axis = vertical_ ? Axis::HORIZONTAL : Axis::VERTICAL; in PaintDivider() local
H A Dlist_item_layout_algorithm.h37 void SetAxis(Axis axis) in SetAxis() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dscrollable_event.cpp26 void ScrollableActuator::AddScrollEdgeEffect(const Axis& axis, RefPtr<ScrollEdgeEffect>& effect) in AddScrollEdgeEffect() argument
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_scrollable.cpp52 void Scrollable::SetAxis(Axis axis) {} in SetAxis() argument
H A Dmock_scrollable_ng.cpp45 void Scrollable::SetAxis(Axis axis) in SetAxis() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dfont_arguments.h28 uint32_t axis; member
/foundation/multimodalinput/input/frameworks/napi/joystick_event/src/
H A Djs_joystick_event.cpp116 napi_value axis = nullptr; in Export() local
/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H A Doffset_t.h35 OffsetT(T crossOffset, T mainOffset, Axis axis) in OffsetT() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H A Dscroll_test_ng.cpp107 auto axis = layoutProperty_->GetAxis(); in CreateContent() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dindicator_model_ng.cpp71 void IndicatorModelNG::SetDirection(Axis axis) in SetDirection() argument
126 void IndicatorModelNG::SetDirection(FrameNode* frameNode, Axis axis) in SetDirection() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/effect/
H A Dscroll_fade_effect.cpp75 void ScrollFadeEffect::SetPaintDirection(Axis axis, float overScroll, bool isNotPositiveScrollableDistance) in SetPaintDirection() argument
127 void ScrollFadeEffect::HandleOverScroll(Axis axis, float overScroll, const SizeF& viewPort, in HandleOverScroll() argument

Completed in 13 milliseconds

123456