Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontHost_win.cpp831 static const int maxGlyphs = 2; in generateCharToGlyph() local
832 SCRIPT_VISATTR vsa[maxGlyphs]; in generateCharToGlyph()
833 WORD outGlyphs[maxGlyphs]; in generateCharToGlyph()
836 HRZM(ScriptShape(fDDC, &fSC, utf16, numWCHAR, maxGlyphs, &si[0].a, in generateCharToGlyph()
2003 static const int maxGlyphs = 2; in nonBmpCharToGlyph() local
2004 SCRIPT_VISATTR vsa[maxGlyphs]; in nonBmpCharToGlyph()
2005 WORD outGlyphs[maxGlyphs]; in nonBmpCharToGlyph()
2008 HRZM(ScriptShape(hdc, scriptCache, utf16, numWCHAR, maxGlyphs, &si[0].a, in nonBmpCharToGlyph()