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

  /external/skia/src/gpu/
GrBatchFontCache.cpp 8 #include "GrBatchFontCache.h"
38 bool GrBatchFontCache::initAtlas(GrMaskFormat format) {
58 fAtlases[index]->registerEvictionCallback(&GrBatchFontCache::HandleEviction,
67 GrBatchFontCache::GrBatchFontCache(GrContext* context)
75 GrBatchFontCache::~GrBatchFontCache() {
86 void GrBatchFontCache::freeAll() {
99 GrPixelConfig GrBatchFontCache::getPixelConfig(GrMaskFormat format) const {
110 void GrBatchFontCache::HandleEviction(GrBatchAtlas::AtlasID id, void* ptr)
    [all...]
GrBatchFontCache.h 18 class GrBatchFontCache;
29 GrBatchTextStrike(GrBatchFontCache*, const GrFontDescKey* fontScalerKey);
33 GrBatchFontCache* getBatchFontCache() const { return fBatchFontCache; }
67 GrBatchFontCache* fBatchFontCache;
73 friend class GrBatchFontCache;
77 * GrBatchFontCache manages strikes which are indexed by a GrFontScaler. These strikes can then be
78 * used to individual Glyph Masks. The GrBatchFontCache also manages GrBatchAtlases, though this is
80 * Note - we used to initialize the backing atlas for the GrBatchFontCache at initialization time.
81 * However, this caused a regression, even when the GrBatchFontCache was unused. We now initialize
84 class GrBatchFontCache {
    [all...]
GrAtlasTextContext.cpp 10 #include "GrBatchFontCache.h"
    [all...]
GrContext.cpp 14 #include "GrBatchFontCache.h"
137 // GrBatchFontCache will eventually replace GrFontCache
138 fBatchFontCache = SkNEW_ARGS(GrBatchFontCache, (this));
    [all...]
  /external/skia/include/gpu/
GrContext.h 22 class GrBatchFontCache;
525 GrBatchFontCache* getBatchFontCache() { return fBatchFontCache; }
575 GrBatchFontCache* fBatchFontCache;
  /external/skia/
Android.mk 440 src/gpu/GrBatchFontCache.cpp \

Completed in 339 milliseconds