Searched refs:prevRect (Results 1 – 2 of 2) sorted by relevance
370 const IntRect& prevRect = prevBuffer->originalFrameRect(); in initFrameBuffer() local372 if (!frameIndex || prevRect.contains(IntRect(IntPoint(), scaledSize()))) { in initFrameBuffer()381 for (int y = prevRect.y(); y < prevRect.maxY(); ++y) { in initFrameBuffer()382 for (int x = prevRect.x(); x < prevRect.maxX(); ++x) in initFrameBuffer()385 if ((prevRect.width() > 0) && (prevRect.height() > 0)) in initFrameBuffer()
1395 HIRect prevRect, currRect;1401 sizeof( HIRect ), NULL, &prevRect );1405 BoundsChanged( view, attrs, &prevRect, &currRect );