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

/haiku/src/kits/interface/
H A DRegionSupport.cpp601 register clipping_rect *tempRects; local
606 tempRects = reg1->fData;
607 while(tempRects->top < reg2->fBounds.top)
610 ADDRECTNOX(newReg,rects_, tempRects->left, tempRects->top,
611 tempRects->right, min_c(tempRects->bottom, reg2->fBounds.top));
612 tempRects++;
618 tempRects = reg2->fData;
619 while (tempRects
[all...]

Completed in 20 milliseconds