Home
last modified time | relevance | path

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

/third_party/skia/bench/
H A DTypefaceBench.cpp230 int maxGlyphs = 0; variable
233 maxGlyphs = std::max(maxGlyphs, fLines.back()->glyphCount);
235 fGlyphIds.insert(fGlyphIds.begin(), maxGlyphs, 0);
/third_party/skia/src/ports/
H A DSkFontHost_win.cpp1911 static const int maxGlyphs = 2;
1912 SCRIPT_VISATTR vsa[maxGlyphs];
1913 WORD outGlyphs[maxGlyphs];
1936 HRZM(ScriptShape(hdc, scriptCache, utf16, numWCHAR, maxGlyphs, &script,

Completed in 5 milliseconds