Lines Matching refs:sy1

36 static Sint16 sx1[NUM_RANDOM][6], sx2[NUM_RANDOM][6], sy1[NUM_RANDOM][6], sy2[NUM_RANDOM][6];  variable
81 sy1[i][0]=ry1[i]; in InitRandomPoints()
85 sy1[i][1]=ry1[i]; in InitRandomPoints()
89 sy1[i][2]=ry1[i]+10; in InitRandomPoints()
93 sy1[i][3]=ry1[i]+10; in InitRandomPoints()
97 sy1[i][4]=ry1[i]; in InitRandomPoints()
101 sy1[i][5]=ry1[i]+10; in InitRandomPoints()
2070 polygonRGBA(screen, &sx1[i][0], &sy1[i][0], 3, rr[i], rg[i], rb[i], 255); in TestSquarePolygon()
2071 polygonRGBA(screen, &sx1[i][3], &sy1[i][3], 3, rr[i], rg[i], rb[i], 255); in TestSquarePolygon()
2077 polygonRGBA(screen, &sx2[i][0], &sy1[i][0], 3, rr[i], rg[i], rb[i], ra[i]); in TestSquarePolygon()
2078 polygonRGBA(screen, &sx2[i][3], &sy1[i][3], 3, rr[i], rg[i], rb[i], ra[i]); in TestSquarePolygon()
2120 polygonRGBA(screen, &sx1[i][0], &sy1[i][0], 6, rr[i], rg[i], rb[i], 255); in BenchmarkSquarePolygon()
2135 polygonRGBA(screen, &sx2[i][0], &sy1[i][0], 6, rr[i], rg[i], rb[i], ra[i]); in BenchmarkSquarePolygon()
2423 filledPolygonRGBA(screen, &sx1[i][0], &sy1[i][0], 3, rr[i], rg[i], rb[i], 255); in TestFilledSquarePolygon()
2424 filledPolygonRGBA(screen, &sx1[i][3], &sy1[i][3], 3, rr[i], rg[i], rb[i], 255); in TestFilledSquarePolygon()
2430 filledPolygonRGBA(screen, &sx2[i][0], &sy1[i][0], 3, rr[i], rg[i], rb[i], ra[i]); in TestFilledSquarePolygon()
2431 filledPolygonRGBA(screen, &sx2[i][3], &sy1[i][3], 3, rr[i], rg[i], rb[i], ra[i]); in TestFilledSquarePolygon()
2473 filledPolygonRGBA(screen, &sx1[i][0], &sy1[i][0], 3, rr[i], rg[i], rb[i], 255); in BenchmarkFilledSquarePolygon()
2474 filledPolygonRGBA(screen, &sx1[i][3], &sy1[i][3], 3, rr[i], rg[i], rb[i], 255); in BenchmarkFilledSquarePolygon()
2489 filledPolygonRGBA(screen, &sx2[i][0], &sy1[i][0], 3, rr[i], rg[i], rb[i], ra[i]); in BenchmarkFilledSquarePolygon()
2490 filledPolygonRGBA(screen, &sx2[i][3], &sy1[i][3], 3, rr[i], rg[i], rb[i], ra[i]); in BenchmarkFilledSquarePolygon()
2617 texturedPolygon(screen, &sx1[i][0], &sy1[i][0], 3, texture, rr1[i], rr2[i]); in TestTexturedSquarePolygon()
2618 texturedPolygon(screen, &sx1[i][3], &sy1[i][3], 3, texture, rr1[i], rr2[i]); in TestTexturedSquarePolygon()
2625 texturedPolygon(screen, &sx2[i][0], &sy1[i][0], 3, texture, rr1[i], rr2[i]); in TestTexturedSquarePolygon()
2626 texturedPolygon(screen, &sx2[i][3], &sy1[i][3], 3, texture, rr1[i], rr2[i]); in TestTexturedSquarePolygon()
2683 texturedPolygon(screen, &sx1[i][0], &sy1[i][0], 3, texture, rr1[i], rr2[i]); in BenchmarkTexturedSquarePolygon()
2684 texturedPolygon(screen, &sx1[i][3], &sy1[i][3], 3, texture, rr1[i], rr2[i]); in BenchmarkTexturedSquarePolygon()
2699 texturedPolygon(screen, &sx2[i][0], &sy1[i][0], 3, texture, 0, 0); in BenchmarkTexturedSquarePolygon()
2700 texturedPolygon(screen, &sx2[i][3], &sy1[i][3], 3, texture, 0, 0); in BenchmarkTexturedSquarePolygon()