Home
last modified time | relevance | path

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

/external/skia/legacy/src/ports/
DSkFontHost_mac_coretext.cpp427 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/
DSkFontHost_mac_coretext.cpp467 AutoCFRelease<CTFontRef> ctNamed(CTFontCreateWithName(cfFontName, 1, NULL)); in NewFromName() local
468 ctFont = CTFontCreateCopyWithAttributes(ctNamed, 1, NULL, ctFontDesc); in NewFromName()