Lines Matching refs:SkUniqueCFRef
223 SkUniqueCFRef<CGColorSpaceRef> colorspace(CGColorSpaceCreateDeviceRGB()); in SkCTFontGetSmoothBehavior()
224 SkUniqueCFRef<CGContextRef> noSmoothContext( in SkCTFontGetSmoothBehavior()
227 SkUniqueCFRef<CGContextRef> smoothContext( in SkCTFontGetSmoothBehavior()
231 SkUniqueCFRef<CFDataRef> data(CFDataCreateWithBytesNoCopy( in SkCTFontGetSmoothBehavior()
234 SkUniqueCFRef<CTFontDescriptorRef> desc( in SkCTFontGetSmoothBehavior()
236 SkUniqueCFRef<CTFontRef> ctFont(CTFontCreateWithFontDescriptor(desc.get(), 16, nullptr)); in SkCTFontGetSmoothBehavior()
360 SkUniqueCFRef<CFDataRef> cfData( in SkCTFontGetDataFontWeightMapping()
365 SkUniqueCFRef<CTFontDescriptorRef> desc( in SkCTFontGetDataFontWeightMapping()
375 SkUniqueCFRef<CTFontRef> ctFont(CTFontCreateWithFontDescriptor(desc.get(), 9, nullptr)); in SkCTFontGetDataFontWeightMapping()
379 SkUniqueCFRef<CTFontDescriptorRef> desc2(CTFontCopyFontDescriptor(ctFont.get())); in SkCTFontGetDataFontWeightMapping()
384 SkUniqueCFRef<CFTypeRef> traitsRef( in SkCTFontGetDataFontWeightMapping()