Lines Matching refs:SkGlyph
16 #include "SkGlyph.h"
43 const SkGlyph& getUnicharAdvance(SkUnichar);
44 const SkGlyph& getGlyphIDAdvance(uint16_t);
53 const SkGlyph& getUnicharMetrics(SkUnichar);
54 const SkGlyph& getGlyphIDMetrics(uint16_t);
61 const SkGlyph& getUnicharMetrics(SkUnichar, SkFixed x, SkFixed y);
62 const SkGlyph& getGlyphIDMetrics(uint16_t, SkFixed x, SkFixed y);
90 const void* findImage(const SkGlyph&);
94 const SkPath* findPath(const SkGlyph&);
197 SkGlyph* lookupMetrics(uint32_t id, MetricsType);
231 SkGlyph* fGlyphHash[kHashCount];
232 SkTDArray<SkGlyph*> fGlyphArray;
239 SkGlyph* fGlyph;