Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp1206 SkAutoTMalloc<uint32_t> fClusterStorage; member
1225 storage->fClusterStorage.reset(SkToSizeT(glyphCount)); in make_clusterator()
1226 uint32_t* clusters = storage->fClusterStorage.get(); in make_clusterator()