Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp1168 uint32_t utf8ByteCount = 0; in make_clusterator() local
1179 utf8ByteCount = SkToU32(sourceByteCount); in make_clusterator()
1186 utf8ByteCount = SkToU32(SkUTF16_ToUTF8(utf16ptr, utf16count)); in make_clusterator()
1187 storage->fUtf8textStorage.reset(utf8ByteCount); in make_clusterator()
1197 SkASSERT(txtPtr == storage->fUtf8textStorage.get() + utf8ByteCount); in make_clusterator()
1206 utf8ByteCount += SkToU32(SkUTF8_FromUnichar(utf32[i])); in make_clusterator()
1208 storage->fUtf8textStorage.reset(SkToSizeT(utf8ByteCount)); in make_clusterator()
1221 return Clusterator(clusters, utf8Text, SkToU32(glyphCount), utf8ByteCount); in make_clusterator()