Home
last modified time | relevance | path

Searched defs:isHorizontal (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Dgrid_element.cpp98 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 Dcj_grid_row_ffi.cpp98 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 Djs_grid_row.cpp98 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 Drender_wrap.cpp387 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 Dprogress_modifier.cpp773 PaintLinearSweeping( RSCanvas& canvas, const OffsetF& offset, const RSPath& path, bool isHorizontal, const SizeF& contentSize) const PaintLinearSweeping() argument

Completed in 6 milliseconds