Home | History | Annotate | Download | only in font

Lines Matching refs:FontDescription

49     struct FontDescription {
50 FontDescription(const SkPaint* paint, const mat4& matrix);
52 static int compare(const FontDescription& lhs, const FontDescription& rhs);
56 bool operator==(const FontDescription& other) const {
60 bool operator!=(const FontDescription& other) const {
84 const Font::FontDescription& getDescription() const {
96 Font(FontRenderer* state, const Font::FontDescription& desc);
140 FontDescription mDescription;
148 inline int strictly_order_type(const Font::FontDescription& lhs,
149 const Font::FontDescription& rhs) {
150 return Font::FontDescription::compare(lhs, rhs) < 0;
153 inline int compare_type(const Font::FontDescription& lhs, const Font::FontDescription& rhs) {
154 return Font::FontDescription::compare(lhs, rhs);
157 inline hash_t hash_type(const Font::FontDescription& entry) {