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

/haiku/headers/private/interface/
H A DRegionSupport.h88 clipping_rect* r1, clipping_rect* r1End,
97 clipping_rect* r1, clipping_rect* r1End,
101 clipping_rect* r1, clipping_rect* r1End,
113 clipping_rect* r1End,
131 clipping_rect* r1End,
/haiku/src/kits/interface/
H A DRegionSupport.cpp406 clipping_rect* r1End,
418 while ((r1 != r1End) && (r2 != r2End))
811 clipping_rect* r1End,
836 clipping_rect* r1End; /* End of 1st region */ local
854 * set r1, r2, r1End and r2End appropriately, preserve the important
861 r1End = r1 + reg1->fCount;
920 while ((r1BandEnd != r1End) && (r1BandEnd->top == r1->top))
1008 } while ((r1 != r1End) && (r2 != r2End));
1014 if (r1 != r1End)
1021 while ((r1BandEnd < r1End)
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 275 milliseconds