Searched defs:isHorizontal (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/ |
H A D | grid_element.cpp | 98 bool GridElement::GetItemSpanByIndex(int32_t index, bool isHorizontal, int32_t& itemMain, int32_t& itemCross, in GetItemSpanByIndex() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_grid_row_ffi.cpp | 98 void ParseGutterObject(const AtCGridRowSizeOption& gutterObject, RefPtr<V2::Gutter>& gutter, bool isHorizontal) in ParseGutterObject() argument 68 InheritGridRowGutterOption(const RefPtr<V2::Gutter>& gutter, std::optional<Dimension> (&gutterSizeArray)[MAX_NUMBER_BREAKPOINT], bool isHorizontal) InheritGridRowGutterOption() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_grid_row.cpp | 98 void ParseGutterObject(const JSRef<JSVal>& gutterObject, RefPtr<V2::Gutter>& gutter, bool isHorizontal) in ParseGutterObject() argument 70 InheritGridRowGutterOption(const RefPtr<V2::Gutter>& gutter, std::optional<CalcDimension> (&gutterSizeArray)[MAX_NUMBER_BREAKPOINT], bool isHorizontal) InheritGridRowGutterOption() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/wrap/ |
H A D | render_wrap.cpp | 387 bool isHorizontal = direction_ == WrapDirection::HORIZONTAL || direction_ == WrapDirection::HORIZONTAL_REVERSE; in LayoutWholeWrap() local 669 bool isHorizontal = direction_ == WrapDirection::HORIZONTAL || direction_ == WrapDirection::HORIZONTAL_REVERSE; in HandleStartAlignment() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_modifier.cpp | 773 PaintLinearSweeping( RSCanvas& canvas, const OffsetF& offset, const RSPath& path, bool isHorizontal, const SizeF& contentSize) const PaintLinearSweeping() argument
|
Completed in 6 milliseconds