Home
last modified time | relevance | path

Searched refs:macface (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/ports/
DSkFontHost_mac_coretext.cpp413 const SkTypeface_Mac* macface = reinterpret_cast<const SkTypeface_Mac*>(face); in typeface_to_fontref() local
414 return macface->fFontRef; in typeface_to_fontref()
500 const SkTypeface_Mac* macface = (const SkTypeface_Mac*)face; in SkTypeface_GetCTFontRef() local
501 return macface ? macface->fFontRef.get() : NULL; in SkTypeface_GetCTFontRef()
/external/skia/legacy/src/ports/
DSkFontHost_mac_coretext.cpp468 const SkTypeface_Mac* macface = (const SkTypeface_Mac*)face; in SkTypeface_GetCTFontRef() local
469 return macface ? macface->fFontRef : NULL; in SkTypeface_GetCTFontRef()