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

  /external/chromium_org/third_party/skia/src/gpu/
GrTextStrike.cpp 26 GrFontCache::GrFontCache(GrGpu* gpu) : fGpu(gpu) {
35 GrFontCache::~GrFontCache() {
60 GrFontCache::kA8_AtlasType,
61 GrFontCache::k565_AtlasType,
62 GrFontCache::k8888_AtlasType,
63 GrFontCache::k8888_AtlasType
67 SkASSERT(sAtlasIndices[format] < GrFontCache::kAtlasCount);
71 GrTextStrike* GrFontCache::generateStrike(GrFontScaler* scaler
    [all...]
GrTextStrike.h 22 class GrFontCache;
32 GrTextStrike(GrFontCache*, const GrKey* fontScalerKey, GrMaskFormat, GrAtlasMgr*);
36 GrFontCache* getFontCache() const { return fFontCache; }
62 GrFontCache* fFontCache;
73 friend class GrFontCache;
76 class GrFontCache {
78 GrFontCache(GrGpu*);
79 ~GrFontCache();
  /external/skia/src/gpu/
GrTextStrike.cpp 26 GrFontCache::GrFontCache(GrGpu* gpu) : fGpu(gpu) {
35 GrFontCache::~GrFontCache() {
60 GrFontCache::kA8_AtlasType,
61 GrFontCache::k565_AtlasType,
62 GrFontCache::k8888_AtlasType,
63 GrFontCache::k8888_AtlasType
67 SkASSERT(sAtlasIndices[format] < GrFontCache::kAtlasCount);
71 GrTextStrike* GrFontCache::generateStrike(GrFontScaler* scaler
    [all...]
GrTextStrike.h 22 class GrFontCache;
32 GrTextStrike(GrFontCache*, const GrKey* fontScalerKey, GrMaskFormat, GrAtlasMgr*);
36 GrFontCache* getFontCache() const { return fFontCache; }
62 GrFontCache* fFontCache;
73 friend class GrFontCache;
76 class GrFontCache {
78 GrFontCache(GrGpu*);
79 ~GrFontCache();

Completed in 47 milliseconds