Searched refs:NewFromFontRef (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_mac.cpp476 static SkTypeface* NewFromFontRef(CTFontRef fontRef, const char name[]) { function
527 return ctFont ? NewFromFontRef(ctFont, familyName) : NULL;
560 face = NewFromFontRef(fontRef, NULL);
562 // NewFromFontRef doesn't retain the parameter, but the typeface it
/external/skia/src/ports/
H A DSkFontHost_mac.cpp476 static SkTypeface* NewFromFontRef(CTFontRef fontRef, const char name[]) { function
527 return ctFont ? NewFromFontRef(ctFont, familyName) : NULL;
560 face = NewFromFontRef(fontRef, NULL);
562 // NewFromFontRef doesn't retain the parameter, but the typeface it

Completed in 104 milliseconds