Searched refs:FontRecID (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontConfigInterface_android.cpp47 typedef int32_t FontRecID; typedef
70 FontRecID fFontRecID[FONT_STYLE_COUNT];
74 typedef SkTDArray<FontRecID> FallbackFontList;
108 void addFallbackFont(FontRecID fontRecID);
109 SkTypeface* getTypefaceForFontRec(FontRecID fontRecID);
235 const FontRecID fontRecID = fFonts.count() - 1;
317 FontRecID fontRecID = fDefaultFallbackList[i];
337 void SkFontConfigInterfaceAndroid::addFallbackFont(FontRecID fontRecID) {
363 static FontRecID find_best_style(const FamilyRec& family, SkTypeface::Style style) {
365 const FontRecID* fontRecID
[all...]
/external/skia/src/ports/
H A DSkFontConfigInterface_android.cpp47 typedef int32_t FontRecID; typedef
68 FontRecID fFontRecID[FONT_STYLE_COUNT];
112 SkTypeface* getTypefaceForFontRec(FontRecID fontRecID);
236 const FontRecID fontRecID = fFonts.count() - 1;
371 static FontRecID find_best_style(const FamilyRec& family, SkTypeface::Style style) {
373 const FontRecID* fontRecIDs = family.fFontRecID;
426 FontRecID fontRecID = find_best_style(fFontFamilies[familyRecID], style);
484 const FontRecID* fontRecID = (const FontRecID*)ctx;
485 FontRecID currFontRecI
[all...]

Completed in 79 milliseconds