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

/external/webkit/Source/WebCore/platform/image-decoders/gif/
H A DGIFImageDecoder.cpp370 const IntRect& prevRect = prevBuffer->originalFrameRect(); local
372 if (!frameIndex || prevRect.contains(IntRect(IntPoint(), scaledSize()))) {
381 for (int y = prevRect.y(); y < prevRect.maxY(); ++y) {
382 for (int x = prevRect.x(); x < prevRect.maxX(); ++x)
385 if ((prevRect.width() > 0) && (prevRect.height() > 0))
/external/webkit/Source/WebKit/mac/Carbon/
H A DHIWebView.mm1395 HIRect prevRect, currRect;
1401 sizeof( HIRect ), NULL, &prevRect );
1405 BoundsChanged( view, attrs, &prevRect, &currRect );

Completed in 61 milliseconds