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

  /external/skia/legacy/src/ports/
SkFontHost_mac_coretext.cpp 377 static SkTypeface* NewFromFontRef(CTFontRef fontRef, const char name[]) {
443 return ctFont ? NewFromFontRef(ctFont, familyName) : NULL;
481 face = NewFromFontRef(fontRef, NULL);
483 // NewFromFontRef doesn't retain the parameter, but the typeface it
    [all...]
  /external/skia/src/ports/
SkFontHost_mac_coretext.cpp 417 static SkTypeface* NewFromFontRef(CTFontRef fontRef, const char name[]) {
475 return ctFont ? NewFromFontRef(ctFont, familyName) : NULL;
513 face = NewFromFontRef(fontRef, NULL);
515 // NewFromFontRef doesn't retain the parameter, but the typeface it
    [all...]

Completed in 81 milliseconds