Home | History | Annotate | Download | only in ports

Lines Matching refs:ctFontDesc

461         AutoCFRelease<CTFontDescriptorRef> ctFontDesc(
464 if (ctFontDesc != NULL) {
468 ctFont = CTFontCreateCopyWithAttributes(ctNamed, 1, NULL, ctFontDesc);
470 ctFont = CTFontCreateWithFontDescriptor(ctFontDesc, 0, NULL);
677 AutoCFRelease<CTFontDescriptorRef> ctFontDesc;
688 ctFontDesc = CTFontDescriptorCreateWithAttributes(cfAttributes);
691 fCTFont = CTFontCreateCopyWithAttributes(ctFont, unitFontSize, &transform, ctFontDesc);