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

  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_mac.cpp 477 static SkTypeface* NewFromFontRef(CTFontRef fontRef, const char name[]) {
528 return ctFont ? NewFromFontRef(ctFont, familyName) : NULL;
561 face = NewFromFontRef(fontRef, NULL);
563 // NewFromFontRef doesn't retain the parameter, but the typeface it
    [all...]
  /external/skia/src/ports/
SkFontHost_mac.cpp 477 static SkTypeface* NewFromFontRef(CTFontRef fontRef, const char name[]) {
528 return ctFont ? NewFromFontRef(ctFont, familyName) : NULL;
561 face = NewFromFontRef(fontRef, NULL);
563 // NewFromFontRef doesn't retain the parameter, but the typeface it
    [all...]

Completed in 566 milliseconds