Home
last modified time | relevance | path

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

/external/skia/tests/
DUnicodeTest.cpp70 int count32 = paint.textToGlyphs(text32, len32, glyphs32); in test_textencodings() local
74 REPORTER_ASSERT(reporter, (int)len8 == count32); in test_textencodings()
/external/dng_sdk/source/
Ddng_stream.cpp763 uint32 count32 = (uint32) count; in PutZeros() local
765 for (uint32 j = 0; j < count32; j++) in PutZeros()