Searched refs:GrFontCache (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/gpu/
H A DGrTextStrike.h21 class GrFontCache;
31 GrTextStrike(GrFontCache*, const GrKey* fontScalerKey, GrMaskFormat,
36 GrFontCache* getFontCache() const { return fFontCache; }
60 GrFontCache* fFontCache;
70 friend class GrFontCache;
73 class GrFontCache { class
75 GrFontCache(GrGpu*);
76 ~GrFontCache();
H A DGrTextStrike.cpp18 GrFontCache::GrFontCache(GrGpu* gpu) : fGpu(gpu) { function in class:GrFontCache
25 GrFontCache::~GrFontCache() {
31 GrTextStrike* GrFontCache::generateStrike(GrFontScaler* scaler,
53 void GrFontCache::freeAll() {
61 void GrFontCache::purgeExceptFor(GrTextStrike* preserveStrike) {
80 void GrFontCache::validate() const {
123 GrTextStrike::GrTextStrike(GrFontCache* cache, const GrKey* key,
H A DGrTextStrike_impl.h14 class GrFontCache::Key {
33 void GrFontCache::detachStrikeFromList(GrTextStrike* strike) {
51 GrTextStrike* GrFontCache::getStrike(GrFontScaler* scaler) {
H A DGrContext.cpp1953 fFontCache = new GrFontCache(fGpu);
/external/skia/include/gpu/
H A DGrContext.h20 class GrFontCache;
635 GrFontCache* getFontCache() { return fFontCache; }
665 GrFontCache* fFontCache;

Completed in 253 milliseconds