Home | History | Annotate | Download | only in Plugins

Lines Matching full:dirtyrects

455                     const NSRect *dirtyRects;
457 [opaqueAncestor getRectsBeingDrawn:&dirtyRects count:&dirtyRectCount];
460 NSRect dirtyRect = [self convertRect:dirtyRects[dirtyRectIndex] fromView:opaqueAncestor];
531 const NSRect *dirtyRects;
533 [opaqueAncestor getRectsBeingDrawn:&dirtyRects count:&count];
537 reinterpret_cast<NSRect&>(convertedDirtyRects[i]) = [self convertRect:dirtyRects[i] fromView:opaqueAncestor];