Searched refs:cfAttributes (Results 1 – 1 of 1) sorted by relevance
503 AutoCFRelease<CFMutableDictionaryRef> cfAttributes( in NewFromName() local513 if (!cfFontName || !cfFontTraits || !cfAttributes || !cfTraits) { in NewFromName()519 CFDictionaryAddValue(cfAttributes, kCTFontFamilyNameAttribute, cfFontName); in NewFromName()520 CFDictionaryAddValue(cfAttributes, kCTFontTraitsAttribute, cfTraits); in NewFromName()523 CTFontDescriptorCreateWithAttributes(cfAttributes)); in NewFromName()724 AutoCFRelease<CFMutableDictionaryRef> cfAttributes(CFDictionaryCreateMutable( in SkScalerContext_Mac() local728 if (cfAttributes) { in SkScalerContext_Mac()732 CFDictionaryAddValue(cfAttributes, kCTFontOrientationAttribute, cfVertical); in SkScalerContext_Mac()733 ctFontDesc.reset(CTFontDescriptorCreateWithAttributes(cfAttributes)); in SkScalerContext_Mac()