Lines Matching refs:Font
48 class Font {
82 ~Font();
90 const Font::FontDescription& getDescription() const { in getDescription()
97 static Font* create(FontRenderer* state, const SkPaint* paint, const SkMatrix& matrix);
102 Font(FontRenderer* state, const Font::FontDescription& desc);
104 typedef void (Font::*RenderGlyph)(CachedGlyphInfo*, int, int, uint8_t*,
155 inline int strictly_order_type(const Font::FontDescription& lhs, in strictly_order_type()
156 const Font::FontDescription& rhs) { in strictly_order_type()
157 return Font::FontDescription::compare(lhs, rhs) < 0; in strictly_order_type()
160 inline int compare_type(const Font::FontDescription& lhs, const Font::FontDescription& rhs) { in compare_type()
161 return Font::FontDescription::compare(lhs, rhs); in compare_type()
164 inline hash_t hash_type(const Font::FontDescription& entry) { in hash_type()