Searched refs:TagHandler (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/ports/ |
D | SkFontMgr_android_parser.cpp | 56 struct TagHandler { struct 76 const TagHandler* (*tag)(FamilyData* data, const char* tag, const char** attributes); argument 90 const TagHandler* topLevelHandler) in FamilyData() argument 115 SkTDArray<const TagHandler*> fHandler; // The stack of current tag handlers. 153 static const TagHandler axisHandler = { 201 static const TagHandler fontHandler = { 254 /*tag*/[](FamilyData* self, const char* tag, const char** attributes) -> const TagHandler* { in __anonff2e0a7e0402() 267 static const TagHandler familyHandler = { 307 /*tag*/[](FamilyData* self, const char* tag, const char** attributes) -> const TagHandler* { in __anonff2e0a7e0802() 329 static const TagHandler aliasHandler = { [all …]
|
/external/skia/src/ports/ |
D | SkFontMgr_android_parser.cpp | 56 struct TagHandler { struct 76 const TagHandler* (*tag)(FamilyData* data, const char* tag, const char** attributes); argument 90 const TagHandler* topLevelHandler) in FamilyData() argument 115 SkTDArray<const TagHandler*> fHandler; // The stack of current tag handlers. 153 static const TagHandler axisHandler = { 201 static const TagHandler fontHandler = { 254 /*tag*/[](FamilyData* self, const char* tag, const char** attributes) -> const TagHandler* { in __anon5cafed470402() 267 static const TagHandler familyHandler = { 307 /*tag*/[](FamilyData* self, const char* tag, const char** attributes) -> const TagHandler* { in __anon5cafed470802() 329 static const TagHandler aliasHandler = { [all …]
|