Home
last modified time | relevance | path

Searched defs:cols (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/layout/
H A Dgrid_layout.h80 void SetCols(const uint16_t& cols) in SetCols()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dgrid_info.h27 uint32_t cols = 0; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/
H A Dgrid_row_component.h46 void SetTotalCol(const RefPtr<ColumnInfo>& cols) in SetTotalCol()
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_label.cpp358 const uint16_t cols, const int16_t offsetX, uint16_t& begin, in OnCalculatedClockwise()
394const uint16_t cols, const int16_t offsetX, uint16_t& begin, in OnCalculatedAnticlockwise()
430const uint16_t cols, const int16_t offsetX, uint16_t& begin, in CalculatedBeginAndCopySize()
456 uint16_t cols = letterTranDataInfo.header.width; in CalculatedTransformDataInfo() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_attr_test_ng.cpp312 int32_t cols = floor(GRID_WIDTH / minItemWidth); // 5 variable
334 int32_t cols = floor(GRID_WIDTH / itemWidth); // 5 variable
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/appdatafwk/unittest/
H A Dserializable_test.cpp34 std::vector<std::string> cols{ "123", "345", "789" }; member
/ohos5.0/base/sensors/sensor/vibration_convert/core/utils/src/
H A Dutils.cpp84 size_t cols = valuesSize / rows; in TransposeMatrix() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dserializable_test.cpp33 std::vector<std::string> cols{ "123", "345", "789" }; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp372 std::vector<std::string> rows, cols; in GetTargetLayoutSize() local
496 std::vector<double> cols = ParseArgs(GetColumnsTemplate(), colSize_, colGap_); in InitialGridProp() local
1558 std::vector<double> cols; in InitialDynamicGridProp() local
1589 std::vector<double>& cols, std::vector<double>& rows, int32_t dragLeaveOrEnter) in CalculateVerticalSize()
1615 std::vector<double>& cols, std::vector<double>& rows, int32_t dragLeaveOrEnter) in CalculateHorizontalSize()
1640 void RenderGridLayout::UpdateCollectionInfo(std::vector<double> cols, std::vector<double> rows) in UpdateCollectionInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_layout/
H A Dgrid_layout_algorithm.cpp76 …auto cols = ParseTemplateArgs(GridUtils::ParseArgs(layoutProperty->GetColumnsTemplate().value_or("… in InitGridCeils() local
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/font/
H A Dui_font_header.h287 uint16_t cols; // GLYPH_COLS_OFFSET member
420 int cols; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_pattern.cpp57 std::vector<std::string> cols; in CreateLayoutAlgorithm() local