Home | History | Annotate | Download | only in gpu

Lines Matching refs:GrBatchFontCache

18 class GrBatchFontCache;
29 GrBatchTextStrike(GrBatchFontCache*, const GrFontDescKey* fontScalerKey);
33 GrBatchFontCache* getBatchFontCache() const { return fBatchFontCache; }
67 GrBatchFontCache* fBatchFontCache;
73 friend class GrBatchFontCache;
77 * GrBatchFontCache manages strikes which are indexed by a GrFontScaler. These strikes can then be
78 * used to individual Glyph Masks. The GrBatchFontCache also manages GrBatchAtlases, though this is
80 * Note - we used to initialize the backing atlas for the GrBatchFontCache at initialization time.
81 * However, this caused a regression, even when the GrBatchFontCache was unused. We now initialize
84 class GrBatchFontCache {
86 GrBatchFontCache(GrContext*);
87 ~GrBatchFontCache();
103 // GrBatchFontCache which use the atlas. This function *must* be called first, before other