/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | TestGfxPrimitives.c | 203 void TestPixel(SDL_Surface *screen) in TestPixel() 283 void TestHline(SDL_Surface *screen) in TestHline() 364 void TestVline(SDL_Surface *screen) in TestVline() 685 void TestBoxTwo(SDL_Surface *screen) in TestBoxTwo() 766 void TestBox(SDL_Surface *screen) in TestBox() 847 void TestLine(SDL_Surface *screen) in TestLine() 928 void TestAALine(SDL_Surface *screen) in TestAALine() 1148 void TestCircle(SDL_Surface *screen) in TestCircle() 1628 void TestArc(SDL_Surface *screen) in TestArc() 1708 void TestPie(SDL_Surface *screen) in TestPie() [all …]
|
A D | TestShrink.c | 37 void ClearScreen(SDL_Surface *screen) in ClearScreen() 54 void ShrinkPicture (SDL_Surface *screen, SDL_Surface *picture) in ShrinkPicture() 90 void Draw (SDL_Surface *screen, int start) in Draw() 257 SDL_Surface *screen; in main() local
|
A D | TestRotozoom.c | 69 void ClearScreen(SDL_Surface *screen) in ClearScreen() 88 void RotatePicture (SDL_Surface *screen, SDL_Surface *picture, int rotate, int flip, int smooth, in… in RotatePicture() 225 void ZoomPicture (SDL_Surface *screen, SDL_Surface *picture, int smooth) in ZoomPicture() 273 void RotatePicture90Degrees (SDL_Surface *screen, SDL_Surface *picture) in RotatePicture90Degrees() 328 void CustomTest(SDL_Surface *screen, SDL_Surface *picture, double a, double x, double y, int smooth… in CustomTest() 361 void AccuracyTest1(SDL_Surface *screen) in AccuracyTest1() 459 void AccuracyTest2(SDL_Surface *screen, SDL_Surface *picture) in AccuracyTest2() 519 void Draw (SDL_Surface *screen, int start, int end) in Draw() 975 SDL_Surface *screen; in main() local
|
A D | TestFramerate.c | 44 void ClearScreen(SDL_Surface *screen) in ClearScreen() 62 void Draw(SDL_Surface *screen) in Draw() 137 SDL_Surface *screen; in main() local
|
A D | TestGfxBlit.c | 47 void ClearScreen(SDL_Surface *screen) in ClearScreen() 70 void Draw(SDL_Surface *screen) in Draw() 201 SDL_Surface *screen; in main() local
|
A D | TestGfxTexture.c | 41 void ClearScreen(SDL_Surface *screen) in ClearScreen() 61 void Draw(SDL_Surface *screen) in Draw() 154 SDL_Surface *screen; in main() local
|
A D | TestFonts.c | 46 void ClearScreen(SDL_Surface *screen) in ClearScreen() 167 void Draw(SDL_Surface *screen) in Draw() 304 SDL_Surface *screen; in main() local
|
A D | LaplaceRelaxation.c | 57 void ClearScreen(SDL_Surface *screen) in ClearScreen() 127 void Draw (SDL_Surface *screen, char *bmpfile) in Draw() 334 SDL_Surface *screen; in main() local
|
A D | TestABGR.c | 48 SDL_Surface *screen; in main() local
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testgesture.c | 59 setpix(SDL_Surface *screen, float _x, float _y, unsigned int col) in setpix() 94 drawLine(SDL_Surface *screen, float x0, float y0, float x1, float y1, unsigned int col) in drawLine() 103 drawCircle(SDL_Surface *screen, float x, float y, float r, unsigned int c) in drawCircle() 120 drawKnob(SDL_Surface *screen, const Knob *k) in drawKnob() 130 SDL_Surface *screen = SDL_GetWindowSurface(window); in DrawScreen() local
|
A D | testjoystick.c | 36 static SDL_Renderer *screen = NULL; variable
|
A D | testgamecontroller.c | 65 SDL_Renderer *screen = NULL; variable
|
A D | controllermap.c | 363 SDL_Renderer *screen = NULL; in WatchJoystick() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/extras/ |
A D | webp_to_sdl.c | 38 SDL_Surface* screen = NULL; in WebpToSDL() local
|
/AliOS-Things-master/components/SDL2/src/video/haiku/ |
A D | SDL_bmodes.cc | 218 static void _AddDisplay(BScreen *screen) { in _AddDisplay() 239 BScreen screen; in HAIKU_InitModes() local
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11opengles.c | 61 X11_GLES_GetVisual(_THIS, Display * display, int screen) in X11_GLES_GetVisual()
|
A D | SDL_x11opengl.c | 338 const int screen = DefaultScreen(display); in X11_GL_InitExtensions() local 485 X11_GL_GetAttributes(_THIS, Display * display, int screen, int * attribs, int size, Bool for_FBConf… in X11_GL_GetAttributes() 598 X11_GL_GetVisual(_THIS, Display * display, int screen) in X11_GL_GetVisual() 676 int screen = in X11_GL_CreateContext() local
|
A D | SDL_x11modes.h | 28 int screen; member
|
A D | SDL_x11modes.c | 46 get_visualinfo(Display * display, int screen, XVisualInfo * vinfo) in get_visualinfo() 365 int screen, i, n; in X11_InitModes_XRandR() local 591 int snum, screen, screencount = 0; in X11_InitModes() local
|
A D | SDL_x11window.c | 340 SetWindowBordered(Display *display, int screen, Window window, SDL_bool border) in SetWindowBordered() 378 int screen = displaydata->screen; in X11_CreateWindow() local 1350 const int screen = displaydata->screen; in X11_BeginWindowFullscreenLegacy() local 1426 const int screen = displaydata->screen; in X11_EndWindowFullscreenLegacy() local
|
A D | SDL_x11messagebox.c | 85 int screen; member
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_modes.c | 177 IDirectFBScreen *screen; in DirectFB_InitModes() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/ |
A D | rpng-x.c | 440 int screen, pad; in rpng_x_create_window() local
|
A D | rpng2-x.c | 842 int screen, pad; in rpng2_x_create_window() local
|