Searched refs:fFontRef (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_mac.cpp428 , fFontRef(fontRef) // caller has already called CFRetain for us
439 , fFontRef(fontRef) // caller has already called CFRetain for us
447 AutoCFRelease<CTFontRef> fFontRef; member in class:SkTypeface_Mac
548 return macface ? macface->fFontRef.get() : NULL;
730 CTFontRef ctFont = typeface->fFontRef.get();
1532 CTFontRef originalCTFont = fFontRef.get();
1638 CTFontRef ctFont = typeface->fFontRef.get();
1739 AutoCFRelease<CGFontRef> cgFont(CTFontCopyGraphicsFont(fFontRef, NULL));
1749 CTFontCopyLocalizedName(fFontRef, kCTFontFamilyNameKey, &cfLanguage));
1781 AutoCFRelease<CFArrayRef> cfArray(CTFontCopyAvailableTables(fFontRef,
[all...]
/external/skia/src/ports/
H A DSkFontHost_mac.cpp432 , fFontRef(fontRef) // caller has already called CFRetain for us
442 , fFontRef(fontRef) // caller has already called CFRetain for us
449 AutoCFRelease<CTFontRef> fFontRef; member in class:SkTypeface_Mac
548 return macface ? macface->fFontRef.get() : NULL;
730 CTFontRef ctFont = typeface->fFontRef.get();
1537 CTFontRef originalCTFont = fFontRef.get();
1641 CTFontRef ctFont = typeface->fFontRef.get();
1742 AutoCFRelease<CGFontRef> cgFont(CTFontCopyGraphicsFont(fFontRef, NULL));
1752 CTFontCopyLocalizedName(fFontRef, kCTFontFamilyNameKey, &cfLanguage));
1784 AutoCFRelease<CFArrayRef> cfArray(CTFontCopyAvailableTables(fFontRef,
[all...]

Completed in 128 milliseconds