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

  /external/skia/src/ports/
SkFontConfigParser_android.cpp 28 * The FamilyData structure is passed around by the parser so that each handler
31 struct FamilyData {
32 FamilyData(XML_Parser *parserRef, SkTDArray<FontFamily*> &familiesRef) :
51 FamilyData *familyData = (FamilyData*) data;
53 if (familyData->currentFamily &&
54 (familyData->currentTag == NAMESET_TAG || familyData->currentTag == FILESET_TAG)) {
55 switch (familyData->currentTag)
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigParser_android.cpp 50 * The FamilyData structure is passed around by the parser so that each handler
53 struct FamilyData {
54 FamilyData(XML_Parser* parserRef, SkTDArray<FontFamily*> &familiesRef) :
121 FamilyData* familyData = (FamilyData*) data;
122 familyData->currentFontInfo->fFileName.set(s, len);
144 FontFamily* findFamily(FamilyData* familyData, const char* familyName) {
146 for (int i = 0; i < familyData->families.count(); i++)
    [all...]

Completed in 930 milliseconds