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

  /external/skia/src/gpu/
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();
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_impl.h 14 class GrFontCache::Key {
33 void GrFontCache::detachStrikeFromList(GrTextStrike* strike) {
51 GrTextStrike* GrFontCache::getStrike(GrFontScaler* scaler) {
GrContext.cpp     [all...]
  /external/skia/include/gpu/
GrContext.h 20 class GrFontCache;
635 GrFontCache* getFontCache() { return fFontCache; }
665 GrFontCache* fFontCache;
    [all...]

Completed in 421 milliseconds