Searched defs:SkGlyphCache (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkGlyphCache.cpp1 /* libs/graphics/sgl/SkGlyphCache.cpp
18 #include "SkGlyphCache.h"
59 SkGlyphCache::SkGlyphCache(const SkDescriptor* desc) function in class:SkGlyphCache
81 SkGlyphCache::~SkGlyphCache() {
104 uint16_t SkGlyphCache::unicharToGlyph(SkUnichar charCode) {
116 SkUnichar SkGlyphCache::glyphToUnichar(uint16_t glyphID) {
120 unsigned SkGlyphCache::getGlyphCount() {
126 const SkGlyph& SkGlyphCache
474 VisitCache(const SkDescriptor* desc, bool (*proc)(const SkGlyphCache*, void*), void* context) argument
[all...]
H A DSkGlyphCache.h1 /* libs/graphics/sgl/SkGlyphCache.h
31 /** \class SkGlyphCache
42 class SkGlyphCache { class
126 static void VisitAllCaches(bool (*proc)(SkGlyphCache*, void*), void* ctx);
132 static SkGlyphCache* VisitCache(const SkDescriptor* desc,
133 bool (*proc)(const SkGlyphCache*, void*),
140 static void AttachCache(SkGlyphCache*);
151 static SkGlyphCache* DetachCache(const SkDescriptor* desc) {
175 AutoValidate(const SkGlyphCache* cache) : fCache(cache) {
189 const SkGlyphCache* fCach
202 DetachProc(const SkGlyphCache*, void*) argument
[all...]

Completed in 352 milliseconds