Searched refs:convertLogicalToDevice (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DCanvasSurface.cpp106 IntRect CanvasSurface::convertLogicalToDevice(const FloatRect& logicalRect) const function in class:WebCore::CanvasSurface
108 return IntRect(convertLogicalToDevice(logicalRect.location()), convertLogicalToDevice(logicalRect.size()));
111 IntSize CanvasSurface::convertLogicalToDevice(const FloatSize& logicalSize) const function in class:WebCore::CanvasSurface
122 IntPoint CanvasSurface::convertLogicalToDevice(const FloatPoint& logicalPos) const function in class:WebCore::CanvasSurface
137 IntSize size = convertLogicalToDevice(unscaledSize);
142 // The convertLogicalToDevice MaxCanvasArea check should prevent common cases
166 IntSize size = convertLogicalToDevice(unscaledSize);
/external/webkit/Source/WebCore/html/
H A DHTMLCanvasElement.h113 IntRect convertLogicalToDevice(const FloatRect&) const;
114 IntSize convertLogicalToDevice(const FloatSize&) const;
H A DHTMLCanvasElement.cpp391 IntRect HTMLCanvasElement::convertLogicalToDevice(const FloatRect& logicalRect) const function in class:WebCore::HTMLCanvasElement
402 IntSize HTMLCanvasElement::convertLogicalToDevice(const FloatSize& logicalSize) const function in class:WebCore::HTMLCanvasElement
443 IntSize size = convertLogicalToDevice(unscaledSize);
455 // The convertLogicalToDevice MaxCanvasArea check should prevent common cases
500 IntSize size = convertLogicalToDevice(unscaledSize);
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.cpp1629 IntSize scaledSize = canvas()->convertLogicalToDevice(unscaledSize);
1667 IntRect scaledRect = canvas()->convertLogicalToDevice(unscaledRect);

Completed in 286 milliseconds