Lines Matching defs:screen

130 void SetClip (SDL_Surface *screen, int x1, int y1, int x2, int y2)  in SetClip()
140 void SetClipNoBorder (SDL_Surface *screen, int x1, int y1, int x2, int y2) in SetClipNoBorder()
150 void ClearScreen(SDL_Surface *screen, char *title) in ClearScreen()
203 void TestPixel(SDL_Surface *screen) in TestPixel()
244 void BenchmarkPixel(SDL_Surface *screen) in BenchmarkPixel()
283 void TestHline(SDL_Surface *screen) in TestHline()
324 void BenchmarkHline(SDL_Surface *screen) in BenchmarkHline()
364 void TestVline(SDL_Surface *screen) in TestVline()
405 void BenchmarkVline(SDL_Surface *screen) in BenchmarkVline()
445 void TestRectangle(SDL_Surface *screen) in TestRectangle()
486 void BenchmarkRectangle(SDL_Surface *screen) in BenchmarkRectangle()
525 void TestRoundedRectangle(SDL_Surface *screen) in TestRoundedRectangle()
566 void BenchmarkRoundedRectangle(SDL_Surface *screen) in BenchmarkRoundedRectangle()
605 void TestRoundedBox(SDL_Surface *screen) in TestRoundedBox()
646 void BenchmarkRoundedBox(SDL_Surface *screen) in BenchmarkRoundedBox()
685 void TestBoxTwo(SDL_Surface *screen) in TestBoxTwo()
726 void BenchmarkBoxTwo(SDL_Surface *screen) in BenchmarkBoxTwo()
766 void TestBox(SDL_Surface *screen) in TestBox()
807 void BenchmarkBox(SDL_Surface *screen) in BenchmarkBox()
847 void TestLine(SDL_Surface *screen) in TestLine()
888 void BenchmarkLine(SDL_Surface *screen) in BenchmarkLine()
928 void TestAALine(SDL_Surface *screen) in TestAALine()
969 void BenchmarkAALine(SDL_Surface *screen) in BenchmarkAALine()
1009 void TestThickLine(SDL_Surface *screen) in TestThickLine()
1050 void BenchmarkThickLine(SDL_Surface *screen) in BenchmarkThickLine()
1090 void TestThickLineAccuracy(SDL_Surface *screen) in TestThickLineAccuracy()
1148 void TestCircle(SDL_Surface *screen) in TestCircle()
1189 void BenchmarkCircle(SDL_Surface *screen) in BenchmarkCircle()
1228 void TestAACircle(SDL_Surface *screen) in TestAACircle()
1269 void BenchmarkAACircle(SDL_Surface *screen) in BenchmarkAACircle()
1308 void TestFilledCircle(SDL_Surface *screen) in TestFilledCircle()
1349 void BenchmarkFilledCircle(SDL_Surface *screen) in BenchmarkFilledCircle()
1388 void TestEllipse(SDL_Surface *screen) in TestEllipse()
1429 void BenchmarkEllipse(SDL_Surface *screen) in BenchmarkEllipse()
1468 void TestAAEllipse(SDL_Surface *screen) in TestAAEllipse()
1509 void BenchmarkAAEllipse(SDL_Surface *screen) in BenchmarkAAEllipse()
1548 void TestFilledEllipse(SDL_Surface *screen) in TestFilledEllipse()
1589 void BenchmarkFilledEllipse(SDL_Surface *screen) in BenchmarkFilledEllipse()
1628 void TestArc(SDL_Surface *screen) in TestArc()
1669 void BenchmarkArc(SDL_Surface *screen) in BenchmarkArc()
1708 void TestPie(SDL_Surface *screen) in TestPie()
1749 void BenchmarkPie(SDL_Surface *screen) in BenchmarkPie()
1788 void TestFilledPie(SDL_Surface *screen) in TestFilledPie()
1829 void BenchmarkFilledPie(SDL_Surface *screen) in BenchmarkFilledPie()
1868 void TestTrigon(SDL_Surface *screen) in TestTrigon()
1909 void BenchmarkTrigon(SDL_Surface *screen) in BenchmarkTrigon()
1952 void TestTexturedTrigon(SDL_Surface *screen) in TestTexturedTrigon()
2005 void BenchmarkTexturedTrigon(SDL_Surface *screen) in BenchmarkTexturedTrigon()
2058 void TestSquarePolygon(SDL_Surface *screen) in TestSquarePolygon()
2103 void BenchmarkSquarePolygon(SDL_Surface *screen) in BenchmarkSquarePolygon()
2146 void TestPolygon(SDL_Surface *screen) in TestPolygon()
2191 void BenchmarkPolygon(SDL_Surface *screen) in BenchmarkPolygon()
2234 void TestAAPolygon(SDL_Surface *screen) in TestAAPolygon()
2279 void BenchmarkAAPolygon(SDL_Surface *screen) in BenchmarkAAPolygon()
2323 void TestFilledPolygon(SDL_Surface *screen) in TestFilledPolygon()
2368 void BenchmarkFilledPolygon(SDL_Surface *screen) in BenchmarkFilledPolygon()
2411 void TestFilledSquarePolygon(SDL_Surface *screen) in TestFilledSquarePolygon()
2456 void BenchmarkFilledSquarePolygon(SDL_Surface *screen) in BenchmarkFilledSquarePolygon()
2501 void TestTexturedPolygon(SDL_Surface *screen) in TestTexturedPolygon()
2549 void BenchmarkTexturedPolygon(SDL_Surface *screen) in BenchmarkTexturedPolygon()
2600 void TestTexturedSquarePolygon(SDL_Surface *screen) in TestTexturedSquarePolygon()
2661 void BenchmarkTexturedSquarePolygon(SDL_Surface *screen) in BenchmarkTexturedSquarePolygon()
2713 void TestBezier(SDL_Surface *screen) in TestBezier()
2758 void BenchmarkBezier(SDL_Surface *screen) in BenchmarkBezier()
2806 SDL_Surface *screen; in main() local