Home
last modified time | relevance | path

Searched refs:cfAttributes (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/ports/
DSkFontHost_mac.cpp503 AutoCFRelease<CFMutableDictionaryRef> cfAttributes( in NewFromName() local
513 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() local
728 if (cfAttributes) { in SkScalerContext_Mac()
732 CFDictionaryAddValue(cfAttributes, kCTFontOrientationAttribute, cfVertical); in SkScalerContext_Mac()
733 ctFontDesc.reset(CTFontDescriptorCreateWithAttributes(cfAttributes)); in SkScalerContext_Mac()