Lines Matching refs:Font
50 class Font {
84 ~Font();
92 const Font::FontDescription& getDescription() const { in getDescription()
99 static Font* create(FontRenderer* state, const SkPaint* paint, const SkMatrix& matrix);
104 Font(FontRenderer* state, const Font::FontDescription& desc);
106 typedef void (Font::*RenderGlyph)(CachedGlyphInfo*, int, int, uint8_t*,
157 inline int strictly_order_type(const Font::FontDescription& lhs, in strictly_order_type()
158 const Font::FontDescription& rhs) { in strictly_order_type()
159 return Font::FontDescription::compare(lhs, rhs) < 0; in strictly_order_type()
162 inline int compare_type(const Font::FontDescription& lhs, const Font::FontDescription& rhs) { in compare_type()
163 return Font::FontDescription::compare(lhs, rhs); in compare_type()
166 inline hash_t hash_type(const Font::FontDescription& entry) { in hash_type()