Searched refs:TagHandler (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/ports/ |
H A D | SkFontMgr_android_parser.cpp | 58 struct TagHandler { struct 78 const TagHandler* (*tag)(FamilyData* data, const char* tag, const char** attributes); 92 const TagHandler* topLevelHandler) in FamilyData() 117 SkTDArray<const TagHandler*> fHandler; // The stack of current tag handlers. 172 static const TagHandler axisHandler = { 220 static const TagHandler fontHandler = { 273 /*tag*/[](FamilyData* self, const char* tag, const char** attributes) -> const TagHandler* { 286 static const TagHandler familyHandler = { 317 /*tag*/[](FamilyData* self, const char* tag, const char** attributes) -> const TagHandler* { 339 static const TagHandler aliasHandle [all...] |
H A D | SkFontMgr_config_parser.cpp | 38 struct TagHandler { struct 58 const TagHandler* (*tag)(FamilyData* data, const char* tag, const char** attributes); 72 const TagHandler* topLevelHandler) in FamilyData() 97 SkTDArray<const TagHandler*> fHandler; // The stack of current tag handlers. 139 static const TagHandler axisHandler = { 187 static const TagHandler fontHandler = { 240 /*tag*/[](FamilyData* self, const char* tag, const char** attributes) -> const TagHandler* { 253 static const TagHandler familyHandler = { 297 /*tag*/[](FamilyData* self, const char* tag, const char** attributes) -> const TagHandler* { 320 static const TagHandler aliasHandle [all...] |
Completed in 3 milliseconds