Home
last modified time | relevance | path

Searched refs:maxVDMXTableSize (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
DSimpleFontDataSkia.cpp49 static const size_t maxVDMXTableSize = 1024 * 1024; // 1 MB variable
83 if (vdmxSize && vdmxSize < maxVDMXTableSize) { in platformInit()