Searched refs:ctFontDesc (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_mac.cpp519 AutoCFRelease<CTFontDescriptorRef> ctFontDesc(
522 if (ctFontDesc != NULL) {
523 ctFont = CTFontCreateWithFontDescriptor(ctFontDesc, 0, NULL);
738 AutoCFRelease<CTFontDescriptorRef> ctFontDesc; local
749 ctFontDesc = CTFontDescriptorCreateWithAttributes(cfAttributes);
753 fCTFont = CTFontCreateCopyWithAttributes(ctFont, 1, &transform, ctFontDesc);
/external/skia/src/ports/
H A DSkFontHost_mac.cpp519 AutoCFRelease<CTFontDescriptorRef> ctFontDesc(
522 if (ctFontDesc != NULL) {
523 ctFont = CTFontCreateWithFontDescriptor(ctFontDesc, 0, NULL);
738 AutoCFRelease<CTFontDescriptorRef> ctFontDesc; local
749 ctFontDesc = CTFontDescriptorCreateWithAttributes(cfAttributes);
753 fCTFont = CTFontCreateCopyWithAttributes(ctFont, 1, &transform, ctFontDesc);

Completed in 360 milliseconds