Lines Matching defs:elegant
364 const SkFontStyle& style, bool elegant,
382 if (SkToBool(face->fVariantStyle & kElegant_FontVariant) != elegant) {
398 // The variant 'elegant' is 'not squashed', 'compact' is 'stays in ascent/descent'.
399 // The variant 'default' means 'compact and elegant'.
405 // The first time match anything elegant, second time anything not elegant.
406 for (int elegant = 2; elegant --> 0;) {
412 style, SkToBool(elegant),
423 style, SkToBool(elegant),