Lines Matching defs:FamilyData
83 struct FamilyData { struct
84 FamilyData(XML_Parser parser, SkTDArray<FontFamily*>& families, in FamilyData() function
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.
109 int fDepth; // The current element depth of the parse.
110 int fSkip; // The depth to stop skipping, 0 if not skipping.
111 SkTDArray<const TagHandler*> fHandler; // The stack of current tag handlers.