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

/haiku/headers/private/interface/
H A DRegionSupport.h89 clipping_rect* r2, clipping_rect* r2End,
98 clipping_rect* r2, clipping_rect* r2End,
102 clipping_rect* r2, clipping_rect* r2End,
115 clipping_rect* r2End,
133 clipping_rect* r2End,
/haiku/src/kits/interface/
H A DRegionSupport.cpp408 clipping_rect* r2End,
418 while ((r1 != r1End) && (r2 != r2End))
813 clipping_rect* r2End,
837 clipping_rect* r2End; /* End of 2d region */ local
854 * set r1, r2, r1End and r2End appropriately, preserve the important
862 r2End = r2 + reg2->fCount;
926 while ((r2BandEnd != r2End) && (r2BandEnd->top == r2->top))
1008 } while ((r1 != r1End) && (r2 != r2End));
1031 else if ((r2 != r2End) && (nonOverlap2Func != NULL))
1036 while ((r2BandEnd < r2End)
403 miIntersectO( BRegion* pReg, clipping_rect* r1, clipping_rect* r1End, clipping_rect* r2, clipping_rect* r2End, int top, int bottom) argument
804 miRegionOp( BRegion* newReg, const BRegion* reg1, const BRegion* reg2, int (*overlapFunc)( BRegion* pReg, clipping_rect* r1, clipping_rect* r1End, clipping_rect* r2, clipping_rect* r2End, int top, int bottom), int (*nonOverlap1Func)( BRegion* pReg, clipping_rect* r, clipping_rect* rEnd, int top, int bottom), int (*nonOverlap2Func)( BRegion* pReg, clipping_rect* r, clipping_rect* rEnd, int top, int bottom)) argument
[all...]

Completed in 21 milliseconds