Searched refs:FONT_STYLE_COUNT (Results 1 – 4 of 4) sorted by relevance
76 static const uint32_t FONT_STYLE_COUNT = 4; in GetDefaultTypeface() local77 static SkTypeface* gDefaultTypefaces[FONT_STYLE_COUNT]; in GetDefaultTypeface()78 SkASSERT((unsigned)style < FONT_STYLE_COUNT); in GetDefaultTypeface()
67 static const int FONT_STYLE_COUNT = 4; member68 FontRecID fFontRecID[FONT_STYLE_COUNT];206 fFontFamilies(fontFamilies.count() / FamilyRec::FONT_STYLE_COUNT), in SkFontConfigInterfaceAndroid()390 for (int i = 0; i < FamilyRec::FONT_STYLE_COUNT; i++) { in find_best_style()