/foundation/arkui/ace_engine/frameworks/core/components/theme/tools/ |
H A D | build_theme_code.py | 22 def read_row_value(row, param, offset, platform): 23 if row[offset] == '': 26 item['.type'] = row[offset] 27 item['.value'] = row[offset + 1] 31 if row[offset + 2] != '': 32 item['.isPublic'] = (row[offset + 2]).lower() 33 if row[offset + 3] != '': 34 item['.blendAlpha'] = row[offset + 3] 38 def spitrow(row): 41 if len(row) [all...] |
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_trans_db_test.cpp | 110 ValuesBucket row = row_; in HWTEST_F() local 112 auto [errCode, rowId] = transDB_->Insert(TABLE_NAME, row); in HWTEST_F() 114 std::tie(errCode, changed) = transDB_->Update(TABLE_NAME, row); in HWTEST_F() 135 ValuesBucket row = row_; in HWTEST_F() local 137 auto [errCode, rowId] = transDB_->Insert(TABLE_NAME, row); in HWTEST_F() 158 ValuesBucket row = row_; in HWTEST_F() local 159 auto [errCode, rowId] = transDB_->Insert(TABLE_NAME, row); in HWTEST_F() 169 ASSERT_TRUE(row.values_ == rowEntity.Get()); in HWTEST_F() 179 ValuesBucket row = row_; in HWTEST_F() local 180 auto [errCode, rowId] = transDB_->Insert(TABLE_NAME, row); in HWTEST_F() 206 ValuesBucket row = row_; HWTEST_F() local 233 ValuesBucket row = row_; HWTEST_F() local 260 ValuesBucket row = row_; HWTEST_F() local 287 ValuesBucket row = row_; HWTEST_F() local 315 ValuesBucket row = row_; HWTEST_F() local 337 ValuesBucket row = row_; HWTEST_F() local 352 ValuesBucket row = row_; HWTEST_F() local 379 ValuesBucket row = row_; HWTEST_F() local 409 ValuesBucket row = row_; HWTEST_F() local 425 auto row = rowEntity.Steal(); HWTEST_F() local 446 ValuesBucket row = row_; HWTEST_F() local 462 auto row = rowEntity.Steal(); HWTEST_F() local 483 ValuesBucket row = row_; HWTEST_F() local 514 ValuesBucket row = row_; HWTEST_F() local 540 auto row = rowEntity.Steal(); HWTEST_F() local 558 ValuesBucket row = row_; HWTEST_F() local 585 auto row = rowEntity.Steal(); HWTEST_F() local 600 ValuesBucket row = row_; HWTEST_F() local 631 ValuesBucket row = row_; HWTEST_F() local 661 auto row = rowEntity.Steal(); HWTEST_F() local 679 ValuesBucket row = row_; HWTEST_F() local 706 auto row = rowEntity.Steal(); HWTEST_F() local 724 ValuesBucket row = row_; HWTEST_F() local 759 ValuesBucket row = row_; HWTEST_F() local 790 ValuesBucket row = row_; HWTEST_F() local 811 auto row = rowEntity.Steal(); HWTEST_F() local 834 ValuesBucket row = row_; HWTEST_F() local 855 auto row = rowEntity.Steal(); HWTEST_F() local 878 ValuesBucket row = row_; HWTEST_F() local 894 auto row = rowEntity.Steal(); HWTEST_F() local 960 auto row = rowEntity.Steal(); HWTEST_F() local 991 auto row = rowEntity.Steal(); HWTEST_F() local 1020 auto row = rowEntity.Steal(); HWTEST_F() local 1109 ValuesBucket row = row_; HWTEST_F() local 1159 auto row = rowEntity.Steal(); HWTEST_F() local 1189 auto row = rowEntity.Steal(); HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/ |
H A D | menu_item_group_view.cpp | 24 void UpdateRowPadding(const RefPtr<FrameNode>& row) in UpdateRowPadding() argument 32 auto layoutProps = row->GetLayoutProperty(); in UpdateRowPadding() 56 auto row = FrameNode::CreateFrameNode(V2::ROW_ETS_TAG, ElementRegister::GetInstance()->MakeUniqueId(), in SetHeader() local 58 UpdateRowPadding(row); in SetHeader() 59 header->MountToParent(row); in SetHeader() 60 pattern->AddHeader(row); in SetHeader() 69 auto row = FrameNode::CreateFrameNode(V2::ROW_ETS_TAG, ElementRegister::GetInstance()->MakeUniqueId(), in SetHeader() local 73 CHECK_NULL_VOID(row && content); in SetHeader() 74 UpdateRowPadding(row); in SetHeader() 75 content->MountToParent(row); in SetHeader() 102 auto row = FrameNode::CreateFrameNode(V2::ROW_ETS_TAG, ElementRegister::GetInstance()->MakeUniqueId(), SetFooter() local 115 auto row = FrameNode::CreateFrameNode(V2::ROW_ETS_TAG, ElementRegister::GetInstance()->MakeUniqueId(), SetFooter() local [all...] |
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/data_producer/raw_data_reader/ |
H A D | rawdata_reader.cpp | 59 for (uint32_t row = 0; row < sampleInfo_->videoSliceHeight; row++) { in ReadInputBufferWithStrideRGBA() 71 for (uint32_t row = 0; row < sampleInfo_->videoSliceHeight; row++) { in ReadInputBufferWithStrideYUVI420() 76 for (uint32_t row = 0; row < sampleInfo_->videoSliceHeight; row++) { in ReadInputBufferWithStrideYUVI420() 88 for (uint32_t row in ReadInputBufferWithStrideYUV420() [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/ |
H A D | shared_block.cpp | 187 /* Fill in the row offset */
in AllocRow() 201 LOG_INFO("Alloc the row size %{public}u failed, roll back row number %{public}u", fieldDirOffset,
in AllocRow() 238 LOG_ERROR("rows is full. row number %{public}u, groupPos %{public}u", mHeader->rowNums, groupPos);
in AllocRowOffset() 259 SharedBlock::CellUnit *SharedBlock::GetCellUnit(uint32_t row, uint32_t column)
in GetCellUnit() argument 261 if (UNLIKELY(row >= mHeader->rowNums || column >= mHeader->columnNums)) {
in GetCellUnit() 262 LOG_ERROR("Failed to read row %{public}" PRIu32 ", column %{public}" PRIu32 " from a SharedBlock"
in GetCellUnit() 264 row, column, mHeader->rowNums, mHeader->columnNums);
in GetCellUnit() 268 uint32_t groupPos = row / ROW_NUM_IN_A_GROUP;
in GetCellUnit() 269 uint32_t rowPos = row in GetCellUnit() 274 PutBlob(uint32_t row, uint32_t column, const void *value, size_t size) PutBlob() argument 279 PutString(uint32_t row, uint32_t column, const char *value, size_t sizeIncludingNull) PutString() argument 284 PutAsset(uint32_t row, uint32_t column, const void *value, size_t size) PutAsset() argument 289 PutAssets(uint32_t row, uint32_t column, const void *value, size_t size) PutAssets() argument 294 PutFloats(uint32_t row, uint32_t column, const void* value, size_t size) PutFloats() argument 299 PutBigInt(uint32_t row, uint32_t column, const void* value, size_t size) PutBigInt() argument 304 PutBlobOrString(uint32_t row, uint32_t column, const void *value, size_t size, int32_t type) PutBlobOrString() argument 336 PutLong(uint32_t row, uint32_t column, int64_t value) PutLong() argument 354 PutDouble(uint32_t row, uint32_t column, double value) PutDouble() argument 372 PutNull(uint32_t row, uint32_t column) PutNull() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/ |
H A D | grid_irregular_filler.cpp | 37 // no gap on first row in Fill() 44 // (posY_ > prevRow) implies that the previous row has been filled in Fill() 46 int32_t row = prevRow; in Fill() local 47 if (UpdateLength(len, targetLen, row, posY_, params.mainGap)) { in Fill() 48 return { len, row, idx - 1 }; in Fill() 82 // empty row, can fit 110 int32_t row = posY_; in FillOne() local 114 auto it = info_->gridMatrix_.find(row); in FillOne() 118 it = info_->gridMatrix_.find(++row); in FillOne() 124 info_->gridMatrix_[row] in FillOne() 177 const auto& row = mat.at(posY_); AdvancePos() local 181 UpdateLength(float& len, float targetLen, int32_t& row, int32_t rowBound, float mainGap) const UpdateLength() argument 197 MeasureItem( const FillParameters& params, int32_t itemIdx, int32_t col, int32_t row, bool isCache) MeasureItem() argument 330 const auto& row = it->second; BackwardImpl() local 345 FindItemTopRow(int32_t row, int32_t col) const FindItemTopRow() argument 357 SetItemInfo(int32_t idx, int32_t row, int32_t col, GridItemSize size) SetItemInfo() argument [all...] |
/foundation/arkui/ui_lite/frameworks/dfx/ |
H A D | ui_screenshot.cpp | 68 uint32_t row = MAX_MALLOC_SIZE / width; variable 69 row = (row == 0) ? 1 : row; 70 uint32_t size = row * width * sizeof(uint32_t); 78 while (height >= row) { 79 WriteBlockToFile(fd, argb8888Addr, virAddr, row, width, format, stride); 80 height -= row; 102 bool WriteBlockToFile(int32_t fd, uint32_t* buffer, uint8_t*& startAddr, uint32_t row, in WriteBlockToFile() argument 106 for (uint32_t r = 0; r < row; in WriteBlockToFile() [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | cache_cursor.cpp | 73 auto row = row_; in MoveToNext() local 74 if (row >= maxRow_ - 1) { in MoveToNext() 77 row++; in MoveToNext() 78 row_ = row; in MoveToNext() 94 auto row = row_; in GetRow() local 95 if (row >= maxRow_) { in GetRow() 98 data = records_[row]; in GetRow() 112 auto row = row_; in Get() local 113 if (row >= maxRow_) { in Get() 116 auto it = records_[row] in Get() [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb_data_share_adapter/src/ |
H A D | rdb_result_set_bridge.cpp | 71 LOG_ERROR("Go to row %{public}d failed.", start); in OnGo() 81 int row = start; in WriteBlock() local 83 while (!errCode && row <= target) { in WriteBlock() 87 return row - 1; in WriteBlock() 90 WriteColumn(columnCount, writer, row); in WriteBlock() 91 row++; in WriteBlock() 97 void RdbResultSetBridge::WriteColumn(int columnCount, Writer &writer, int row) in WriteColumn() argument 107 LOG_DEBUG("WriteLong failed of row: %{public}d, column: %{public}d", row, i); in WriteColumn() 114 LOG_DEBUG("WriteDouble failed of row in WriteColumn() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/piece/ |
H A D | piece_component.cpp | 55 auto row = AceType::MakeRefPtr<RowComponent>(FlexAlign::FLEX_START, FlexAlign::CENTER, rowChildren); in BuildChild() local 56 row->SetMainAxisSize(MainAxisSize::MIN); in BuildChild() 58 SetImage(row); in BuildChild() 59 SetText(row); in BuildChild() 61 SetText(row); in BuildChild() 62 SetImage(row); in BuildChild() 64 row->SetTextDirection(GetTextDirection()); in BuildChild() 65 return row; in BuildChild() 183 void PieceComponent::SetImage(RefPtr<RowComponent>& row) in SetImage() argument 209 row in SetImage() 212 SetText(RefPtr<RowComponent>& row) SetText() argument [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | values_buckets.cpp | 38 BucketType row; in Put() local 42 row.insert(std::make_pair(std::ref(const_cast<std::string &>(*fieldResult.first)), in Put() 45 buckets_.push_back(std::move(row)); in Put() 48 std::pair<int, ValuesBuckets::ValueType> ValuesBuckets::Get(size_t row, const FieldType &field) const in Get() argument 52 if (row >= buckets_.size()) { in Get() 56 auto &bucket = buckets_[row]; in Get()
|
H A D | shared_block_serializer_info.cpp | 36 // Allocate a new field directory for the row.
in AddRow() 69 int SharedBlockSerializerInfo::PutLong(int row, int column, sqlite3_int64 value)
in PutLong() argument 71 int status = sharedBlock_->PutLong(row, column, value);
in PutLong() 79 int SharedBlockSerializerInfo::PutDouble(int row, int column, double value)
in PutDouble() argument 81 int status = sharedBlock_->PutDouble(row, column, value);
in PutDouble() 89 int SharedBlockSerializerInfo::PutBlob(int row, int column, const void *blob, int len)
in PutBlob() argument 103 int status = (sharedBlock_->*action)(row, column, blob, len);
in PutBlob() 111 int SharedBlockSerializerInfo::PutNull(int row, int column)
in PutNull() argument 113 int status = sharedBlock_->PutNull(row, column);
in PutNull() 122 int SharedBlockSerializerInfo::PutOther(int row, in argument [all...] |
/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | matrix4.h | 68 void SetEntry(int32_t row, int32_t col, double value); 82 inline double Get(int32_t row, int32_t col) const in Get() argument 84 ACE_DCHECK((unsigned)row < DIMENSION); in Get() 86 return matrix4x4_[col][row]; in Get() 88 inline void Set(int32_t row, int32_t col, double value) in Set() argument 90 ACE_DCHECK((unsigned)row < DIMENSION); in Set() 92 matrix4x4_[col][row] = value; in Set() 107 double operator()(int32_t row, int32_t col) const; 130 bool SetEntry(int32_t row, int32_t col, double value); 155 // Make sure that the value of row i 156 operator ()(int32_t row, int32_t col) const operator ()() argument 210 operator ()(int32_t row, int32_t col) const operator ()() argument [all...] |
H A D | matrix3.h | 35 void SetEntry(int32_t row, int32_t col, double value); 62 // Make sure that the value of row is less than 3 and col is less than 3. 63 inline double operator()(int32_t row, int32_t col) const in operator ()() argument 65 return matrix3X3_[row][col]; in operator ()() 103 bool SetEntry(int32_t row, int32_t col, double value); 128 // Make sure that the value of row is less than 3 and col is less than columns. 129 inline double operator()(int32_t row, int32_t col) const in operator ()() argument 131 return Matrix3n_[row][col]; in operator ()() 170 bool SetEntry(int32_t row, int32_t col, double value); 192 // Make sure that the value of row i 193 operator ()(int32_t row, int32_t col) const operator ()() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/ |
H A D | option_view.cpp | 149 void OptionView::CreatePasteButton(bool optionsHasIcon, const RefPtr<FrameNode>& option, const RefPtr<FrameNode>& row, in CreatePasteButton() argument 187 pasteNode->MountToParent(row); in CreatePasteButton() 190 row->MountToParent(option); in CreatePasteButton() 191 row->MarkModifyDone(); in CreatePasteButton() 206 const RefPtr<FrameNode>& row, const RefPtr<FrameNode>& option) in CreateOption() 211 auto iconNode = CreateSymbol(params[index].symbol, row, nullptr, params[index].symbolUserDefinedIdealFontSize); in CreateOption() 214 auto textNode = CreateText(params[index].value, row); in CreateOption() 215 row->MountToParent(option); in CreateOption() 216 row->MarkModifyDone(); in CreateOption() 226 const RefPtr<FrameNode>& row, cons in CreateOption() 205 CreateOption(bool optionsHasIcon, std::vector<OptionParam>& params, int32_t index, const RefPtr<FrameNode>& row, const RefPtr<FrameNode>& option) CreateOption() argument 225 CreateOption(bool optionsHasIcon, const std::string& value, const std::string& icon, const RefPtr<FrameNode>& row, const RefPtr<FrameNode>& option, const std::function<void()>& onClickFunc) CreateOption() argument 249 auto row = FrameNode::CreateFrameNode(V2::ROW_ETS_TAG, ElementRegister::GetInstance()->MakeUniqueId(), CreateMenuOption() local 270 auto row = FrameNode::CreateFrameNode(V2::ROW_ETS_TAG, ElementRegister::GetInstance()->MakeUniqueId(), CreateMenuOption() local 290 auto row = FrameNode::CreateFrameNode(V2::ROW_ETS_TAG, ElementRegister::GetInstance()->MakeUniqueId(), CreateSelectOption() local [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | shared_block_serializer_info.h | 35 int PutLong(int row, int column, sqlite3_int64 value);
36 int PutDouble(int row, int column, double value);
37 int PutBlob(int row, int column, const void *blob, int len);
38 int PutNull(int row, int column);
39 int PutOther(int row, int column);
40 int PutString(int row, int column, const char *text, int sizeIncludingNull)
in PutString() argument 42 int status = sharedBlock_->PutString(row, column, text, sizeIncludingNull);
in PutString()
|
/foundation/arkui/ace_engine/test/unittest/bridge/common/sourcemap/ |
H A D | source_map_test.cpp | 47 int32_t row = 0; in HWTEST_F() local 56 auto mappingInfo = revSourceMap.Find(row, col, isColPrecise); // 47line if 1、1、1 in HWTEST_F() 58 row = 5; in HWTEST_F() 59 mappingInfo = revSourceMap.Find(row, col, isColPrecise); // 47line if 0、1、1 in HWTEST_F() 62 mappingInfo = revSourceMap.Find(row, col, isColPrecise); // 47line if 0、0、1 in HWTEST_F() 66 mappingInfo = revSourceMap.Find(row, col, isColPrecise); // 47line if 0、0、0 57line if 1 in HWTEST_F() 69 mappingInfo = revSourceMap.Find(row, col, isColPrecise); // 47line if 0、0、0 57line if 0 62line 0、0、0 in HWTEST_F() 73 mappingInfo = revSourceMap.Find(row, col, isColPrecise); in HWTEST_F() 77 mappingInfo = revSourceMap.Find(row, col, isColPrecise); in HWTEST_F() 92 int32_t row in HWTEST_F() local [all...] |
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/appdatafwk/include/ |
H A D | shared_block.h | 31 * @brief The constant indicates the error is due to an invalid row record.
44 /** Indicates the Cell Unit data type is NULL at the specified row and column.*/
46 /** Indicates the current Cell Unit data type is INT at the specified row and column.*/
48 /** Indicates the current Cell Unit data type is FLOAT at the specified row and column.*/
50 /** Indicates the current Cell Unit data type is STRING at the specified row and column.*/
52 /** Indicates the current Cell Unit data type is BLOB at the specified row and column.*/
54 /** Indicates the current Cell Unit data type is Asset at the specified row and column.*/
56 /** Indicates the current Cell Unit data type is Assets at the specified row and column.*/
58 /** Indicates the current Cell Unit data type is vector<float> at the specified row and column.*/
60 /** Indicates the current Cell Unit data type is bigint at the specified row an [all...] |
/foundation/multimodalinput/input/util/common/include/ |
H A D | table_dump.h | 45 for (const auto &row : rows) { in CalculateColumnWidths() 46 for (size_t i = 0; i < row.size(); ++i) { in CalculateColumnWidths() 47 widths[i] = std::max(widths[i], GetElementLength(row[i])); in CalculateColumnWidths() 86 inline void PrintRow(std::ostream &os, const std::vector<size_t> &widths, const std::vector<std::string> &row) in PrintRow() argument 89 for (size_t i = 0; i < row.size(); ++i) { in PrintRow() 91 PrintCentered(os, row[i], widths[i]); in PrintRow() 111 for (const auto &row : rows) { in DumpFullTable() 112 PrintRow(os, widths, row); in DumpFullTable()
|
/foundation/distributeddatamgr/data_share/frameworks/native/common/include/ |
H A D | shared_block.h | 99 * Allocate a row unit and its directory.
104 * Release the value of the last row.
111 int PutBlob(uint32_t row, uint32_t column, const void *value, size_t Size);
116 int PutString(uint32_t row, uint32_t column, const char *value, size_t sizeIncludingNull);
121 int PutLong(uint32_t row, uint32_t column, int64_t value);
126 int PutDouble(uint32_t row, uint32_t column, double value);
131 int PutNull(uint32_t row, uint32_t column);
134 * Gets the cell unit at the specified row and column.
136 CellUnit *GetCellUnit(uint32_t row, uint32_t column);
190 * The row numbe [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/dialog/ |
H A D | alert_dialog_component.cpp | 126 auto row = AceType::MakeRefPtr<RowComponent>(FlexAlign::CENTER, FlexAlign::CENTER, rowChildren); in BuildActions() local 127 row->SetStretchToParent(true); in BuildActions() 134 row->AppendChild(box); in BuildActions() 135 actionsPadding->SetChild(row); in BuildActions() 138 auto row = AceType::MakeRefPtr<RowComponent>(FlexAlign::CENTER, FlexAlign::CENTER, rowChildren); in BuildActions() local 139 row->SetStretchToParent(true); in BuildActions() 147 row->AppendChild(AceType::MakeRefPtr<FlexItemComponent>(0, 1, 0.0, firstBox)); in BuildActions() 151 row->AppendChild(AceType::MakeRefPtr<FlexItemComponent>(0, 0, 0.0, padding)); in BuildActions() 159 row->AppendChild(AceType::MakeRefPtr<FlexItemComponent>(0, 1, 0.0, secondBox)); in BuildActions() 160 // add row t in BuildActions() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_layout/ |
H A D | grid_layout_algorithm.cpp | 34 const RefPtr<GridLayoutProperty>& layoutProperty, int32_t row, int32_t col, int32_t& rowSpan, int32_t& colSpan, in CreateChildConstraint() 41 rowLen += GetItemSize(row + i, col, true); in CreateChildConstraint() 47 colLen += GetItemSize(row, col + i, false); in CreateChildConstraint() 91 int32_t row = 0; in InitGridCeils() local 95 gridCells_[row][col] = SizeF(width, height); in InitGridCeils() 98 ++row; in InitGridCeils() 102 bool GridLayoutAlgorithm::CheckGridPlaced(int32_t index, int32_t row, int32_t col, int32_t& rowSpan, int32_t& colSpan) in CheckGridPlaced() argument 104 auto rowIter = gridLayoutInfo_.gridMatrix_.find(row); in CheckGridPlaced() 111 rowSpan = std::min(mainCount_ - row, rowSpan); in CheckGridPlaced() 117 rowIter = gridLayoutInfo_.gridMatrix_.find(rSpan + row); in CheckGridPlaced() 33 CreateChildConstraint(const SizeF& idealSize, const RefPtr<GridLayoutProperty>& layoutProperty, int32_t row, int32_t col, int32_t& rowSpan, int32_t& colSpan, const RefPtr<LayoutProperty>& childLayoutProperty) const CreateChildConstraint() argument 170 ComputeItemPosition(LayoutWrapper* layoutWrapper, int32_t row, int32_t col, int32_t& rowSpan, int32_t& colSpan, const RefPtr<LayoutWrapper>& childLayoutWrapper) const ComputeItemPosition() argument 214 GetItemSize(int32_t row, int32_t col, bool height) const GetItemSize() argument [all...] |
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/ |
H A D | shared_block.cpp | 210 LOG_INFO("Alloc the row failed, so back out the new row accounting from allocRowoffset %{public}" PRIu32 "",
in AllocRow() 261 inline uint32_t *SharedBlock::GetRowOffset(uint32_t row)
in GetRowOffset() argument 263 uint32_t rowPos = row;
in GetRowOffset() 322 SharedBlock::CellUnit *SharedBlock::GetCellUnit(uint32_t row, uint32_t column)
in GetCellUnit() argument 324 if (row >= mHeader->rowNums || column >= mHeader->columnNums) {
in GetCellUnit() 325 LOG_ERROR("Failed to read row %{public}" PRIu32 ", column %{public}" PRIu32 " from a SharedBlock"
in GetCellUnit() 327 row, column, mHeader->rowNums, mHeader->columnNums);
in GetCellUnit() 331 uint32_t *rowOffset = GetRowOffset(row);
in GetCellUnit() 333 LOG_ERROR("Failed to find rowOffset for row in GetCellUnit() 346 PutBlob(uint32_t row, uint32_t column, const void *value, size_t size) PutBlob() argument 351 PutString(uint32_t row, uint32_t column, const char *value, size_t sizeIncludingNull) PutString() argument 356 PutBlobOrString(uint32_t row, uint32_t column, const void *value, size_t size, int32_t type) PutBlobOrString() argument 390 PutLong(uint32_t row, uint32_t column, int64_t value) PutLong() argument 406 PutDouble(uint32_t row, uint32_t column, double value) PutDouble() argument 422 PutNull(uint32_t row, uint32_t column) PutNull() argument [all...] |
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | skinning_system.cpp | 123 for (const ComponentQuery::ResultRow& row : results_) { 124 system_.UpdateSkin(row); 228 void SkinningSystem::UpdateSkin(const ComponentQuery::ResultRow& row) in UpdateSkin() argument 234 const SkinComponent skinComponent = skinManager_.Get(row.components[SKIN_INDEX]); in UpdateSkin() 245 auto const onceId = to_hex(row.entity.id); in UpdateSkin() 251 auto const skinJointsHandle = skinJointsManager_.Read(row.components[SKIN_JOINTS_INDEX]); in UpdateSkin() 258 auto const onceId = to_hex(row.entity.id); in UpdateSkin() 265 auto jointMatricesHandle = jointMatricesManager_.Write(row.components[JOINT_MATS_INDEX]); in UpdateSkin() 270 if (row.IsValidComponentId(RENDER_MESH_INDEX)) { in UpdateSkin() 271 if (const auto renderMeshHandle = renderMeshManager_.Read(row in UpdateSkin() [all...] |
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | graphic_math.h | 349 * @param m00 Indicates the element in row 1 and column 1 of the matrix. 350 * @param m01 Indicates the element in row 1 and column 2 of the matrix. 351 * @param m02 Indicates the element in row 1 and column 3 of the matrix. 352 * @param m10 Indicates the element in row 2 and column 1 of the matrix. 353 * @param m11 Indicates the element in row 2 and column 2 of the matrix. 354 * @param m12 Indicates the element in row 2 and column 3 of the matrix. 355 * @param m20 Indicates the element in row 3 and column 1 of the matrix. 356 * @param m21 Indicates the element in row 3 and column 2 of the matrix. 357 * @param m22 Indicates the element in row 3 and column 3 of the matrix. 724 Matrix3<T> ConomialMatrix(int16_t row, int16_ 793 ConomialMatrix(int16_t row, int16_t col) const ConomialMatrix() argument [all...] |