Home | History | Annotate | Download | only in ports

Lines Matching refs:ctNamed

427                 CTFontRef ctNamed = CTFontCreateWithName(cfFontName, 1, NULL);
428 ctFont = CTFontCreateCopyWithAttributes(ctNamed, 1, NULL,
430 CFSafeRelease(ctNamed);