Home
last modified time | relevance | path

Searched refs:SkTypeface_Mac (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/ports/
DSkFontHost_mac_coretext.cpp397 class SkTypeface_Mac : public SkTypeface { class
399 SkTypeface_Mac(SkTypeface::Style style, SkFontID fontID, bool isMonospace, in SkTypeface_Mac() function in SkTypeface_Mac
413 const SkTypeface_Mac* macface = reinterpret_cast<const SkTypeface_Mac*>(face); in typeface_to_fontref()
423 return new SkTypeface_Mac(style, fontID, isMonospace, fontRef, name); in NewFromFontRef()
479 SkTypeface_Mac* face = reinterpret_cast<SkTypeface_Mac*>(SkTypefaceCache::FindByID(fontID)); in GetFontRefFromFontID()
500 const SkTypeface_Mac* macface = (const SkTypeface_Mac*)face; in SkTypeface_GetCTFontRef()
531 const SkTypeface_Mac* mface = reinterpret_cast<SkTypeface_Mac*>(face); in FindByNameStyle()
DSkFontHost_mac_atsui.cpp30 class SkTypeface_Mac : public SkTypeface { class
32 SkTypeface_Mac(SkTypeface::Style style, uint32_t id) in SkTypeface_Mac() function in SkTypeface_Mac
69 return new SkTypeface_Mac(style, fontID); in CreateTypeface_()
/external/skia/legacy/src/ports/
DSkFontHost_mac_coretext.cpp361 class SkTypeface_Mac : public SkTypeface { class
363 SkTypeface_Mac(SkTypeface::Style style, SkFontID fontID, bool isMonospace, in SkTypeface_Mac() function in SkTypeface_Mac
371 virtual ~SkTypeface_Mac() { CFRelease(fFontRef); } in ~SkTypeface_Mac()
383 return new SkTypeface_Mac(style, fontID, isMonospace, fontRef, name); in NewFromFontRef()
447 SkTypeface_Mac* face = reinterpret_cast<SkTypeface_Mac*>(SkTypefaceCache::FindByID(fontID)); in GetFontRefFromFontID()
468 const SkTypeface_Mac* macface = (const SkTypeface_Mac*)face; in SkTypeface_GetCTFontRef()
499 const SkTypeface_Mac* mface = reinterpret_cast<SkTypeface_Mac*>(face); in FindByNameStyle()
DSkFontHost_mac_atsui.cpp30 class SkTypeface_Mac : public SkTypeface { class
32 SkTypeface_Mac(SkTypeface::Style style, uint32_t id) in SkTypeface_Mac() function in SkTypeface_Mac
69 return new SkTypeface_Mac(style, fontID); in CreateTypeface_()