Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp1205 SkAutoTMalloc<char> fUtf8textStorage; member
1246 storage->fUtf8textStorage.reset(utf8ByteCount); in make_clusterator()
1247 char* txtPtr = storage->fUtf8textStorage.get(); in make_clusterator()
1256 SkASSERT(txtPtr == storage->fUtf8textStorage.get() + utf8ByteCount); in make_clusterator()
1267 storage->fUtf8textStorage.reset(SkToSizeT(utf8ByteCount)); in make_clusterator()
1268 char* txtPtr = storage->fUtf8textStorage.get(); in make_clusterator()