Searched refs:maxGlyphs (Results 1 – 3 of 3) sorted by relevance
/external/skia/bench/ |
D | TypefaceBench.cpp | 231 int maxGlyphs = 0; in onDelayedSetup() local 234 maxGlyphs = std::max(maxGlyphs, fLines.back()->glyphCount); in onDelayedSetup() 236 fGlyphIds.insert(fGlyphIds.begin(), maxGlyphs, 0); in onDelayedSetup()
|
/external/skia/src/ports/ |
D | SkFontHost_win.cpp | 849 static const int maxGlyphs = 2; in generateCharToGlyph() local 850 SCRIPT_VISATTR vsa[maxGlyphs]; in generateCharToGlyph() 851 WORD outGlyphs[maxGlyphs]; in generateCharToGlyph() 854 HRZM(ScriptShape(fDDC, &fSC, utf16, numWCHAR, maxGlyphs, &si[0].a, in generateCharToGlyph() 1940 static const int maxGlyphs = 2; in nonBmpCharToGlyph() local 1941 SCRIPT_VISATTR vsa[maxGlyphs]; in nonBmpCharToGlyph() 1942 WORD outGlyphs[maxGlyphs]; in nonBmpCharToGlyph() 1945 HRZM(ScriptShape(hdc, scriptCache, utf16, numWCHAR, maxGlyphs, &si[0].a, in nonBmpCharToGlyph()
|
/external/skqp/src/ports/ |
D | SkFontHost_win.cpp | 848 static const int maxGlyphs = 2; in generateCharToGlyph() local 849 SCRIPT_VISATTR vsa[maxGlyphs]; in generateCharToGlyph() 850 WORD outGlyphs[maxGlyphs]; in generateCharToGlyph() 853 HRZM(ScriptShape(fDDC, &fSC, utf16, numWCHAR, maxGlyphs, &si[0].a, in generateCharToGlyph() 1941 static const int maxGlyphs = 2; in nonBmpCharToGlyph() local 1942 SCRIPT_VISATTR vsa[maxGlyphs]; in nonBmpCharToGlyph() 1943 WORD outGlyphs[maxGlyphs]; in nonBmpCharToGlyph() 1946 HRZM(ScriptShape(hdc, scriptCache, utf16, numWCHAR, maxGlyphs, &si[0].a, in nonBmpCharToGlyph()
|