Searched refs:getTransformedClipBounds (Results 1 – 3 of 3) sorted by relevance
995 if (!c->getTransformedClipBounds(&clipBounds)) { in fillInternal()1049 if (!c->getTransformedClipBounds(&clipBounds)) in strokeInternal()1263 if (!c->getTransformedClipBounds(&clipBounds)) in fillRect()1307 if (!c->getTransformedClipBounds(&clipBounds)) in strokeRect()1493 if (!c->getTransformedClipBounds(&clipBounds)) in drawImageInternal()1712 if (!drawingContext()->getTransformedClipBounds(&clipBounds)) in computeDirtyRect()2196 if (!c->getTransformedClipBounds(&clipBounds)) { in drawTextInternal()
158 bool getTransformedClipBounds(FloatRect* bounds) const;
340 bool GraphicsContext::getTransformedClipBounds(FloatRect* bounds) const in getTransformedClipBounds() function in WebCore::GraphicsContext