Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DHTMLCanvasElement.cpp399 return IntRect(IntPoint(left, top), convertToValidDeviceSize(right - left, bottom - top)); in convertLogicalToDevice()
407 return convertToValidDeviceSize(width, height); in convertLogicalToDevice()
410 IntSize HTMLCanvasElement::convertToValidDeviceSize(float width, float height) const in convertToValidDeviceSize() function in WebCore::HTMLCanvasElement
DHTMLCanvasElement.h115 IntSize convertToValidDeviceSize(float width, float height) const;
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1643820 (WebCore::HTMLCanvasElement::convertToValidDeviceSize):