Searched refs:fUtf8textStorage (Results 1 – 1 of 1) sorted by relevance
1146 SkAutoTMalloc<char> fUtf8textStorage; member1187 storage->fUtf8textStorage.reset(utf8ByteCount); in make_clusterator()1188 char* txtPtr = storage->fUtf8textStorage.get(); in make_clusterator()1197 SkASSERT(txtPtr == storage->fUtf8textStorage.get() + utf8ByteCount); in make_clusterator()1208 storage->fUtf8textStorage.reset(SkToSizeT(utf8ByteCount)); in make_clusterator()1209 char* txtPtr = storage->fUtf8textStorage.get(); in make_clusterator()