Home
last modified time | relevance | path

Searched defs:FamilyData (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/ports/
DSkFontConfigParser_android.cpp83 struct FamilyData { struct
84 FamilyData(XML_Parser parser, SkTDArray<FontFamily*>& families, in FamilyData() argument
100 XML_Parser fParser; // The expat parser doing the work, owned by caller
101 SkTDArray<FontFamily*>& fFamilies; // The array to append families, owned by caller
102 SkAutoTDelete<FontFamily> fCurrentFamily; // The family being created, owned by this
103 FontFileInfo* fCurrentFontInfo; // The fontInfo being created, owned by fCurrentFamily
104 int fVersion; // The version of the file parsed.
105 const SkString& fBasePath; // The current base path.
106 const bool fIsFallback; // Indicates the file being parsed is a fallback file
107 const char* fFilename; // The name of the file currently being parsed.
[all …]