Home | History | Annotate | Download | only in test

Lines Matching defs:yTop

59     int yTop = -SDLTest_RandomIntegerInRange(1, refRect.h);
71 y1 = yTop;
197 int yTop = -SDLTest_RandomIntegerInRange(1, refRect.h);
217 y1 = yTop;
219 y2 = yTop;
222 _validateIntersectRectAndLineResults(intersected, SDL_FALSE, &rect, &refRect, x1, y1, x2, y2, 0, yTop, 31, yTop);