Home | History | Annotate | Download | only in text

Lines Matching refs:GrAtlasGlyphCache

8 #include "GrAtlasGlyphCache.h"
19 bool GrAtlasGlyphCache::initAtlas(GrMaskFormat format) {
30 &GrAtlasGlyphCache::HandleEviction, (void*)this);
38 GrAtlasGlyphCache::GrAtlasGlyphCache(GrContext* context, float maxTextureBytes,
79 GrAtlasGlyphCache::~GrAtlasGlyphCache() {
88 void GrAtlasGlyphCache::freeAll() {
101 void GrAtlasGlyphCache::HandleEviction(GrDrawOpAtlas::AtlasID id, void* ptr) {
102 GrAtlasGlyphCache* fontCache = reinterpret_cast<GrAtlasGlyphCache*>(ptr);
177 void GrAtlasGlyphCache::dump() const {
199 void GrAtlasGlyphCache::setAtlasSizes_ForTesting(const GrDrawOpAtlasConfig configs[3]) {
402 GrAtlasTextStrike::GrAtlasTextStrike(GrAtlasGlyphCache* owner, const SkDescriptor& key)