Searched refs:FONT_STYLE_COUNT (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkTypeface.cpp43 static const uint32_t FONT_STYLE_COUNT = 4; local
44 static SkTypeface* gDefaultTypefaces[FONT_STYLE_COUNT];
45 SkASSERT((unsigned)style < FONT_STYLE_COUNT);
/external/skia/src/core/
H A DSkTypeface.cpp43 static const uint32_t FONT_STYLE_COUNT = 4; local
44 static SkTypeface* gDefaultTypefaces[FONT_STYLE_COUNT];
45 SkASSERT((unsigned)style < FONT_STYLE_COUNT);
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontConfigInterface_android.cpp69 static const int FONT_STYLE_COUNT = 4; member in struct:FamilyRec
70 FontRecID fFontRecID[FONT_STYLE_COUNT];
202 fFontFamilies(fontFamilies.count() / FamilyRec::FONT_STYLE_COUNT),
380 for (int i = 0; i < FamilyRec::FONT_STYLE_COUNT; i++) {
/external/skia/src/ports/
H A DSkFontConfigInterface_android.cpp67 static const int FONT_STYLE_COUNT = 4; member in struct:FamilyRec
68 FontRecID fFontRecID[FONT_STYLE_COUNT];
205 fFontFamilies(fontFamilies.count() / FamilyRec::FONT_STYLE_COUNT),
388 for (int i = 0; i < FamilyRec::FONT_STYLE_COUNT; i++) {

Completed in 117 milliseconds