Lines Matching refs:repaintRect
44 void BakedOpRenderer::startRepaintLayer(OffscreenBuffer* offscreenBuffer, const Rect& repaintRect) {
47 // subtract repaintRect from region, since it will be regenerated
48 if (repaintRect.contains(0, 0,
53 offscreenBuffer->region.subtractSelf(android::Rect(repaintRect.left, repaintRect.top,
54 repaintRect.right, repaintRect.bottom));
80 clearColorBuffer(repaintRect);
117 void BakedOpRenderer::startFrame(uint32_t width, uint32_t height, const Rect& repaintRect) {
123 clearColorBuffer(repaintRect);
129 void BakedOpRenderer::endFrame(const Rect& repaintRect) {
131 ClipRect overdrawClip(repaintRect);