Searched refs:FamilyRec (Results 1 – 1 of 1) sorted by relevance
44 struct FamilyRec;53 FamilyRec* fFamily; // we don't own this, we just reference it55 void construct(const char name[], FamilyRec* family) { in construct()71 static FamilyRec* gFamilyHead;74 struct FamilyRec { struct75 FamilyRec* fNext; argument78 FamilyRec() in FamilyRec() function86 static SkTypeface* find_best_face(const FamilyRec* family, in find_best_face()113 static FamilyRec* find_family(const SkTypeface* member) { in find_family()114 FamilyRec* curr = gFamilyHead; in find_family()[all …]