Home
last modified time | relevance | path

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

/external/skia/legacy/src/ports/
DSkFontHost_mac_coretext.cpp388 CFMutableDictionaryRef cfAttributes, cfTraits; in NewFromName() local
413cfTraits = CFDictionaryCreateMutable(kCFAllocatorDefault, 0, &kCFTypeDictionaryKeyCallBacks, &… in NewFromName()
417 if (cfFontName != NULL && cfFontTraits != NULL && cfAttributes != NULL && cfTraits != NULL) { in NewFromName()
418 CFDictionaryAddValue(cfTraits, kCTFontSymbolicTrait, cfFontTraits); in NewFromName()
421 CFDictionaryAddValue(cfAttributes, kCTFontTraitsAttribute, cfTraits); in NewFromName()
440 CFSafeRelease(cfTraits); in NewFromName()
/external/skia/src/ports/
DSkFontHost_mac_coretext.cpp449 AutoCFRelease<CFMutableDictionaryRef> cfTraits( in NewFromName() local
455 if (cfFontName != NULL && cfFontTraits != NULL && cfAttributes != NULL && cfTraits != NULL) { in NewFromName()
456 CFDictionaryAddValue(cfTraits, kCTFontSymbolicTrait, cfFontTraits); in NewFromName()
459 CFDictionaryAddValue(cfAttributes, kCTFontTraitsAttribute, cfTraits); in NewFromName()