Home | History | Annotate | Download | only in font

Lines Matching defs: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 {
85 const Font::FontDescription& getDescription() const {
97 Font(FontRenderer* state, const Font::FontDescription& desc);
141 FontDescription mDescription;
149 inline int strictly_order_type(const Font::FontDescription& lhs,
150 const Font::FontDescription& rhs) {
151 return Font::FontDescription::compare(lhs, rhs) < 0;
154 inline int compare_type(const Font::FontDescription& lhs, const Font::FontDescription& rhs) {
155 return Font::FontDescription::compare(lhs, rhs);
158 inline hash_t hash_type(const Font::FontDescription& entry) {