/third_party/skia/src/core/ |
D | SkConvertPixels.h | 21 size_t trimRowBytes, int rowCount) { in SkRectMemcpy() argument 25 memcpy(dst, src, trimRowBytes * rowCount); in SkRectMemcpy() 29 for (int i = 0; i < rowCount; ++i) { in SkRectMemcpy()
|
/third_party/skia/gm/ |
D | drawminibitmaprect.cpp | 102 int rowCount = 0; in onDraw() local 132 ++rowCount; in onDraw() 133 if ((dstRect.width() + 2 * kPadX) * rowCount > gSize) { in onDraw() 137 rowCount = 0; in onDraw()
|
D | textblobmixedsizes.cpp | 130 int rowCount = 0; in onDraw() local 164 ++rowCount; in onDraw() 165 if ((bounds.width() + 2 * kPadX) * rowCount > kWidth) { in onDraw() 169 rowCount = 0; in onDraw()
|
D | drawbitmaprect.cpp | 205 int rowCount = 0; in onDraw() local 227 ++rowCount; in onDraw() 228 if ((dstRect.width() + kPadX) * rowCount > gSize) { in onDraw() 232 rowCount = 0; in onDraw()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | utilities.h | 148 int rowCount, 164 int rowCount; member 181 int rowCount, in UniformTypeInfo() argument 196 rowCount(rowCount), in UniformTypeInfo()
|
/third_party/node/deps/npm/node_modules/cli-columns/ |
D | index.js | 69 const rowCount = Math.ceil(cells.length / columnCount) || 1; 77 .reduce(toRows, makeList(rowCount).map(makeArray))
|
/third_party/icu/icu4c/source/test/intltest/ |
D | miscdtfm.cpp | 349 int32_t rowCount, colCount; in test4117335() local 350 const UnicodeString **zones = symbols->getZoneStrings(rowCount, colCount); in test4117335() 353 for (int32_t i = 0; i < rowCount; ++i) { in test4117335()
|
D | tsdtfmsy.cpp | 385 int32_t rowCount = 0, columnCount = 0; in TestSymbols() local 386 const UnicodeString **strings = en.getZoneStrings(rowCount, columnCount); in TestSymbols() 387 fr.setZoneStrings(strings, rowCount, columnCount); in TestSymbols() 388 const UnicodeString **strings1 = fr.getZoneStrings(rowCount, columnCount); in TestSymbols() 389 for(int32_t i = 0; i < rowCount; i++) { in TestSymbols()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcPackedPixelsTests.cpp | 572 int rowCount; // number of rows in 2D image member 898 m_initialPackProperties.rowCount = 0; in resetInitialStorageModes() 907 m_initialUnpackProperties.rowCount = 0; in resetInitialStorageModes() 933 gl.pixelStorei(GL_UNPACK_IMAGE_HEIGHT, up.rowCount); in applyInitialStorageModes() 938 gl.pixelStorei(GL_PACK_IMAGE_HEIGHT, pp.rowCount); in applyInitialStorageModes() 1203 int rowCount = m_unpackProperties.rowCount; in makeGradient() local 1204 if (rowCount == 0) in makeGradient() 1205 rowCount = GRADIENT_HEIGHT + m_unpackProperties.skipRows; in makeGradient() 1232 m_unpackProperties.rowCount = rowCount; in makeGradient() 1240 std::size_t bufferSize = elementSize * elementsInRow * rowCount * depth; in makeGradient() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
D | peers.cpp | 427 if (model.rowCount() > 0) { in add_station() 563 if (model.rowCount() == 0) in remove_bss() 783 if (model.rowCount() == 0) in find_addr() 796 if (model.rowCount() == 0) in find_addr_type() 812 if (model.rowCount() == 0) in find_uuid() 882 if (model.rowCount() == 0) in event_notify() 997 if (model.rowCount() == 0) in event_notify() 1153 if (model.rowCount() == 0) in event_notify() 1571 if (model.rowCount() == 0) in remove_enrollee_uuid() 1771 if (model.rowCount() == 0) in ctx_hide_ap() [all …]
|
D | eventhistory.h | 24 int rowCount(const QModelIndex &parent = QModelIndex()) const;
|
D | eventhistory.cpp | 15 int EventListModel::rowCount(const QModelIndex &) const in rowCount() function in EventListModel
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
D | peers.cpp | 427 if (model.rowCount() > 0) { in add_station() 561 if (model.rowCount() == 0) in remove_bss() 781 if (model.rowCount() == 0) in find_addr() 794 if (model.rowCount() == 0) in find_addr_type() 810 if (model.rowCount() == 0) in find_uuid() 880 if (model.rowCount() == 0) in event_notify() 995 if (model.rowCount() == 0) in event_notify() 1151 if (model.rowCount() == 0) in event_notify() 1569 if (model.rowCount() == 0) in remove_enrollee_uuid() 1769 if (model.rowCount() == 0) in ctx_hide_ap() [all …]
|
D | eventhistory.h | 24 int rowCount(const QModelIndex &parent = QModelIndex()) const;
|
D | eventhistory.cpp | 15 int EventListModel::rowCount(const QModelIndex &) const in rowCount() function in EventListModel
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Program.cpp | 261 int rowCount = VariableRowCount(varying.type); in getFragDataLocation() local 264 return varying.registerIndex + (rowCount > 1 ? colCount * subscript : subscript); in getFragDataLocation() 1243 int rowCount = VariableRowCount(transformFeedbackLinkedVaryings[index].type); in applyTransformFeedback() local 1245 int nbRegs = rowCount > 1 ? colCount * size : size; in applyTransformFeedback() 1246 int nbComponentsPerReg = rowCount > 1 ? rowCount : colCount; in applyTransformFeedback() 1247 int componentStride = rowCount * colCount * size; in applyTransformFeedback() 1276 int rowCount = VariableRowCount(transformFeedbackLinkedVaryings[index].type); in applyTransformFeedback() local 1278 int nbRegs = rowCount > 1 ? colCount * size : size; in applyTransformFeedback() 1279 int nbComponentsPerReg = rowCount > 1 ? rowCount : colCount; in applyTransformFeedback() 1284 totalComponents += rowCount * colCount * size; in applyTransformFeedback() [all …]
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/data/rdb/ |
D | resultSet.js | 21 rowCount: "[PC Preview] unknow rowCount", property
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_data_DataShareResultSet.js | 28 rowCount: "[PC Preview] unknow rowCount", property
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | dtfmtsym.h | 549 const UnicodeString** getZoneStrings(int32_t& rowCount, int32_t& columnCount) const; 563 void setZoneStrings(const UnicodeString* const* strings, int32_t rowCount, int32_t columnCount);
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | dtfmtsym.h | 549 const UnicodeString** getZoneStrings(int32_t& rowCount, int32_t& columnCount) const; 563 void setZoneStrings(const UnicodeString* const* strings, int32_t rowCount, int32_t columnCount);
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | dtfmtsym.h | 551 const UnicodeString** getZoneStrings(int32_t& rowCount, int32_t& columnCount) const; 565 void setZoneStrings(const UnicodeString* const* strings, int32_t rowCount, int32_t columnCount);
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | IntlTestDateFormatSymbols.java | 502 long rowCount = 0, columnCount = 0; in TestSymbols() local 506 rowCount = strings.length; in TestSymbols() 507 for(int i = 0; i < rowCount; i++) { in TestSymbols()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | mtl_glslang_mtl_utils.mm | 260 for (int row = 0; row < info.rowCount; ++row) 288 if (info.rowCount > 1) 351 outputOffset += info.columnCount * info.rowCount * varying.size();
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestDateFormatSymbols.java | 529 long rowCount = 0, columnCount = 0; in TestSymbols() local 533 rowCount = strings.length; in TestSymbols() 534 for(int i = 0; i < rowCount; i++) { in TestSymbols()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | glslang_wrapper_utils.h | 91 uint32_t rowCount = kInvalid; member
|