Searched refs:cfTraits (Results 1 – 2 of 2) sorted by relevance
/external/skia/legacy/src/ports/ |
D | SkFontHost_mac_coretext.cpp | 388 CFMutableDictionaryRef cfAttributes, cfTraits; in NewFromName() local 413 …cfTraits = 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/ |
D | SkFontHost_mac_coretext.cpp | 449 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()
|