Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DFloatRect.h88 bool isExpressibleAsIntRect() const;
DFloatRect.cpp58 bool FloatRect::isExpressibleAsIntRect() const in isExpressibleAsIntRect() function in WebCore::FloatRect
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasRenderingContext2D.cpp1910 if (!logicalRect.isExpressibleAsIntRect()) in getImageData()