Searched refs:atlasGeneration (Results 1 – 4 of 4) sorted by relevance
220 : fontCache->atlasGeneration(info->maskFormat())); in regenInOp()254 uint64_t currentAtlasGen = fontCache->atlasGeneration(info.maskFormat()); in regenInOp()269 bool regenerateTextureCoords = info.atlasGeneration() != currentAtlasGen || in regenInOp()
173 uint64_t atlasGeneration(GrMaskFormat format) const { in atlasGeneration() function174 return this->getAtlas(format)->atlasGeneration(); in atlasGeneration()
388 void setAtlasGeneration(uint64_t atlasGeneration) { fAtlasGeneration = atlasGeneration;} in setAtlasGeneration()389 uint64_t atlasGeneration() const { return fAtlasGeneration; } in atlasGeneration() function
96 uint64_t atlasGeneration() const { return fAtlasGeneration; } in atlasGeneration() function