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

/external/chromium_org/third_party/skia/src/gpu/
H A DGrTextStrike.h21 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 { class
83 GrFontCache(GrGpu*);
84 ~GrFontCache();
H A DGrTextStrike.cpp32 GrFontCache::GrFontCache(GrGpu* gpu) : fGpu(gpu) { function in class:GrFontCache
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
[all...]
H A DGrTextStrike_impl.h14 void GrFontCache::detachStrikeFromList(GrTextStrike* strike) {
32 GrTextStrike* GrFontCache::getStrike(GrFontScaler* scaler, bool useDistanceField) {
H A DGrContext.cpp140 fFontCache = SkNEW_ARGS(GrFontCache, (fGpu));
/external/skia/src/gpu/
H A DGrTextStrike.h21 class GrFontCache;
31 GrTextStrike(GrFontCache*, const GrKey* fontScalerKey, GrMaskFormat, GrAtlasMgr*);
35 GrFontCache* getFontCache() const { return fFontCache; }
61 GrFontCache* fFontCache;
70 friend class GrFontCache;
73 class GrFontCache { class
75 GrFontCache(GrGpu*);
76 ~GrFontCache();
H A DGrTextStrike.cpp32 GrFontCache::GrFontCache(GrGpu* gpu) : fGpu(gpu) { function in class:GrFontCache
41 GrFontCache::~GrFontCache() {
66 GrFontCache::kA8_AtlasType,
67 GrFontCache::k565_AtlasType,
68 GrFontCache::k8888_AtlasType,
69 GrFontCache::k8888_AtlasType
73 SkASSERT(sAtlasIndices[format] < GrFontCache::kAtlasCount);
77 GrTextStrike* GrFontCache
[all...]
H A DGrTextStrike_impl.h14 class GrFontCache::Key {
33 void GrFontCache::detachStrikeFromList(GrTextStrike* strike) {
51 GrTextStrike* GrFontCache::getStrike(GrFontScaler* scaler, bool useDistanceField) {
H A DGrContext.cpp129 fFontCache = SkNEW_ARGS(GrFontCache, (fGpu));
/external/chromium_org/third_party/skia/include/gpu/
H A DGrContext.h25 class GrFontCache;
925 GrFontCache* getFontCache() { return fFontCache; }
1003 GrFontCache* fFontCache;
/external/skia/include/gpu/
H A DGrContext.h27 class GrFontCache;
915 GrFontCache* getFontCache() { return fFontCache; }
966 GrFontCache* fFontCache;

Completed in 180 milliseconds