| /third_party/flutter/skia/tests/ |
| D | PackBitsTest.cpp | 46 int srcCount = SkPackBits::Unpack8(dst, dstSize, src, gTests[i].fCount - 1); in test_pack8() local 47 REPORTER_ASSERT(reporter, srcCount == 0); in test_pack8() 48 srcCount = SkPackBits::Unpack8(dst, dstSize, src, sizeof(src)); in test_pack8() 49 bool match = gTests[i].fCount == srcCount && in test_pack8() 65 size_t srcCount = SkPackBits::Unpack8(dst, dstSize, src2, size); in test_pack8() local 66 REPORTER_ASSERT(reporter, size == srcCount); in test_pack8()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
| D | IndexDataManager.h | 46 unsigned int srcCount; member
|
| D | IndexDataManager.cpp | 153 translated->srcIndexData.srcCount = count; in prepareIndexData()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
| D | IndexDataManager.h | 46 unsigned int srcCount; member
|
| D | IndexDataManager.cpp | 153 translated->srcIndexData.srcCount = count; in prepareIndexData()
|
| /third_party/skia/src/ports/ |
| D | SkTypeface_mac_ct.cpp | 1070 int srcCount; in onCharsToGlyphs() local 1077 srcCount = SkToInt(utf16 - src); in onCharsToGlyphs() 1082 if (srcCount > count) { in onCharsToGlyphs() 1083 macGlyphs = glyphStorage.reset(srcCount); in onCharsToGlyphs() 1086 CTFontGetGlyphsForCharacters(fFontRef.get(), src, macGlyphs, srcCount); in onCharsToGlyphs() 1091 if (srcCount > count) { in onCharsToGlyphs()
|
| /third_party/skia/third_party/externals/icu/source/samples/ucnv/ |
| D | convsamp.cpp | 579 int32_t srcCount=0; in convsample_13() local 582 srcCount = sizeof(sourceChars); in convsample_13() 612 printf("src=%d bytes, dst=%d uchars\n", srcCount, dstCount); in convsample_13()
|
| /third_party/flutter/skia/third_party/externals/icu/source/samples/ucnv/ |
| D | convsamp.cpp | 579 int32_t srcCount=0; in convsample_13() local 582 srcCount = sizeof(sourceChars); in convsample_13() 612 printf("src=%d bytes, dst=%d uchars\n", srcCount, dstCount); in convsample_13()
|
| /third_party/icu/icu4c/source/samples/ucnv/ |
| D | convsamp.cpp | 579 int32_t srcCount=0; in convsample_13() local 582 srcCount = sizeof(sourceChars); in convsample_13() 612 printf("src=%d bytes, dst=%d uchars\n", srcCount, dstCount); in convsample_13()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| D | Buffer11.cpp | 1360 indicesDataSize = sizeof(GLuint) * indexInfo->srcCount; in getBuffer() 1363 indicesDataSize = sizeof(GLushort) * indexInfo->srcCount; in getBuffer() 1366 indicesDataSize = sizeof(GLubyte) * indexInfo->srcCount; in getBuffer() 1369 indicesDataSize = sizeof(GLushort) * indexInfo->srcCount; in getBuffer() 1387 static_cast<unsigned int>((indexInfo->srcCount * attribute.stride) + offset); in getBuffer() 1420 for (GLuint i = 0; i < indexInfo->srcCount; i++) in getBuffer()
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| D | dng_resample.h | 89 uint32 srcCount,
|
| D | dng_resample.cpp | 91 uint32 srcCount, in Initialize() argument 109 real64 invScale = (real64) srcCount / in Initialize()
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| D | nv50_ir_ra.cpp | 2330 int srcCount = tex->srcCount(0xff); in handleScalarTexGM107() local 2343 assert(srcCount >= 3); in handleScalarTexGM107() 2346 if (srcCount > 3) in handleScalarTexGM107() 2349 if (srcCount > 2) in handleScalarTexGM107() 2418 n = tex->srcCount(0xff, true) - s; in texConstraintGM107() 2430 s = tex->srcCount(0xff, true); in texConstraintGM107() 2452 int n = tex->srcCount(0xff, true); in texConstraintNVE0() 2477 s = tex->srcCount(0xff); in texConstraintNVC0() 2492 n = tex->srcCount(0xff) - s; in texConstraintNVC0()
|
| D | nv50_ir.h | 906 unsigned int srcCount() const { return srcs.size(); }; in srcCount() function 907 unsigned int srcCount(unsigned int mask, bool singleFile = false) const;
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| D | Buffer11.cpp | 1559 indicesDataSize = sizeof(GLuint) * indexInfo->srcCount; in getBuffer() 1562 indicesDataSize = sizeof(GLushort) * indexInfo->srcCount; in getBuffer() 1565 indicesDataSize = sizeof(GLubyte) * indexInfo->srcCount; in getBuffer() 1568 indicesDataSize = sizeof(GLushort) * indexInfo->srcCount; in getBuffer() 1586 static_cast<unsigned int>((indexInfo->srcCount * attribute.stride) + offset); in getBuffer() 1619 for (GLuint i = 0; i < indexInfo->srcCount; i++) in getBuffer()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | APFloat.cpp | 2237 const integerPart *src, unsigned int srcCount, roundingMode rounding_mode) { in convertFromUnsignedParts() argument 2243 omsb = APInt::tcMSB(src, srcCount) + 1; in convertFromUnsignedParts() 2252 lost_fraction = lostFractionThroughTruncation(src, srcCount, in convertFromUnsignedParts() 2283 unsigned int srcCount, bool isSigned, in convertFromSignExtendedInteger() argument 2288 APInt::tcExtractBit(src, srcCount * integerPartWidth - 1)) { in convertFromSignExtendedInteger() 2293 copy = new integerPart[srcCount]; in convertFromSignExtendedInteger() 2294 APInt::tcAssign(copy, src, srcCount); in convertFromSignExtendedInteger() 2295 APInt::tcNegate(copy, srcCount); in convertFromSignExtendedInteger() 2296 status = convertFromUnsignedParts(copy, srcCount, rounding_mode); in convertFromSignExtendedInteger() 2300 status = convertFromUnsignedParts(src, srcCount, rounding_mode); in convertFromSignExtendedInteger()
|
| /third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
| D | dtfmtsym.h | 936 int32_t srcCount);
|
| /third_party/node/deps/icu-small/source/i18n/unicode/ |
| D | dtfmtsym.h | 948 int32_t srcCount);
|
| /third_party/icu/icu4c/source/i18n/unicode/ |
| D | dtfmtsym.h | 936 int32_t srcCount);
|
| /third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
| D | dtfmtsym.h | 933 int32_t srcCount);
|
| /third_party/flutter/skia/src/ports/ |
| D | SkFontHost_mac.cpp | 2427 int srcCount; in onCharsToGlyphs() local 2434 srcCount = SkToInt(utf16 - src); in onCharsToGlyphs() 2439 if (srcCount > count) { in onCharsToGlyphs() 2440 macGlyphs = glyphStorage.reset(srcCount); in onCharsToGlyphs() 2443 CTFontGetGlyphsForCharacters(fFontRef.get(), src, macGlyphs, srcCount); in onCharsToGlyphs() 2448 if (srcCount > count) { in onCharsToGlyphs()
|
| /third_party/icu/icu4c/source/i18n/ |
| D | dtfmtsym.cpp | 303 int32_t srcCount) in assignArray() argument 317 dstCount = srcCount; in assignArray() 318 dstArray = newUnicodeStringArray(srcCount); in assignArray() 321 for(i=0; i<srcCount; ++i) { in assignArray()
|
| /third_party/node/deps/icu-small/source/i18n/ |
| D | dtfmtsym.cpp | 303 int32_t srcCount) in assignArray() argument 317 dstCount = srcCount; in assignArray() 318 dstArray = newUnicodeStringArray(srcCount); in assignArray() 321 for(i=0; i<srcCount; ++i) { in assignArray()
|
| /third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
| D | dtfmtsym.cpp | 302 int32_t srcCount) in assignArray() argument 316 dstCount = srcCount; in assignArray() 317 dstArray = newUnicodeStringArray(srcCount); in assignArray() 320 for(i=0; i<srcCount; ++i) { in assignArray()
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| D | dtfmtsym.cpp | 303 int32_t srcCount) in assignArray() argument 317 dstCount = srcCount; in assignArray() 318 dstArray = newUnicodeStringArray(srcCount); in assignArray() 321 for(i=0; i<srcCount; ++i) { in assignArray()
|