HomeSort by relevance Sort by last modified time
    Searched refs:cfFontName (Results 1 - 2 of 2) sorted by null

  /external/skia/legacy/src/ports/
SkFontHost_mac_coretext.cpp 392 CFStringRef cfFontName;
410 cfFontName = CFStringCreateWithCString(NULL, familyName, kCFStringEncodingUTF8);
417 if (cfFontName != NULL && cfFontTraits != NULL && cfAttributes != NULL && cfTraits != NULL) {
420 CFDictionaryAddValue(cfAttributes, kCTFontFamilyNameAttribute, cfFontName);
427 CTFontRef ctNamed = CTFontCreateWithName(cfFontName, 1, NULL);
437 CFSafeRelease(cfFontName);
    [all...]
  /external/skia/src/ports/
SkFontHost_mac_coretext.cpp 438 AutoCFRelease<CFStringRef> cfFontName(
455 if (cfFontName != NULL && cfFontTraits != NULL && cfAttributes != NULL && cfTraits != NULL) {
458 CFDictionaryAddValue(cfAttributes, kCTFontFamilyNameAttribute, cfFontName);
467 AutoCFRelease<CTFontRef> ctNamed(CTFontCreateWithName(cfFontName, 1, NULL));
    [all...]

Completed in 30 milliseconds