Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp1262 int utf32count = SkToInt(sourceByteCount / sizeof(SkUnichar)); in make_clusterator() local
1263 SkASSERT(glyphCount == utf32count); in make_clusterator()
1264 for (int i = 0; i < utf32count; ++i) { in make_clusterator()
1270 for (int i = 0; i < utf32count; ++i) { in make_clusterator()