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

  /external/chromium_org/third_party/skia/src/gpu/
GrTextStrike.h 21 class GrFontCache;
31 GrTextStrike(GrFontCache*, const GrFontDescKey* fontScalerKey, GrMaskFormat, GrAtlas*);
35 GrFontCache* getFontCache() const { return fFontCache; }
69 GrFontCache* fFontCache;
78 friend class GrFontCache;
81 class GrFontCache {
83 GrFontCache(GrGpu*);
84 ~GrFontCache();
GrTextStrike.cpp 32 GrFontCache::GrFontCache(GrGpu* gpu) : fGpu(gpu) {
41 GrFontCache::~GrFontCache() {
70 GrFontCache::kA8_AtlasType,
71 GrFontCache::k565_AtlasType,
72 GrFontCache::k8888_AtlasType,
73 GrFontCache::k8888_AtlasType
77 SkASSERT(sAtlasIndices[format] < GrFontCache::kAtlasCount);
81 GrTextStrike* GrFontCache::generateStrike(GrFontScaler* scaler)
    [all...]
GrTextStrike_impl.h 14 void GrFontCache::detachStrikeFromList(GrTextStrike* strike) {
32 GrTextStrike* GrFontCache::getStrike(GrFontScaler* scaler, bool useDistanceField) {
GrContext.cpp 140 fFontCache = SkNEW_ARGS(GrFontCache, (fGpu));
    [all...]
  /external/chromium_org/third_party/skia/include/gpu/
GrContext.h 25 class GrFontCache;
    [all...]

Completed in 272 milliseconds