Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontHost_mac.cpp786 static void legacy_CTFontDrawGlyphs(CTFontRef, const CGGlyph glyphs[], const CGPoint points[], in legacy_CTFontDrawGlyphs() function
791 typedef decltype(legacy_CTFontDrawGlyphs) CTFontDrawGlyphsProc;
797 return &legacy_CTFontDrawGlyphs; in choose_CTFontDrawGlyphs()
874 if (legacy_CTFontDrawGlyphs == ctFontDrawGlyphs) { in getCG()