Searched defs:FamilyData (Results 1 – 4 of 4) sorted by relevance
| /third_party/skia/src/ports/ |
| D | SkFontMgr_config_parser.cpp | 68 struct FamilyData { struct 69 FamilyData(XML_Parser parser, SkTDArray<FontFamily*>& families, in FamilyData() argument 85 XML_Parser fParser; // The expat parser doing the work, owned by caller 86 SkTDArray<FontFamily*>& fFamilies; // The array to append families, owned by caller 87 std::unique_ptr<FontFamily> fCurrentFamily; // The family being created, owned by this 88 FontFileInfo* fCurrentFontInfo; // The info being created, owned by fCurrentFamily 89 int fVersion; // The version of the file parsed. 90 const SkString& fBasePath; // The current base path. 91 const bool fIsFallback; // The file being parsed is a fallback file 92 const char* fFilename; // The name of the file currently being parsed. [all …]
|
| D | SkFontMgr_android_parser.cpp | 89 struct FamilyData { struct 90 FamilyData(XML_Parser parser, SkTDArray<FontFamily*>& families, in FamilyData() argument 106 XML_Parser fParser; // The expat parser doing the work, owned by caller 107 SkTDArray<FontFamily*>& fFamilies; // The array to append families, owned by caller 108 std::unique_ptr<FontFamily> fCurrentFamily; // The family being created, owned by this 109 FontFileInfo* fCurrentFontInfo; // The info being created, owned by fCurrentFamily 110 int fVersion; // The version of the file parsed. 111 const SkString& fBasePath; // The current base path. 112 const bool fIsFallback; // The file being parsed is a fallback file 113 const char* fFilename; // The name of the file currently being parsed. [all …]
|
| /third_party/flutter/skia/src/ports/ |
| D | SkFontMgr_config_parser.cpp | 68 struct FamilyData { struct 69 FamilyData(XML_Parser parser, SkTDArray<FontFamily*>& families, in FamilyData() argument 85 XML_Parser fParser; // The expat parser doing the work, owned by caller 86 SkTDArray<FontFamily*>& fFamilies; // The array to append families, owned by caller 87 std::unique_ptr<FontFamily> fCurrentFamily; // The family being created, owned by this 88 FontFileInfo* fCurrentFontInfo; // The info being created, owned by fCurrentFamily 89 int fVersion; // The version of the file parsed. 90 const SkString& fBasePath; // The current base path. 91 const bool fIsFallback; // The file being parsed is a fallback file 92 const char* fFilename; // The name of the file currently being parsed. [all …]
|
| D | SkFontMgr_android_parser.cpp | 87 struct FamilyData { struct 88 FamilyData(XML_Parser parser, SkTDArray<FontFamily*>& families, in FamilyData() function 104 XML_Parser fParser; // The expat parser doing the work, owned by caller 105 SkTDArray<FontFamily*>& fFamilies; // The array to append families, owned by caller 106 std::unique_ptr<FontFamily> fCurrentFamily; // The family being created, owned by this 107 FontFileInfo* fCurrentFontInfo; // The info being created, owned by fCurrentFamily 108 int fVersion; // The version of the file parsed. 109 const SkString& fBasePath; // The current base path. 110 const bool fIsFallback; // The file being parsed is a fallback file 111 const char* fFilename; // The name of the file currently being parsed. [all …]
|