Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontHost_mac.cpp517 AutoCFRelease<CFStringRef> cfFontName(make_CFString(familyName)); in NewFromName() local
532 if (!cfFontName || !cfFontTraits || !cfAttributes || !cfTraits) { in NewFromName()
538 CFDictionaryAddValue(cfAttributes, kCTFontFamilyNameAttribute, cfFontName); in NewFromName()