HomeSort by relevance Sort by last modified time
    Searched refs:familyData (Results 1 - 2 of 2) sorted by null

  /external/skia/legacy/src/ports/
FontHostConfiguration_android.cpp 39 * The FamilyData structure is passed around by the parser so that each handler
42 struct FamilyData {
43 FamilyData(XML_Parser *parserRef, SkTDArray<FontFamily*> &familiesRef) :
58 FamilyData *familyData = (FamilyData*) data;
60 if (familyData->currentFamily &&
61 (familyData->currentTag == NAMESET_TAG || familyData->currentTag == FILESET_TAG)) {
67 switch (familyData->currentTag)
    [all...]
  /external/skia/src/ports/
FontHostConfiguration_android.cpp 29 * The FamilyData structure is passed around by the parser so that each handler
32 struct FamilyData {
33 FamilyData(XML_Parser *parserRef, SkTDArray<FontFamily*> &familiesRef) :
48 FamilyData *familyData = (FamilyData*) data;
50 if (familyData->currentFamily &&
51 (familyData->currentTag == NAMESET_TAG || familyData->currentTag == FILESET_TAG)) {
57 switch (familyData->currentTag)
    [all...]

Completed in 176 milliseconds