Searched defs:FamilyData (Results 1 – 1 of 1) sorted by relevance
83 struct FamilyData { struct84 FamilyData(XML_Parser parser, SkTDArray<FontFamily*>& families, in FamilyData() argument100 XML_Parser fParser; // The expat parser doing the work, owned by caller101 SkTDArray<FontFamily*>& fFamilies; // The array to append families, owned by caller102 SkAutoTDelete<FontFamily> fCurrentFamily; // The family being created, owned by this103 FontFileInfo* fCurrentFontInfo; // The fontInfo being created, owned by fCurrentFamily104 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 file107 const char* fFilename; // The name of the file currently being parsed.[all …]