Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontHost_mac.cpp522 AutoCFRelease<CFMutableDictionaryRef> cfAttributes( in NewFromName() local
532 if (!cfFontName || !cfFontTraits || !cfAttributes || !cfTraits) { in NewFromName()
538 CFDictionaryAddValue(cfAttributes, kCTFontFamilyNameAttribute, cfFontName); in NewFromName()
539 CFDictionaryAddValue(cfAttributes, kCTFontTraitsAttribute, cfTraits); in NewFromName()
542 CTFontDescriptorCreateWithAttributes(cfAttributes)); in NewFromName()