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

  /external/skia/legacy/src/ports/
SkFontHost_mac_coretext.cpp 427 CTFontRef ctNamed = CTFontCreateWithName(cfFontName, 1, NULL);
428 ctFont = CTFontCreateCopyWithAttributes(ctNamed, 1, NULL,
430 CFSafeRelease(ctNamed);
    [all...]
  /external/skia/src/ports/
SkFontHost_mac_coretext.cpp 467 AutoCFRelease<CTFontRef> ctNamed(CTFontCreateWithName(cfFontName, 1, NULL));
468 ctFont = CTFontCreateCopyWithAttributes(ctNamed, 1, NULL, ctFontDesc);
    [all...]

Completed in 48 milliseconds