Searched refs:FamilyData (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/ports/
H A DSkFontConfigParser_android.cpp28 * The FamilyData structure is passed around by the parser so that each handler
31 struct FamilyData { struct
32 FamilyData(XML_Parser *parserRef, SkTDArray<FontFamily*> &familiesRef) : function in struct:FamilyData
51 FamilyData *familyData = (FamilyData*) data;
75 static void fontFileElementHandler(FamilyData *familyData, const char **attributes) {
107 FamilyData *familyData = (FamilyData*) data;
140 FamilyData *familyData = (FamilyData*) dat
[all...]
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontConfigParser_android.cpp50 * The FamilyData structure is passed around by the parser so that each handler
53 struct FamilyData { struct
54 FamilyData(XML_Parser* parserRef, SkTDArray<FontFamily*> &familiesRef) : function in struct:FamilyData
121 FamilyData* familyData = (FamilyData*) data;
144 FontFamily* findFamily(FamilyData* familyData, const char* familyName) {
159 void aliasElementHandler(FamilyData* familyData, const char** attributes) {
244 void familysetElementEndHandler(FamilyData* familyData) {
254 FamilyData* familyData = (FamilyData*) dat
[all...]

Completed in 216 milliseconds