Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontHost_win.cpp808 static const int numWCHAR = 2; in generateCharToGlyph() local
816 HRZM(ScriptItemize(utf16, numWCHAR, maxItems, &sc, NULL, si, &numItems), in generateCharToGlyph()
823 WORD logClust[numWCHAR]; in generateCharToGlyph()
825 HRZM(ScriptShape(fDDC, &fSC, utf16, numWCHAR, maxGlyphs, &si[0].a, in generateCharToGlyph()
2031 static const int numWCHAR = 2; in nonBmpCharToGlyph() local
2039 HRZM(ScriptItemize(utf16, numWCHAR, maxItems, &scriptControl, NULL, si, &numItems), in nonBmpCharToGlyph()
2046 WORD logClust[numWCHAR]; in nonBmpCharToGlyph()
2048 HRZM(ScriptShape(hdc, scriptCache, utf16, numWCHAR, maxGlyphs, &si[0].a, in nonBmpCharToGlyph()