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

/external/chromium_org/ui/gfx/
H A Drender_text_win.cc38 const size_t kMaxGlyphs = 65535; member in namespace:gfx::__anon16138
948 const size_t max_run_length = kMaxGlyphs / 2;
1202 while (hr == E_OUTOFMEMORY && max_glyphs <= kMaxGlyphs) {
1210 // Ensure that |kMaxGlyphs| is attempted and the loop terminates afterward.
1211 max_glyphs = std::max(max_glyphs + 1, std::min(max_glyphs * 2, kMaxGlyphs));

Completed in 79 milliseconds