Searched refs:FontFileInfo (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/ports/
H A DSkFontConfigParser_android.h17 struct FontFileInfo { struct
34 SkTArray<FontFileInfo> fFontFiles;
H A DSkFontConfigParser_android.cpp42 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/
H A DSkFontConfigParser_android.h62 struct FontFileInfo { struct
63 FontFileInfo() : fIndex(0), fWeight(0) { } function in struct:FontFileInfo
84 SkTArray<FontFileInfo> fFonts;
H A DSkFontConfigParser_android.cpp64 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();
H A DSkFontMgr_android.cpp148 const FontFileInfo& fontFile = family.fFonts[i];
/external/chromium_org/third_party/skia/tests/
H A DFontConfigParser.cpp48 const FontFileInfo& ffi = fontFamilies[i]->fFonts[j];

Completed in 100 milliseconds