/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/layout/ |
H A D | grid_layout.h | 80 void SetCols(const uint16_t& cols) in SetCols()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/ |
H A D | grid_info.h | 27 uint32_t cols = 0; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/ |
H A D | grid_row_component.h | 46 void SetTotalCol(const RefPtr<ColumnInfo>& cols) in SetTotalCol()
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_label.cpp | 358 const uint16_t cols, const int16_t offsetX, uint16_t& begin, in OnCalculatedClockwise() 394 … const uint16_t cols, const int16_t offsetX, uint16_t& begin, in OnCalculatedAnticlockwise() 430 … const 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 D | grid_attr_test_ng.cpp | 312 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 D | serializable_test.cpp | 34 std::vector<std::string> cols{ "123", "345", "789" }; member
|
/ohos5.0/base/sensors/sensor/vibration_convert/core/utils/src/ |
H A D | utils.cpp | 84 size_t cols = valuesSize / rows; in TransposeMatrix() local
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/ |
H A D | serializable_test.cpp | 33 std::vector<std::string> cols{ "123", "345", "789" }; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/ |
H A D | render_grid_layout.cpp | 372 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 D | grid_layout_algorithm.cpp | 76 …auto cols = ParseTemplateArgs(GridUtils::ParseArgs(layoutProperty->GetColumnsTemplate().value_or("… in InitGridCeils() local
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/font/ |
H A D | ui_font_header.h | 287 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 D | grid_pattern.cpp | 57 std::vector<std::string> cols; in CreateLayoutAlgorithm() local
|