HomeSort by relevance Sort by last modified time
    Searched defs:GrFontCache (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrTextStrike.cpp 18 GrFontCache::GrFontCache(GrGpu* gpu) : fGpu(gpu) {
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,
GrTextStrike.h 21 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 {
75 GrFontCache(GrGpu*);
76 ~GrFontCache();

Completed in 323 milliseconds