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

/external/skia/src/ports/
H A DSkFontHost_mac_coretext.cpp361 class SkTypeface_Mac : public SkTypeface { class in inherits:SkTypeface
363 SkTypeface_Mac(SkTypeface::Style style, SkFontID fontID, bool isMonospace, function in class:SkTypeface_Mac
371 virtual ~SkTypeface_Mac() { CFRelease(fFontRef); }
383 return new SkTypeface_Mac(style, fontID, isMonospace, fontRef, name);
447 SkTypeface_Mac* face = reinterpret_cast<SkTypeface_Mac*>(SkTypefaceCache::FindByID(fontID));
468 const SkTypeface_Mac* macface = (const SkTypeface_Mac*)face;
499 const SkTypeface_Mac* mface = reinterpret_cast<SkTypeface_Mac*>(fac
[all...]
H A DSkFontHost_mac_atsui.cpp30 class SkTypeface_Mac : public SkTypeface { class in inherits:SkTypeface
32 SkTypeface_Mac(SkTypeface::Style style, uint32_t id) function in class:SkTypeface_Mac
69 return new SkTypeface_Mac(style, fontID);

Completed in 59 milliseconds