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

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/
H A DOpenTypeSanitizer.cpp48 static const size_t maxWebFontSize = 30 * 1024 * 1024; // 30 MB local
49 if (m_buffer->size() > maxWebFontSize)
62 ots::ExpandingMemoryStream output(m_buffer->size(), maxWebFontSize);

Completed in 60 milliseconds