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

  /external/skia/src/core/
SkGlyphCache.cpp 8 #include "SkGlyphCache.h"
59 SkGlyphCache::SkGlyphCache(SkTypeface* typeface, const SkDescriptor* desc, SkScalerContext* ctx)
88 SkGlyphCache::~SkGlyphCache() {
127 SkGlyphCache::CharGlyphRec* SkGlyphCache::getCharGlyphRec(uint32_t id) {
142 void SkGlyphCache::adjustCaches(int insertion_index) {
165 uint16_t SkGlyphCache::unicharToGlyph(SkUnichar charCode) {
177 SkUnichar SkGlyphCache::glyphToUnichar(uint16_t glyphID)
    [all...]
SkGlyphCache.h 29 /** \class SkGlyphCache
40 class SkGlyphCache {
129 static SkGlyphCache* VisitCache(SkTypeface*, const SkDescriptor* desc,
130 bool (*proc)(const SkGlyphCache*, void*),
137 static void AttachCache(SkGlyphCache*);
148 static SkGlyphCache* DetachCache(SkTypeface* typeface,
163 AutoValidate(const SkGlyphCache* cache) : fCache(cache) {
177 const SkGlyphCache* fCache;
182 SkGlyphCache(SkTypeface*, const SkDescriptor*, SkScalerContext*);
183 ~SkGlyphCache();
    [all...]

Completed in 28 milliseconds