Searched defs:srcCount (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DPackBitsTest.cpp39 int srcCount = SkPackBits::Unpack16(dst, dstSize, src); local
40 bool match = gTests[i].fCount == srcCount && memcmp(gTests[i].fSrc, src,
55 size_t srcCount = SkPackBits::Unpack16(dst, dstSize, src2); local
56 REPORTER_ASSERT(reporter, size == srcCount);
92 int srcCount = SkPackBits::Unpack8(dst, dstSize, src); local
93 bool match = gTests[i].fCount == srcCount &&
109 size_t srcCount = SkPackBits::Unpack8(dst, dstSize, src2); local
110 REPORTER_ASSERT(reporter, size == srcCount);
/external/skia/tests/
H A DPackBitsTest.cpp39 int srcCount = SkPackBits::Unpack16(dst, dstSize, src); local
40 bool match = gTests[i].fCount == srcCount && memcmp(gTests[i].fSrc, src,
55 size_t srcCount = SkPackBits::Unpack16(dst, dstSize, src2); local
56 REPORTER_ASSERT(reporter, size == srcCount);
92 int srcCount = SkPackBits::Unpack8(dst, dstSize, src); local
93 bool match = gTests[i].fCount == srcCount &&
109 size_t srcCount = SkPackBits::Unpack8(dst, dstSize, src2); local
110 REPORTER_ASSERT(reporter, size == srcCount);
/external/chromium_org/third_party/icu/source/samples/ucnv/
H A Dconvsamp.cpp570 int32_t srcCount=0; local
573 srcCount = sizeof(sourceChars);
603 printf("src=%d bytes, dst=%d uchars\n", srcCount, dstCount);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp158 unsigned int srcCount() const { return insn->Instruction.NumSrcRegs; } function in class:tgsi::Instruction
166 assert(s < srcCount());
976 for (unsigned s = 0; s < insn.srcCount(); ++s) {
2066 src0 = tgsi.srcCount() ?
H A Dnv50_ir.cpp778 Instruction::srcCount(unsigned int mask, bool singleFile) const function in class:nv50_ir::Instruction
H A Dnv50_ir.h639 unsigned int srcCount() const { return srcs.size(); }; function in class:nv50_ir::Instruction
640 unsigned int srcCount(unsigned int mask, bool singleFile = false) const;
/external/icu/icu4c/source/samples/ucnv/
H A Dconvsamp.cpp570 int32_t srcCount=0; local
573 srcCount = sizeof(sourceChars);
603 printf("src=%d bytes, dst=%d uchars\n", srcCount, dstCount);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp158 unsigned int srcCount() const { return insn->Instruction.NumSrcRegs; } function in class:tgsi::Instruction
166 assert(s < srcCount());
976 for (unsigned s = 0; s < insn.srcCount(); ++s) {
2066 src0 = tgsi.srcCount() ?
H A Dnv50_ir.cpp778 Instruction::srcCount(unsigned int mask, bool singleFile) const function in class:nv50_ir::Instruction
H A Dnv50_ir.h639 unsigned int srcCount() const { return srcs.size(); }; function in class:nv50_ir::Instruction
640 unsigned int srcCount(unsigned int mask, bool singleFile = false) const;
/external/chromium_org/third_party/icu/source/i18n/
H A Ddtfmtsym.cpp232 int32_t srcCount)
246 dstCount = srcCount;
247 dstArray = newUnicodeStringArray(srcCount);
250 for(i=0; i<srcCount; ++i) {
229 assignArray(UnicodeString*& dstArray, int32_t& dstCount, const UnicodeString* srcArray, int32_t srcCount) argument
/external/icu/icu4c/source/i18n/
H A Ddtfmtsym.cpp232 int32_t srcCount)
246 dstCount = srcCount;
247 dstArray = newUnicodeStringArray(srcCount);
250 for(i=0; i<srcCount; ++i) {
229 assignArray(UnicodeString*& dstArray, int32_t& dstCount, const UnicodeString* srcArray, int32_t srcCount) argument
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_mac.cpp1927 int srcCount; local
1937 srcCount = SkToInt(utf16 - src);
1948 srcCount = glyphCount + extra;
1958 srcCount = SkToInt(utf16 - src);
1967 if (NULL == macGlyphs || srcCount > glyphCount) {
1968 macGlyphs = glyphStorage.reset(srcCount);
1971 bool allEncoded = CTFontGetGlyphsForCharacters(fFontRef, src, macGlyphs, srcCount);
1981 if (srcCount > glyphCount) {
/external/skia/src/ports/
H A DSkFontHost_mac.cpp1924 int srcCount; local
1934 srcCount = SkToInt(utf16 - src);
1945 srcCount = glyphCount + extra;
1955 srcCount = SkToInt(utf16 - src);
1964 if (NULL == macGlyphs || srcCount > glyphCount) {
1965 macGlyphs = glyphStorage.reset(srcCount);
1968 bool allEncoded = CTFontGetGlyphsForCharacters(fFontRef, src, macGlyphs, srcCount);
1978 if (srcCount > glyphCount) {

Completed in 1185 milliseconds