Home | History | Annotate | Download | only in test

Lines Matching defs:ymax

131     int ymax = refRect.y + refRect.h - 1;
133 int y1Ref = SDLTest_RandomIntegerInRange(ymin + 1, ymax - 1);
135 int y2Ref = SDLTest_RandomIntegerInRange(ymin + 1, ymax - 1);
148 y2 = ymax;
151 _validateIntersectRectAndLineResults(intersected, SDL_TRUE, &rect, &refRect, x1, y1, x2, y2, x1Ref, y1Ref, xmax, ymax);
164 y2 = ymax;
167 _validateIntersectRectAndLineResults(intersected, SDL_TRUE, &rect, &refRect, x1, y1, x2, y2, xmin, ymin, xmax, ymax);
170 y1 = ymax;
175 _validateIntersectRectAndLineResults(intersected, SDL_TRUE, &rect, &refRect, x1, y1, x2, y2, xmin, ymax, xmax, ymin);