Home
last modified time | relevance | path

Searched defs:axis (Results 51 - 75 of 211) sorted by relevance

123456789

/test/xts/acts/ai/nncore/opstest/src/
H A Dunstack_test.cpp34 OHNNOperandTest axis = {OH_NN_INT64, OH_NN_UNSTACK_AXIS, {1}, &axisValue, sizeof(int64_t)}; member
51 OHNNOperandTest axis = {OH_NN_INT64, OH_NN_UNSTACK_AXIS, {1}, &axisValue, sizeof(int64_t)}; member
68 OHNNOperandTest axis = {OH_NN_INT64, OH_NN_UNSTACK_AXIS, {1}, &axisValue, sizeof(int64_t)}; member
85 OHNNOperandTest axis = {OH_NN_INT64, OH_NN_UNSTACK_AXIS, {1}, &axisValue, sizeof(int64_t)}; member
101 OHNNOperandTest axis = {OH_NN_INT64, OH_NN_UNSTACK_AXIS, {1}, &axisValue, sizeof(int64_t)}; member
[all...]
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafcjk.h99 AF_CJKAxisRec axis[AF_DIMENSION_MAX]; member
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_manager/
H A Ddevice_manager_test.cpp940 std::vector<int64_t> axis; HWTEST_F() local
1844 std::vector<int64_t> axis; HWTEST_F() local
1949 std::vector<int64_t> axis; HWTEST_F() local
2045 std::vector<int64_t> axis; HWTEST_F() local
2064 int64_t axis = {0}; HWTEST_F() local
2183 std::vector<int64_t> axis; HWTEST_F() local
2202 std::vector<int64_t> axis; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_adaptive/
H A Dgrid_adaptive_layout_algorithm.cpp26 auto axis = (layoutDirection == FlexDirection::ROW || layoutDirection == FlexDirection::ROW_REVERSE) in Measure() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_with_options_layout_algorithm.cpp188 InitIrregularItemsPosition(std::map<int32_t, int32_t>& irregularItemsPosition, const GridLayoutOptions& options, int32_t firstIrregularIndex, Axis axis, int32_t crossCount) InitIrregularItemsPosition() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_height_offset_calculator.h32 ListHeightOffsetCalculator(const ListLayoutAlgorithm::PositionMap& itemPosition, float space, int32_t lanes, Axis axis) ListHeightOffsetCalculator() argument
H A Dlist_paint_method.cpp71 Axis axis = vertical_ ? Axis::HORIZONTAL : Axis::VERTICAL; in UpdateContentModifier() local
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_single_child_scroll.cpp38 auto axis = scroll->GetAxisDirection(); in Update() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dscrollable_event.h45 explicit ScrollableEvent(Axis axis) : axis_(axis) {}; in ScrollableEvent() argument
53 void SetAxis(Axis axis) in SetAxis() argument
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dclip_path.cpp169 std::vector<Dimension> axis; in CreateCircle() local
170 StringUtils::SplitStr(StringUtils::TrimStr(data.substr(atIndex + 2)), " ", axis); in CreateCircle() local
191 std::vector<Dimension> axis; in CreateEllipse() local
192 StringUtils::SplitStr(StringUtils::TrimStr(data.substr(atIndex + 2)), " ", axis); in CreateEllipse() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H A Dselect_overlay_client.h122 virtual void OnParentScrollCallback(Axis axis, int32_t offset) {}; in OnParentScrollCallback() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dswiper_model_impl.cpp47 void SwiperModelImpl::SetDirection(Axis axis) in SetDirection() argument
H A Dscroll_model_impl.cpp52 void ScrollModelImpl::SetAxis(Axis axis) in SetAxis() argument
/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H A Dsize_t.h37 SizeT(T crossSize, T mainSize, Axis axis) in SizeT() argument
84 void SetMainSize(T mainSize, Axis axis) in SetMainSize() argument
89 void SetCrossSize(T crossSize, Axis axis) in SetCrossSize() argument
[all...]
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Devent_dispatcher.cpp311 static double GetAxisValue(const std::shared_ptr<MMI::PointerEvent>& pointerEvent, MMI::PointerEvent::AxisType axis) in GetAxisValue() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_test_ng.cpp143 Axis axis = layoutProperty_->GetListDirection().value_or(Axis::VERTICAL); in CreateListItem() local
234 void ListTestNg::CreateGroupWithItem(int32_t groupNumber, Axis axis) in CreateGroupWithItem() argument
252 Axis axis = layoutProperty_->GetListDirection().value_or(Axis::VERTICAL); in GetRowOrColBuilder() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll_bar/
H A Dscroll_bar_test_ng.cpp103 void ScrollBarTestNg::CreateScroll(float mainSize, Axis axis) in CreateScroll() argument
119 void ScrollBarTestNg::CreateContent(float mainSize, Axis axis) in CreateContent() argument
127 void ScrollBarTestNg::CreateScrollBar(bool infoflag, bool proxyFlag, Axis axis, DisplayMode displayMode) in CreateScrollBar() argument
141 Axis axis = layoutProperty_->GetAxisValue(); in CreateScrollBarChild() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H A Dscroll_inner_event_test_ng.cpp111 Axis axis = pattern_->GetAxis(); in DragScrollBarUpdate() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_tip_modifier.h65 void SetDirection(const Axis& axis) in SetDirection() argument
H A Dslider_layout_algorithm.cpp203 auto axis = sliderLayoutProperty->GetDirection().value_or(Axis::HORIZONTAL); in Layout() local
225 CalculateBlockOffset( LayoutWrapper* layoutWrapper, const RectF& contentRect, float selectOffset, Axis axis, bool reverse) CalculateBlockOffset() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_layout_algorithm.cpp31 auto axis = layoutProperty->GetAxis().value_or(Axis::HORIZONTAL); in Measure() local
148 auto axis = GetAxis(layoutWrapper); in LayoutOffsetList() local
228 auto axis = layoutProperty->GetAxis().value_or(Axis::HORIZONTAL); in MeasureDivider() local
254 auto axis = layoutProperty->GetAxis().value_or(Axis::HORIZONTAL); in MeasureSwiper() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/
H A Dwater_flow_layout_utils.cpp126 std::pair<SizeF, bool> WaterFlowLayoutUtils::PreMeasureSelf(LayoutWrapper* wrapper, Axis axis) in PreMeasureSelf() argument
139 float WaterFlowLayoutUtils::MeasureFooter(LayoutWrapper* wrapper, Axis axis) in MeasureFooter() argument
165 void WaterFlowLayoutUtils::UpdateItemIdealSize(const RefPtr<LayoutWrapper>& item, Axis axis, float userHeight) in UpdateItemIdealSize() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_utils.h65 auto axis = property->GetDirection().value_or(Axis::HORIZONTAL); in CreateChildConstraint() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_popup_list.cpp34 auto axis = component_->GetDirection(); in Update() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/
H A Dtest_ng.cpp167 void TestNG::SetSize(std::optional<Axis> axis, const CalcLength& crossSize, const CalcLength& mainSize) in SetSize() argument

Completed in 23 milliseconds

123456789