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

  /external/skia/src/gpu/text/
GrGlyphCache.h 17 class GrGlyphCache;
26 * created by and owned by a GrGlyphCache.
66 bool addGlyphToAtlas(GrResourceProvider*, GrDeferredUploadTarget*, GrGlyphCache*,
101 friend class GrGlyphCache;
105 * GrGlyphCache manages strikes which are indexed by a SkGlyphCache. These strikes can then be
108 class GrGlyphCache {
110 GrGlyphCache();
111 ~GrGlyphCache();
GrGlyphCache.cpp 10 #include "GrGlyphCache.h"
15 GrGlyphCache::GrGlyphCache()
20 GrGlyphCache::~GrGlyphCache() {
29 void GrGlyphCache::freeAll() {
39 void GrGlyphCache::HandleEviction(GrDrawOpAtlas::AtlasID id, void* ptr) {
40 GrGlyphCache* glyphCache = reinterpret_cast<GrGlyphCache*>(ptr);
297 GrGlyphCache* glyphCache
    [all...]

Completed in 691 milliseconds