Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBatchFontCache.h147 uint64_t atlasGeneration(GrMaskFormat format) const { in atlasGeneration() function
148 return this->getAtlas(format)->atlasGeneration(); in atlasGeneration()
DGrBatchAtlas.h51 uint64_t atlasGeneration() const { return fAtlasGeneration; } in atlasGeneration() function
DGrAtlasTextContext.cpp1582 uint64_t currentAtlasGen = fFontCache->atlasGeneration(fMaskFormat); in generateGeometry()
1706 fFontCache->atlasGeneration(fMaskFormat); in generateGeometry()