Home
last modified time | relevance | path

Searched refs:count32 (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/gpu/ops/
DSmallPathShapeData.h39 int count32() const { return fKey.count(); } in count32() function
64 return SkOpts::hash(key.data(), sizeof(uint32_t) * key.count32()); in Hash()
/third_party/skia/tests/
DUnicodeTest.cpp37 …int count32 = font.textToGlyphs(text32, len32, SkTextEncoding::kUTF32, glyphs32, SK_ARRAY_COUNT(gl… in DEF_TEST() local
41 REPORTER_ASSERT(reporter, (int)len8 == count32); in DEF_TEST()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_stream.cpp763 uint32 count32 = (uint32) count; in PutZeros() local
765 for (uint32 j = 0; j < count32; j++) in PutZeros()