HomeSort by relevance Sort by last modified time
    Searched refs:ctFontDesc (Results 1 - 2 of 2) sorted by null

  /external/skia/legacy/src/ports/
SkFontHost_mac_coretext.cpp 391 CTFontDescriptorRef ctFontDesc;
397 ctFontDesc = NULL;
423 ctFontDesc = CTFontDescriptorCreateWithAttributes(cfAttributes);
424 if (ctFontDesc != NULL) {
429 ctFontDesc);
432 ctFont = CTFontCreateWithFontDescriptor(ctFontDesc, 0, NULL);
441 CFSafeRelease(ctFontDesc);
654 CTFontDescriptorRef ctFontDesc = NULL;
666 ctFontDesc = CTFontDescriptorCreateWithAttributes(cfAttributes);
671 ctFontDesc);
    [all...]
  /external/skia/src/ports/
SkFontHost_mac_coretext.cpp 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);
    [all...]

Completed in 43 milliseconds