/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/ |
H A D | water_flow_layout_utils.h | 32 Axis axis = Axis::VERTICAL; member
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/ |
H A D | item_property_transform_box.cpp | 39 uint8_t axis = reader.Read8(); in ParseContent() local
|
/foundation/arkui/ace_engine/frameworks/core/components/tip/ |
H A D | tip_component.h | 52 void SetDirection(Axis axis) in SetDirection() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | scroll_edge_effect.h | 38 virtual void HandleOverScroll(Axis axis, double overScroll, const Size& viewPort) {} in HandleOverScroll() argument
|
H A D | scroll_fade_effect.cpp | 77 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 D | scroll_layout_property.h | 62 Axis axis = GetAxisValue(Axis::VERTICAL); variable
|
H A D | scroll_edge_effect.h | 36 virtual void HandleOverScroll(Axis axis, float overScroll, const SizeF& viewPort, in HandleOverScroll() argument
|
H A D | scroll_layout_algorithm.cpp | 23 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 D | swiper_paint_method.h | 30 SwiperPaintMethod(Axis axis, float mainDelta) : axis_(axis), mainDelta_(mainDelta) {}; in SwiperPaintMethod() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_utils.cpp | 60 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 D | grid_item_layout_property.h | 113 SetAxis(Axis axis) SetAxis() argument [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/ |
H A D | scrollable_utils_test.cpp | 57 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 D | water_flow_layout_property.h | 50 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 D | fontarguments_fuzzer.cpp | 59 uint32_t axis = GetObject<uint32_t>(); in FontArgumentsFuzzTest002() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_group_paint_method.cpp | 27 Axis axis = vertical_ ? Axis::HORIZONTAL : Axis::VERTICAL; in PaintDivider() local
|
H A D | list_item_layout_algorithm.h | 37 void SetAxis(Axis axis) in SetAxis() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | scrollable_event.cpp | 26 void ScrollableActuator::AddScrollEdgeEffect(const Axis& axis, RefPtr<ScrollEdgeEffect>& effect) in AddScrollEdgeEffect() argument
|
/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_scrollable.cpp | 52 void Scrollable::SetAxis(Axis axis) {} in SetAxis() argument
|
H A D | mock_scrollable_ng.cpp | 45 void Scrollable::SetAxis(Axis axis) in SetAxis() argument
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/ |
H A D | font_arguments.h | 28 uint32_t axis; member
|
/foundation/multimodalinput/input/frameworks/napi/joystick_event/src/ |
H A D | js_joystick_event.cpp | 116 napi_value axis = nullptr; in Export() local
|
/foundation/arkui/ace_engine/frameworks/base/geometry/ng/ |
H A D | offset_t.h | 35 OffsetT(T crossOffset, T mainOffset, Axis axis) in OffsetT() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/ |
H A D | scroll_test_ng.cpp | 107 auto axis = layoutProperty_->GetAxis(); in CreateContent() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/ |
H A D | indicator_model_ng.cpp | 71 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 D | scroll_fade_effect.cpp | 75 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
|