Home | History | Annotate | Download | only in test

Lines Matching defs:xLeft

57     int xLeft = -SDLTest_RandomIntegerInRange(1, refRect.w);
62 x1 = xLeft;
195 int xLeft = -SDLTest_RandomIntegerInRange(1, refRect.w);
200 x1 = xLeft;
202 x2 = xLeft;
206 _validateIntersectRectAndLineResults(intersected, SDL_FALSE, &rect, &refRect, x1, y1, x2, y2, xLeft, 0, xLeft, 31);