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

  /external/skia/legacy/src/core/
SkGlyphCache.cpp 10 #include "SkGlyphCache.h"
53 SkGlyphCache::SkGlyphCache(const SkDescriptor* desc)
75 SkGlyphCache::~SkGlyphCache() {
98 uint16_t SkGlyphCache::unicharToGlyph(SkUnichar charCode) {
110 SkUnichar SkGlyphCache::glyphToUnichar(uint16_t glyphID) {
114 unsigned SkGlyphCache::getGlyphCount() {
120 const SkGlyph& SkGlyphCache::getUnicharAdvance(SkUnichar charCode) {
135 const SkGlyph& SkGlyphCache::getGlyphIDAdvance(uint16_t glyphID)
    [all...]
SkGlyphCache.h 23 /** \class SkGlyphCache
34 class SkGlyphCache {
132 static void VisitAllCaches(bool (*proc)(SkGlyphCache*, void*), void* ctx);
138 static SkGlyphCache* VisitCache(const SkDescriptor* desc,
139 bool (*proc)(const SkGlyphCache*, void*),
146 static void AttachCache(SkGlyphCache*);
157 static SkGlyphCache* DetachCache(const SkDescriptor* desc) {
181 AutoValidate(const SkGlyphCache* cache) : fCache(cache) {
195 const SkGlyphCache* fCache;
199 SkGlyphCache(const SkDescriptor*)
    [all...]
  /external/skia/src/core/
SkGlyphCache.cpp 10 #include "SkGlyphCache.h"
55 SkGlyphCache::SkGlyphCache(const SkDescriptor* desc)
77 SkGlyphCache::~SkGlyphCache() {
100 uint16_t SkGlyphCache::unicharToGlyph(SkUnichar charCode) {
112 SkUnichar SkGlyphCache::glyphToUnichar(uint16_t glyphID) {
116 unsigned SkGlyphCache::getGlyphCount() {
122 const SkGlyph& SkGlyphCache::getUnicharAdvance(SkUnichar charCode) {
137 const SkGlyph& SkGlyphCache::getGlyphIDAdvance(uint16_t glyphID)
    [all...]
SkGlyphCache.h 26 /** \class SkGlyphCache
37 class SkGlyphCache {
132 static void VisitAllCaches(bool (*proc)(SkGlyphCache*, void*), void* ctx);
138 static SkGlyphCache* VisitCache(const SkDescriptor* desc,
139 bool (*proc)(const SkGlyphCache*, void*),
146 static void AttachCache(SkGlyphCache*);
157 static SkGlyphCache* DetachCache(const SkDescriptor* desc) {
169 AutoValidate(const SkGlyphCache* cache) : fCache(cache) {
183 const SkGlyphCache* fCache;
187 SkGlyphCache(const SkDescriptor*)
    [all...]

Completed in 76 milliseconds