Home | History | Annotate | Download | only in test

Lines Matching refs:yBottom

60     int yBottom = refRect.h + SDLTest_RandomIntegerInRange(1, refRect.h);
73 y2 = yBottom;
198 int yBottom = refRect.h + SDLTest_RandomIntegerInRange(1, refRect.h);
225 y1 = yBottom;
227 y2 = yBottom;
230 _validateIntersectRectAndLineResults(intersected, SDL_FALSE, &rect, &refRect, x1, y1, x2, y2, 0, yBottom, 31, yBottom);