Lines Matching defs:elegant
86 const SkFontStyle& style, bool elegant,
102 if (SkToBool(face->fVariantStyle & kElegant_FontVariant) != elegant) {
119 // The variant 'elegant' is 'not squashed', 'compact' is 'stays in ascent/descent'.
120 // The variant 'default' means 'compact and elegant'.
125 // The first time match anything elegant, second time anything not elegant.
126 for (int elegant = 2; elegant-- > 0;) {
132 style, SkToBool(elegant),
142 style, SkToBool(elegant),