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

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

Completed in 33 milliseconds