/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/ |
H A D | render_grid_layout.cpp | 211 int32_t row, int32_t col, int32_t rowSpan, int32_t colSpan, bool itemIsPercentUnit) const 217 rowLen += gridCells_.at(row + i).at(col).Height(); 221 colLen += gridCells_.at(row).at(col + i).Width(); 234 const RefPtr<RenderNode>& child, int32_t row, int32_t col, int32_t rowSpan, int32_t colSpan) 239 focusCol_ = col; 249 for (int32_t i = 0; i < col; ++i) { 252 positionX += col * colGap_; 258 rowLen += gridCells_.at(row + i).at(col).Height(); 262 colLen += gridCells_.at(row).at(col + i).Width(); 282 const RefPtr<RenderNode>& child, int32_t row, int32_t col, int32_ [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_row/ |
H A D | grid_row_model_ng.h | 25 void Create(const RefPtr<V2::GridContainerSize>& col, const RefPtr<V2::Gutter>& gutter, 33 static void SetColumns(FrameNode* frameNode, const RefPtr<V2::GridContainerSize>& col);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | grid_row_model_impl.cpp | 29 void GridRowModelImpl::Create(const RefPtr<V2::GridContainerSize>& col, const RefPtr<V2::Gutter>& gutter, in Create() argument 33 component->SetTotalCol(col); in Create()
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | vectorize_scalar_matrix_constructors.cc | 70 auto* col = ctx.dst->vec(CreateASTTypeFor(ctx, mat_type->type()), in Run() 72 columns.push_back(col); in Run()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_linearization_info.h | 131 /// \param col Column to compute black level for. 135 uint32 col, 153 /// \param col Column to get black level for. 156 dng_srational ColumnBlack (uint32 col) const;
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | pxa27x_keypad.c | 412 int row, col, num_keys_pressed = 0; in pxa27x_keypad_scan_matrix() local 424 col = KPAS_CP(kpas); in pxa27x_keypad_scan_matrix() 427 /* if invalid row/col, treat as no key pressed */ in pxa27x_keypad_scan_matrix() 428 if (col >= pdata->matrix_key_cols || in pxa27x_keypad_scan_matrix() 432 new_state[col] = (1 << row); in pxa27x_keypad_scan_matrix() 452 for (col = 0; col < pdata->matrix_key_cols; col++) { in pxa27x_keypad_scan_matrix() 456 bits_changed = keypad->matrix_key_state[col] ^ new_state[col]; in pxa27x_keypad_scan_matrix() [all...] |
/kernel/linux/linux-6.6/drivers/auxdisplay/ |
H A D | ht16k33.c | 378 int row, col, code; in ht16k33_keypad_scan() local 390 for (col = 0; col < keypad->cols; col++) { in ht16k33_keypad_scan() 391 new_state[col] = le16_to_cpu(data[col]); in ht16k33_keypad_scan() 392 if (new_state[col]) in ht16k33_keypad_scan() 394 bits_changed = keypad->last_key_state[col] ^ new_state[col]; in ht16k33_keypad_scan() 397 code = MATRIX_SCAN_CODE(row, col, keypa in ht16k33_keypad_scan() [all...] |
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | pxa27x_keypad.c | 412 int row, col, num_keys_pressed = 0; in pxa27x_keypad_scan_matrix() local 424 col = KPAS_CP(kpas); in pxa27x_keypad_scan_matrix() 427 /* if invalid row/col, treat as no key pressed */ in pxa27x_keypad_scan_matrix() 428 if (col >= pdata->matrix_key_cols || in pxa27x_keypad_scan_matrix() 432 new_state[col] = (1 << row); in pxa27x_keypad_scan_matrix() 452 for (col = 0; col < pdata->matrix_key_cols; col++) { in pxa27x_keypad_scan_matrix() 456 bits_changed = keypad->matrix_key_state[col] ^ new_state[col]; in pxa27x_keypad_scan_matrix() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderArithmetic.cpp | 92 for(auto col = 0u; col < numColumns; col++) in EmitMatrixTimesMatrix() 97 v += lhs.Float(i * numRows + row) * rhs.Float(col * numAdds + i); in EmitMatrixTimesMatrix() 99 dst.move(numRows * col + row, v); in EmitMatrixTimesMatrix() 116 for(auto col = 0u; col < numCols; col++) in EmitOuterProduct() 120 dst.move(col * numRows + row, lhs.Float(row) * rhs.Float(col)); in EmitOuterProduct() [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fMultisampleTests.cpp | 335 GLU_EXPECT_NO_ERROR(gl.getError(), "col buf"); in renderTriangle() 339 GLU_EXPECT_NO_ERROR(gl.getError(), "col vertexAttribPointer"); in renderTriangle() 794 for (int col = 0; col < numQuadRowsCols; col++) in iterate() 796 float x0 = (float)(col+0) / (float)numQuadRowsCols * 2.0f - 1.0f; in iterate() 797 float x1 = (float)(col+1) / (float)numQuadRowsCols * 2.0f - 1.0f; in iterate() 802 Vec4 alpha0 (0.0f, 0.0f, 0.0f, m_isAlphaToCoverageCase ? (float)col / (float)(numQuadRowsCols-1) : 1.0f); in iterate() 807 float value = (float)(row*numQuadRowsCols + col) / (float)(numQuadRowsCols*numQuadRowsCols-1); in iterate() 820 const GLbitfield mask = (GLbitfield)deUint32Hash((col << (m_numSample in iterate() [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_result_set_impl.h | 60 int GetAsset(int32_t col, NativeRdb::ValueObject::Asset& value) override; 61 int GetAssets(int32_t col, NativeRdb::ValueObject::Assets& value) override; 63 int Get(int32_t col, NativeRdb::ValueObject& value) override;
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | Scan.h | 196 void setColumn(int col) in setColumn() argument 198 logicalSourceLoc.column = col; in setColumn() 199 loc[getLastValidSourceIndex()].column = col; in setColumn()
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/ |
H A D | token.go | 139 func (l *TokenConverter) ToOffset(line, col int) (int, error) { 147 if col > 1 { 159 pos += token.Pos(col - 1)
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/ |
H A D | token.go | 139 func (l *TokenConverter) ToOffset(line, col int) (int, error) { 147 if col > 1 { 159 pos += token.Pos(col - 1)
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
H A D | builder_entry_point_test.cc | 43 // var col : f32 = (coord.x * loc1); in TEST_F() 49 auto* col = Var("col", ty.f32(), ast::StorageClass::kNone, mul); in TEST_F() local 51 ast::StatementList{WrapInStatement(col)}, in TEST_F() 71 OpName %15 "col" in TEST_F()
|
/third_party/spirv-tools/utils/vscode/src/lsp/span/ |
H A D | token.go | 139 func (l *TokenConverter) ToOffset(line, col int) (int, error) { 147 if col > 1 { 159 pos += token.Pos(col - 1)
|
/third_party/ffmpeg/libavcodec/ |
H A D | tdsc.c | 331 int col, line; in tdsc_blit() local 333 for (col = 0; col < width; col++) in tdsc_blit() 334 tdsc_yuv2rgb(dst + col * 3, srcy[col], in tdsc_blit() 335 srcu[col >> 1] - 128, srcv[col >> 1] - 128); in tdsc_blit()
|
/third_party/icu/icu4c/source/common/ |
H A D | ucnvsel.cpp | 74 for (int32_t col = 0; col < columns; col++) { in generateSelectorData() 76 col, static_cast<uint32_t>(~0), static_cast<uint32_t>(~0), status); in generateSelectorData() 133 for (int32_t col = 0; col < columns; col++) { in generateSelectorData() 134 upvec_setValue(upvec, start_char, end_char, col, static_cast<uint32_t>(~0), static_cast<uint32_t>(~0), in generateSelectorData()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnvsel.cpp | 74 for (int32_t col = 0; col < columns; col++) { in generateSelectorData() 76 col, static_cast<uint32_t>(~0), static_cast<uint32_t>(~0), status); in generateSelectorData() 133 for (int32_t col = 0; col < columns; col++) { in generateSelectorData() 134 upvec_setValue(upvec, start_char, end_char, col, static_cast<uint32_t>(~0), static_cast<uint32_t>(~0), in generateSelectorData()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnvsel.cpp | 74 for (int32_t col = 0; col < columns; col++) { in generateSelectorData() 76 col, static_cast<uint32_t>(~0), static_cast<uint32_t>(~0), status); in generateSelectorData() 133 for (int32_t col = 0; col < columns; col++) { in generateSelectorData() 134 upvec_setValue(upvec, start_char, end_char, col, static_cast<uint32_t>(~0), static_cast<uint32_t>(~0), in generateSelectorData()
|
/third_party/mesa3d/src/mesa/math/ |
H A D | m_matrix.c | 152 #define A(row,col) a[(col<<2)+row] 153 #define B(row,col) b[(col<<2)+row] 154 #define P(row,col) product[(col<<2)+row] 698 #define M(row,col) m[col*4+row] in _math_matrix_rotate() 884 #define M(row,col) m[col* in _math_matrix_frustum() [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsBuiltinPrecisionTests.cpp | 2785 for (int col = 0; col < Cols; ++col) in doApply() 2788 ret[col][row] = -iargs.a[col][row]; in doApply() 2831 for (int col = 0; col < Cols; ++col) in doApply() 2834 ret[col][row] = this->doGetScalarFunc().apply(ctx, in doApply() 2835 iargs.a[col][ro in doApply() [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | tridentfb.c | 620 int col; in tridentfb_fillrect() local 627 col = fr->color; in tridentfb_fillrect() 628 col |= col << 8; in tridentfb_fillrect() 629 col |= col << 16; in tridentfb_fillrect() 631 col = ((u32 *)(info->pseudo_palette))[fr->color]; in tridentfb_fillrect() 635 fr->height, col, fr->rop); in tridentfb_fillrect() 642 int col, bgcol; in tridentfb_imageblit() local 649 col in tridentfb_imageblit() 1382 u32 col; tridentfb_setcolreg() local [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | tridentfb.c | 621 int col; in tridentfb_fillrect() local 628 col = fr->color; in tridentfb_fillrect() 629 col |= col << 8; in tridentfb_fillrect() 630 col |= col << 16; in tridentfb_fillrect() 632 col = ((u32 *)(info->pseudo_palette))[fr->color]; in tridentfb_fillrect() 636 fr->height, col, fr->rop); in tridentfb_fillrect() 643 int col, bgcol; in tridentfb_imageblit() local 650 col in tridentfb_imageblit() 1381 u32 col; tridentfb_setcolreg() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 3580 for (int col = 0; col < Cols; ++col) in doApply() 3583 ret[col][row] = -iargs.a[col][row]; in doApply() 3626 for (int col = 0; col < Cols; ++col) in doApply() 3629 ret[col][row] = this->doGetScalarFunc().apply(ctx, in doApply() 3630 iargs.a[col][ro in doApply() [all...] |