Home | History | Annotate | Download | only in test

Lines Matching defs:xmin

128     int xmin = refRect.x;
132 int x1Ref = SDLTest_RandomIntegerInRange(xmin + 1, xmax - 1);
134 int x2Ref = SDLTest_RandomIntegerInRange(xmin + 1, xmax - 1);
153 x1 = xmin;
159 _validateIntersectRectAndLineResults(intersected, SDL_TRUE, &rect, &refRect, x1, y1, x2, y2, xmin, ymin, x2Ref, y2Ref);
161 x1 = xmin;
167 _validateIntersectRectAndLineResults(intersected, SDL_TRUE, &rect, &refRect, x1, y1, x2, y2, xmin, ymin, xmax, ymax);
169 x1 = xmin;
175 _validateIntersectRectAndLineResults(intersected, SDL_TRUE, &rect, &refRect, x1, y1, x2, y2, xmin, ymax, xmax, ymin);