Searched refs:COMPACT (Results 1 – 6 of 6) sorted by relevance
131 COMPACT = 1, // Must be the same as FontConfig.VARIANT_COMPACT enumerator
66 variant = FontFamily::Variant::COMPACT; in getFontFamilies()
231 paint2.familyVariant = FontFamily::Variant::COMPACT; in TEST()
241 if (variant == FontFamily::Variant::DEFAULT && familyVariant == FontFamily::Variant::COMPACT) { in calcVariantMatchingScore()
160 NONE, COMPACT, ELEGANT enumConstant
105 private FontVariant mFontVariant = FontVariant.COMPACT;496 delegate.mFontVariant = elegant ? FontVariant.ELEGANT : FontVariant.COMPACT; in nSetElegantTextHeight()