Lines Matching refs:rects
828 - (BOOL)_mustDrawUnionedRect:(NSRect)rect singleRects:(const NSRect *)rects count:(NSInteger)count
838 // Attempt to guess whether or not we should use the unioned rect or the individual rects.
844 singlePixels += rects[i].size.width * rects[i].size.height;
927 const NSRect *rects;
929 [self getRectsBeingDrawn:&rects count:&count];
932 if ([self _mustDrawUnionedRect:rect singleRects:rects count:count])
936 [self drawSingleRect:rects[i]];