Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/src/ports/
DSkFontConfigInterface_android.cpp47 typedef int32_t FontRecID; typedef
68 FontRecID fFontRecID[FONT_STYLE_COUNT];
113 SkTypeface* getTypefaceForFontRec(FontRecID fontRecID);
237 const FontRecID fontRecID = fFonts.count() - 1; in SkFontConfigInterfaceAndroid()
373 static FontRecID find_best_style(const FamilyRec& family, SkTypeface::Style style) { in find_best_style()
375 const FontRecID* fontRecIDs = family.fFontRecID; in find_best_style()
428 FontRecID fontRecID = find_best_style(fFontFamilies[familyRecID], style); in matchFamilyName()
486 const FontRecID* fontRecID = (const FontRecID*)ctx; in find_proc()
487 FontRecID currFontRecID = ((FontConfigTypeface*)face)->getIdentity().fID; in find_proc()
491 SkTypeface* SkFontConfigInterfaceAndroid::getTypefaceForFontRec(FontRecID fontRecID) { in getTypefaceForFontRec()
[all …]
/external/skia/src/ports/
DSkFontConfigInterface_android.cpp47 typedef int32_t FontRecID; typedef
68 FontRecID fFontRecID[FONT_STYLE_COUNT];
113 SkTypeface* getTypefaceForFontRec(FontRecID fontRecID);
237 const FontRecID fontRecID = fFonts.count() - 1; in SkFontConfigInterfaceAndroid()
373 static FontRecID find_best_style(const FamilyRec& family, SkTypeface::Style style) { in find_best_style()
375 const FontRecID* fontRecIDs = family.fFontRecID; in find_best_style()
428 FontRecID fontRecID = find_best_style(fFontFamilies[familyRecID], style); in matchFamilyName()
486 const FontRecID* fontRecID = (const FontRecID*)ctx; in find_proc()
487 FontRecID currFontRecID = ((FontConfigTypeface*)face)->getIdentity().fID; in find_proc()
491 SkTypeface* SkFontConfigInterfaceAndroid::getTypefaceForFontRec(FontRecID fontRecID) { in getTypefaceForFontRec()
[all …]