Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DHTMLCanvasElement.cpp75 static const float MaxSkiaDim = 32767.0F; // Maximum width/height in CSS pixels. variable
413 if (width > MaxSkiaDim || height > MaxSkiaDim) in convertToValidDeviceSize()