HomeSort by relevance Sort by last modified time
    Searched refs:FONT_STYLE_COUNT (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkTypeface.cpp 76 static const uint32_t FONT_STYLE_COUNT = 4;
77 static SkTypeface* gDefaultTypefaces[FONT_STYLE_COUNT];
78 SkASSERT((unsigned)style < FONT_STYLE_COUNT);
  /external/skia/src/core/
SkTypeface.cpp 76 static const uint32_t FONT_STYLE_COUNT = 4;
77 static SkTypeface* gDefaultTypefaces[FONT_STYLE_COUNT];
78 SkASSERT((unsigned)style < FONT_STYLE_COUNT);
  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_android.cpp 67 static const int FONT_STYLE_COUNT = 4;
68 FontRecID fFontRecID[FONT_STYLE_COUNT];
206 fFontFamilies(fontFamilies.count() / FamilyRec::FONT_STYLE_COUNT),
390 for (int i = 0; i < FamilyRec::FONT_STYLE_COUNT; i++) {
    [all...]
  /external/skia/src/ports/
SkFontConfigInterface_android.cpp 67 static const int FONT_STYLE_COUNT = 4;
68 FontRecID fFontRecID[FONT_STYLE_COUNT];
206 fFontFamilies(fontFamilies.count() / FamilyRec::FONT_STYLE_COUNT),
390 for (int i = 0; i < FamilyRec::FONT_STYLE_COUNT; i++) {
    [all...]

Completed in 32 milliseconds