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

  /external/skia/src/ports/
SkFontConfigParser_android.h 17 struct FontFileInfo {
34 SkTArray<FontFileInfo> fFontFiles;
SkFontConfigParser_android.cpp 42 FontFileInfo *currentFontInfo; // The current fontInfo being created
48 * or file tag. The resulting strings are put into the fNames or FontFileInfo arrays.
77 FontFileInfo& newFileInfo = familyData->currentFamily->fFontFiles.push_back();
  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigParser_android.h 62 struct FontFileInfo {
63 FontFileInfo() : fIndex(0), fWeight(0) { }
84 SkTArray<FontFileInfo> fFonts;
SkFontConfigParser_android.cpp 64 FontFileInfo* currentFontInfo; // The current fontInfo being created
125 void fontElementHandler(XML_Parser* parser, FontFileInfo* file, const char** attributes) {
260 FontFileInfo* file = &familyData->currentFamily->fFonts.push_back();
287 * or file tag. The resulting strings are put into the fNames or FontFileInfo arrays.
317 FontFileInfo& newFileInfo = familyData->currentFamily->fFonts.push_back();
SkFontMgr_android.cpp 148 const FontFileInfo& fontFile = family.fFonts[i];
  /external/chromium_org/third_party/skia/tests/
FontConfigParser.cpp 48 const FontFileInfo& ffi = fontFamilies[i]->fFonts[j];

Completed in 174 milliseconds