Home | History | Annotate | Download | only in font

Lines Matching refs:FontDescription

50     struct FontDescription {
51 FontDescription(const SkPaint* paint, const mat4& matrix);
53 static int compare(const FontDescription& lhs, const FontDescription& rhs);
57 bool operator==(const FontDescription& other) const {
61 bool operator!=(const FontDescription& other) const {
86 const Font::FontDescription& getDescription() const {
98 Font(FontRenderer* state, const Font::FontDescription& desc);
142 FontDescription mDescription;
150 inline int strictly_order_type(const Font::FontDescription& lhs,
151 const Font::FontDescription& rhs) {
152 return Font::FontDescription::compare(lhs, rhs) < 0;
155 inline int compare_type(const Font::FontDescription& lhs, const Font::FontDescription& rhs) {
156 return Font::FontDescription::compare(lhs, rhs);
159 inline hash_t hash_type(const Font::FontDescription& entry) {