Home | History | Annotate | Download | only in test

Lines Matching defs:numPoints

961     const int numPoints = 16;
973 for (i=0; i<numPoints; i++) {
994 anyEnclosedNoResult = SDL_EnclosePoints((const SDL_Point *)points, numPoints, (const SDL_Rect *)NULL, (SDL_Rect *)NULL);
999 for (i=0; i<numPoints; i++) {
1006 anyEnclosed = SDL_EnclosePoints((const SDL_Point *)points, numPoints, (const SDL_Rect *)NULL, &result);
1011 for (i=0; i<numPoints; i++) {
1031 const int numPoints = 8;
1044 for (i=0; i<numPoints; i++) {
1070 anyEnclosedNoResult = SDL_EnclosePoints((const SDL_Point *)points, numPoints, (const SDL_Rect *)NULL, (SDL_Rect *)NULL);
1075 for (i=0; i<numPoints; i++) {
1082 anyEnclosed = SDL_EnclosePoints((const SDL_Point *)points, numPoints, (const SDL_Rect *)NULL, &result);
1087 for (i=0; i<numPoints; i++) {
1107 const int numPoints = 16;
1127 for (i=0; i<numPoints; i++) {
1153 anyEnclosedNoResult = SDL_EnclosePoints((const SDL_Point *)points, numPoints, (const SDL_Rect *)&clip, (SDL_Rect *)NULL);
1158 for (i=0; i<numPoints; i++) {
1167 anyEnclosed = SDL_EnclosePoints((const SDL_Point *)points, numPoints, (const SDL_Rect *)&clip, &result);
1172 for (i=0; i<numPoints; i++) {
1189 anyEnclosed = SDL_EnclosePoints((const SDL_Point *)points, numPoints, (const SDL_Rect *)&clip, &result);