Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontHost_mac.cpp791 typedef decltype(legacy_CTFontDrawGlyphs) CTFontDrawGlyphsProc; typedef
793 static CTFontDrawGlyphsProc* choose_CTFontDrawGlyphs() { in choose_CTFontDrawGlyphs()
795 return (CTFontDrawGlyphsProc*)real; in choose_CTFontDrawGlyphs()
800 SK_DECLARE_STATIC_ONCE_PTR(CTFontDrawGlyphsProc, gCTFontDrawGlyphs);