Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp1203 int utf32count = SkToInt(sourceByteCount / sizeof(SkUnichar)); in make_clusterator() local
1204 SkASSERT(glyphCount == utf32count); in make_clusterator()
1205 for (int i = 0; i < utf32count; ++i) { in make_clusterator()
1211 for (int i = 0; i < utf32count; ++i) { in make_clusterator()