Searched refs:ctNamed (Results 1 – 2 of 2) sorted by relevance
/external/skia/legacy/src/ports/ |
D | SkFontHost_mac_coretext.cpp | 427 CTFontRef ctNamed = CTFontCreateWithName(cfFontName, 1, NULL); in NewFromName() local 428 ctFont = CTFontCreateCopyWithAttributes(ctNamed, 1, NULL, in NewFromName() 430 CFSafeRelease(ctNamed); in NewFromName()
|
/external/skia/src/ports/ |
D | SkFontHost_mac_coretext.cpp | 467 AutoCFRelease<CTFontRef> ctNamed(CTFontCreateWithName(cfFontName, 1, NULL)); in NewFromName() local 468 ctFont = CTFontCreateCopyWithAttributes(ctNamed, 1, NULL, ctFontDesc); in NewFromName()
|