Searched refs:numWCHAR (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/ports/ |
D | SkFontHost_win.cpp | 810 static const int numWCHAR = 2; in generateCharToGlyph() local 818 HRZM(ScriptItemize(utf16, numWCHAR, maxItems, &sc, nullptr, si, &numItems), in generateCharToGlyph() 825 WORD logClust[numWCHAR]; in generateCharToGlyph() 827 HRZM(ScriptShape(fDDC, &fSC, utf16, numWCHAR, maxGlyphs, &si[0].a, in generateCharToGlyph() 2019 static const int numWCHAR = 2; in nonBmpCharToGlyph() local 2027 HRZM(ScriptItemize(utf16, numWCHAR, maxItems, &scriptControl, nullptr, si, &numItems), in nonBmpCharToGlyph() 2034 WORD logClust[numWCHAR]; in nonBmpCharToGlyph() 2036 HRZM(ScriptShape(hdc, scriptCache, utf16, numWCHAR, maxGlyphs, &si[0].a, in nonBmpCharToGlyph()
|