Searched defs:fontRef (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_mac.cpp371 static SkFontID CTFontRef_to_SkFontID(CTFontRef fontRef) { argument
376 ATSFontRef ats = CTFontGetPlatformFont(fontRef, NULL);
385 AutoCFRelease<CGFontRef> cgFont(CTFontCopyGraphicsFont(fontRef, NULL));
393 id = (SkFontID) (uintptr_t) fontRef;
425 CTFontRef fontRef, const char name[], bool isLocalStream)
428 , fFontRef(fontRef) // caller has already called CFRetain for us
432 SkASSERT(fontRef);
436 CTFontRef fontRef, const char name[], bool isLocalStream)
439 , fFontRef(fontRef) // caller has already called CFRetain for us
443 SkASSERT(fontRef);
424 SkTypeface_Mac(SkTypeface::Style style, SkFontID fontID, bool isFixedPitch, CTFontRef fontRef, const char name[], bool isLocalStream) argument
435 SkTypeface_Mac(const SkFontStyle& fs, SkFontID fontID, bool isFixedPitch, CTFontRef fontRef, const char name[], bool isLocalStream) argument
476 NewFromFontRef(CTFontRef fontRef, const char name[], bool isLocalStream) argument
554 SkCreateTypefaceFromCTFont(CTFontRef fontRef) argument
[all...]
/external/skia/src/ports/
H A DSkFontHost_mac.cpp375 static SkFontID CTFontRef_to_SkFontID(CTFontRef fontRef) { argument
380 ATSFontRef ats = CTFontGetPlatformFont(fontRef, NULL);
389 AutoCFRelease<CGFontRef> cgFont(CTFontCopyGraphicsFont(fontRef, NULL));
397 id = (SkFontID) (uintptr_t) fontRef;
429 CTFontRef fontRef, const char name[])
432 , fFontRef(fontRef) // caller has already called CFRetain for us
435 SkASSERT(fontRef);
439 CTFontRef fontRef, const char name[])
442 , fFontRef(fontRef) // caller has already called CFRetain for us
445 SkASSERT(fontRef);
428 SkTypeface_Mac(SkTypeface::Style style, SkFontID fontID, bool isFixedPitch, CTFontRef fontRef, const char name[]) argument
438 SkTypeface_Mac(const SkFontStyle& fs, SkFontID fontID, bool isFixedPitch, CTFontRef fontRef, const char name[]) argument
476 NewFromFontRef(CTFontRef fontRef, const char name[]) argument
554 SkCreateTypefaceFromCTFont(CTFontRef fontRef) argument
[all...]

Completed in 1630 milliseconds