Lines Matching refs:FontDescription
54 struct FontDescription { struct
55 FontDescription(const SkPaint* paint, const SkMatrix& matrix);
57 static int compare(const FontDescription& lhs, const FontDescription& rhs);
61 bool operator==(const FontDescription& other) const {
65 bool operator!=(const FontDescription& other) const {
90 const Font::FontDescription& getDescription() const { in getDescription() argument
102 Font(FontRenderer* state, const Font::FontDescription& desc);
147 FontDescription mDescription;
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()