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

/external/skia/src/ports/
H A DSkFontHost_mac_coretext.cpp93 CFMutableDictionaryRef cfAttributes, cfTraits; local
117 cfAttributes = CFDictionaryCreateMutable(kCFAllocatorDefault, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
122 if (cfFontName != NULL && cfFontTraits != NULL && cfAttributes != NULL && cfTraits != NULL) {
125 CFDictionaryAddValue(cfAttributes, kCTFontFamilyNameAttribute, cfFontName);
126 CFDictionaryAddValue(cfAttributes, kCTFontTraitsAttribute, cfTraits);
128 ctFontDesc = CTFontDescriptorCreateWithAttributes(cfAttributes);
136 CFSafeRelease(cfAttributes);

Completed in 126 milliseconds