Searched refs:maxWebFontSize (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeSanitizer.cpp47 static const size_t maxWebFontSize = 30 * 1024 * 1024; // 30 MB local
48 if (m_buffer->size() > maxWebFontSize)
61 ots::ExpandingMemoryStream output(m_buffer->size(), maxWebFontSize);

Completed in 70 milliseconds