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

  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_android.cpp 47 typedef int32_t FontRecID;
68 FontRecID fFontRecID[FONT_STYLE_COUNT];
112 void addFallbackFamily(FamilyRecID fontRecID);
113 SkTypeface* getTypefaceForFontRec(FontRecID fontRecID);
237 const FontRecID fontRecID = fFonts.count() - 1;
280 fontRecID));
282 familyRec->fFontRecID[fontRec.fStyle] = fontRecID;
373 static FontRecID find_best_style(const FamilyRec& family, SkTypeface::Style style)
    [all...]
  /external/skia/src/ports/
SkFontConfigInterface_android.cpp 47 typedef int32_t FontRecID;
68 FontRecID fFontRecID[FONT_STYLE_COUNT];
112 void addFallbackFamily(FamilyRecID fontRecID);
113 SkTypeface* getTypefaceForFontRec(FontRecID fontRecID);
237 const FontRecID fontRecID = fFonts.count() - 1;
280 fontRecID));
282 familyRec->fFontRecID[fontRec.fStyle] = fontRecID;
373 static FontRecID find_best_style(const FamilyRec& family, SkTypeface::Style style)
    [all...]

Completed in 134 milliseconds