Home
last modified time | relevance | path

Searched refs:FamilyRec (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/ports/
DSkFontHost_android.cpp44 struct FamilyRec;
53 FamilyRec* fFamily; // we don't own this, we just reference it
55 void construct(const char name[], FamilyRec* family) { in construct()
71 static FamilyRec* gFamilyHead;
74 struct FamilyRec { struct
75 FamilyRec* fNext; argument
78 FamilyRec() in FamilyRec() function
86 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 …]