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

  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_linux.cpp 61 static FamilyRec* gFamilyHead;
70 fNext = gFamilyHead;
72 gFamilyHead = this;
104 FamilyRec* curr = gFamilyHead;
134 FamilyRec* curr = gFamilyHead;
141 gFamilyHead = next;
264 It exists so that our globals (e.g. gFamilyHead) that expect *something*
376 // this constructor puts us into the global gFamilyHead llist
432 if (NULL == gFamilyHead) {
436 if ((gDefaultNormal = gFamilyHead->fFaces[i]) != NULL)
    [all...]
  /external/skia/src/ports/
SkFontHost_linux.cpp 61 static FamilyRec* gFamilyHead;
70 fNext = gFamilyHead;
72 gFamilyHead = this;
104 FamilyRec* curr = gFamilyHead;
134 FamilyRec* curr = gFamilyHead;
141 gFamilyHead = next;
264 It exists so that our globals (e.g. gFamilyHead) that expect *something*
376 // this constructor puts us into the global gFamilyHead llist
432 if (NULL == gFamilyHead) {
436 if ((gDefaultNormal = gFamilyHead->fFaces[i]) != NULL)
    [all...]

Completed in 34 milliseconds