/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_surface.h | 69 typedef struct SDL_Surface struct 92 } SDL_Surface; argument 97 typedef int (*SDL_blit) (struct SDL_Surface * src, SDL_Rect * srcrect, 98 struct SDL_Surface * dst, SDL_Rect * dstrect); 118 extern DECLSPEC SDL_Surface *SDLCALL SDL_CreateRGBSurface 121 extern DECLSPEC SDL_Surface *SDLCALL SDL_CreateRGBSurfaceWithFormat 123 extern DECLSPEC SDL_Surface *SDLCALL SDL_CreateRGBSurfaceFrom(void *pixels, 132 extern DECLSPEC SDL_Surface *SDLCALL SDL_CreateRGBSurfaceWithFormatFrom 134 extern DECLSPEC void SDLCALL SDL_FreeSurface(SDL_Surface * surface); 143 extern DECLSPEC int SDLCALL SDL_SetSurfacePalette(SDL_Surface * surface, [all …]
|
D | SDL_test_images.h | 58 SDL_Surface *SDLTest_ImageBlit(); 59 SDL_Surface *SDLTest_ImageBlitColor(); 60 SDL_Surface *SDLTest_ImageBlitAlpha(); 61 SDL_Surface *SDLTest_ImageBlitBlendAdd(); 62 SDL_Surface *SDLTest_ImageBlitBlend(); 63 SDL_Surface *SDLTest_ImageBlitBlendMod(); 64 SDL_Surface *SDLTest_ImageBlitBlendNone(); 65 SDL_Surface *SDLTest_ImageBlitBlendAll(); 66 SDL_Surface *SDLTest_ImageFace(); 67 SDL_Surface *SDLTest_ImagePrimitives(); [all …]
|
D | SDL_test_compare.h | 58 int SDLTest_CompareSurfaces(SDL_Surface *surface, SDL_Surface *referenceSurface, int allowable_erro…
|
/third_party/flutter/skia/third_party/externals/sdl/src/test/ |
D | SDL_test_imageBlitBlend.c | 581 SDL_Surface *SDLTest_ImageBlitBlendAdd() in SDLTest_ImageBlitBlendAdd() 583 SDL_Surface *surface = SDL_CreateRGBSurfaceFrom( in SDLTest_ImageBlitBlendAdd() 1111 SDL_Surface *SDLTest_ImageBlitBlend() in SDLTest_ImageBlitBlend() 1113 SDL_Surface *surface = SDL_CreateRGBSurfaceFrom( in SDLTest_ImageBlitBlend() 1541 SDL_Surface *SDLTest_ImageBlitBlendMod() in SDLTest_ImageBlitBlendMod() 1543 SDL_Surface *surface = SDL_CreateRGBSurfaceFrom( in SDLTest_ImageBlitBlendMod() 2354 SDL_Surface *SDLTest_ImageBlitBlendNone() in SDLTest_ImageBlitBlendNone() 2356 SDL_Surface *surface = SDL_CreateRGBSurfaceFrom( in SDLTest_ImageBlitBlendNone() 2822 SDL_Surface *SDLTest_ImageBlitBlendAll() in SDLTest_ImageBlitBlendAll() 2824 SDL_Surface *surface = SDL_CreateRGBSurfaceFrom( in SDLTest_ImageBlitBlendAll()
|
D | SDL_test_imageBlit.c | 541 SDL_Surface *SDLTest_ImageBlit() in SDLTest_ImageBlit() 543 SDL_Surface *surface = SDL_CreateRGBSurfaceFrom( in SDLTest_ImageBlit() 1024 SDL_Surface *SDLTest_ImageBlitColor() in SDLTest_ImageBlitColor() 1026 SDL_Surface *surface = SDL_CreateRGBSurfaceFrom( in SDLTest_ImageBlitColor() 1536 SDL_Surface *SDLTest_ImageBlitAlpha() in SDLTest_ImageBlitAlpha() 1538 SDL_Surface *surface = SDL_CreateRGBSurfaceFrom( in SDLTest_ImageBlitAlpha()
|
D | SDL_test_imagePrimitivesBlend.c | 673 SDL_Surface *SDLTest_ImagePrimitivesBlend() in SDLTest_ImagePrimitivesBlend() 675 SDL_Surface *surface = SDL_CreateRGBSurfaceFrom( in SDLTest_ImagePrimitivesBlend()
|
D | SDL_test_imagePrimitives.c | 491 SDL_Surface *SDLTest_ImagePrimitives() in SDLTest_ImagePrimitives() 493 SDL_Surface *surface = SDL_CreateRGBSurfaceFrom( in SDLTest_ImagePrimitives()
|
D | SDL_test_imageFace.c | 224 SDL_Surface *SDLTest_ImageFace() in SDLTest_ImageFace() 226 SDL_Surface *surface = SDL_CreateRGBSurfaceFrom( in SDLTest_ImageFace()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_RLEaccel_c.h | 25 extern int SDL_RLESurface(SDL_Surface * surface); 26 extern int SDL_RLEBlit(SDL_Surface * src, SDL_Rect * srcrect, 27 SDL_Surface * dst, SDL_Rect * dstrect); 28 extern int SDL_RLEAlphaBlit(SDL_Surface * src, SDL_Rect * srcrect, 29 SDL_Surface * dst, SDL_Rect * dstrect); 30 extern void SDL_UnRLESurface(SDL_Surface * surface, int recode);
|
D | SDL_surface.c | 35 SDL_Surface * 39 SDL_Surface *surface; in SDL_CreateRGBSurfaceWithFormat() 45 surface = (SDL_Surface *) SDL_calloc(1, sizeof(*surface)); in SDL_CreateRGBSurfaceWithFormat() 113 SDL_Surface * 133 SDL_Surface * 139 SDL_Surface *surface; in SDL_CreateRGBSurfaceFrom() 157 SDL_Surface * 162 SDL_Surface *surface; in SDL_CreateRGBSurfaceWithFormatFrom() 177 SDL_SetSurfacePalette(SDL_Surface * surface, SDL_Palette * palette) in SDL_SetSurfacePalette() 191 SDL_SetSurfaceRLE(SDL_Surface * surface, int flag) in SDL_SetSurfaceRLE() [all …]
|
D | SDL_pixels_c.h | 33 extern int SDL_MapSurface(SDL_Surface * src, SDL_Surface * dst); 37 extern int SDL_CalculatePitch(SDL_Surface * surface);
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/software/ |
D | SDL_render_sw.c | 100 SDL_Surface *surface; 101 SDL_Surface *window; 105 static SDL_Surface * 114 SDL_Surface *surface = SDL_GetWindowSurface(renderer->window); in SW_ActivateRenderer() 126 SW_CreateRendererForSurface(SDL_Surface * surface) in SW_CreateRendererForSurface() 184 SDL_Surface *surface; in SW_CreateRenderer() 207 SDL_Surface *surface = SW_ActivateRenderer(renderer); in SW_GetOutputSize() 255 SDL_Surface *surface = (SDL_Surface *) texture->driverdata; in SW_SetTextureColorMod() 269 SDL_Surface *surface = (SDL_Surface *) texture->driverdata; in SW_SetTextureAlphaMod() 282 SDL_Surface *surface = (SDL_Surface *) texture->driverdata; in SW_SetTextureBlendMode() [all …]
|
D | SDL_blendfillrect.c | 30 SDL_BlendFillRect_RGB555(SDL_Surface * dst, const SDL_Rect * rect, in SDL_BlendFillRect_RGB555() 53 SDL_BlendFillRect_RGB565(SDL_Surface * dst, const SDL_Rect * rect, in SDL_BlendFillRect_RGB565() 76 SDL_BlendFillRect_RGB888(SDL_Surface * dst, const SDL_Rect * rect, in SDL_BlendFillRect_RGB888() 99 SDL_BlendFillRect_ARGB8888(SDL_Surface * dst, const SDL_Rect * rect, in SDL_BlendFillRect_ARGB8888() 122 SDL_BlendFillRect_RGB(SDL_Surface * dst, const SDL_Rect * rect, in SDL_BlendFillRect_RGB() 167 SDL_BlendFillRect_RGBA(SDL_Surface * dst, const SDL_Rect * rect, in SDL_BlendFillRect_RGBA() 196 SDL_BlendFillRect(SDL_Surface * dst, const SDL_Rect * rect, in SDL_BlendFillRect() 263 SDL_BlendFillRects(SDL_Surface * dst, const SDL_Rect * rects, int count, in SDL_BlendFillRects() 268 int (*func)(SDL_Surface * dst, const SDL_Rect * rect, in SDL_BlendFillRects()
|
D | SDL_blendpoint.c | 30 SDL_BlendPoint_RGB555(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint_RGB555() 53 SDL_BlendPoint_RGB565(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint_RGB565() 76 SDL_BlendPoint_RGB888(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint_RGB888() 99 SDL_BlendPoint_ARGB8888(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, in SDL_BlendPoint_ARGB8888() 122 SDL_BlendPoint_RGB(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint_RGB() 167 SDL_BlendPoint_RGBA(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint_RGBA() 196 SDL_BlendPoint(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint() 259 SDL_BlendPoints(SDL_Surface * dst, const SDL_Point * points, int count, in SDL_BlendPoints() 266 int (*func)(SDL_Surface * dst, int x, int y, in SDL_BlendPoints()
|
D | SDL_rotate.c | 88 _colorkey(SDL_Surface *src) in _colorkey() 157 computeSourceIncrements90(SDL_Surface * src, int bpp, int angle, int flipx, int flipy, in computeSourceIncrements90() 200 transformSurfaceRGBA90(SDL_Surface * src, SDL_Surface * dst, int angle, int flipx, int flipy) in transformSurfaceRGBA90() 206 transformSurfaceY90(SDL_Surface * src, SDL_Surface * dst, int angle, int flipx, int flipy) in transformSurfaceY90() 233 _transformSurfaceRGBA(SDL_Surface * src, SDL_Surface * dst, int cx, int cy, int isin, int icos, int… in _transformSurfaceRGBA() 347 transformSurfaceY(SDL_Surface * src, SDL_Surface * dst, int cx, int cy, int isin, int icos, int fli… in transformSurfaceY() 413 SDL_Surface * 414 SDLgfx_rotateSurface(SDL_Surface * src, double angle, int centerx, int centery, int smooth, int fli… in SDLgfx_rotateSurface() 416 SDL_Surface *rz_src; in SDLgfx_rotateSurface() 417 SDL_Surface *rz_dst; in SDLgfx_rotateSurface()
|
D | SDL_drawline.c | 31 SDL_DrawLine1(SDL_Surface * dst, int x1, int y1, int x2, int y2, Uint32 color, in SDL_DrawLine1() 59 SDL_DrawLine2(SDL_Surface * dst, int x1, int y1, int x2, int y2, Uint32 color, in SDL_DrawLine2() 89 SDL_DrawLine4(SDL_Surface * dst, int x1, int y1, int x2, int y2, Uint32 color, in SDL_DrawLine4() 120 typedef void (*DrawLineFunc) (SDL_Surface * dst, 142 SDL_DrawLine(SDL_Surface * dst, int x1, int y1, int x2, int y2, Uint32 color) in SDL_DrawLine() 166 SDL_DrawLines(SDL_Surface * dst, const SDL_Point * points, int count, in SDL_DrawLines()
|
D | SDL_drawpoint.h | 24 extern int SDL_DrawPoint(SDL_Surface * dst, int x, int y, Uint32 color); 25 extern int SDL_DrawPoints(SDL_Surface * dst, const SDL_Point * points, int count, Uint32 color);
|
D | SDL_drawline.h | 24 extern int SDL_DrawLine(SDL_Surface * dst, int x1, int y1, int x2, int y2, Uint32 color); 25 extern int SDL_DrawLines(SDL_Surface * dst, const SDL_Point * points, int count, Uint32 color);
|
D | SDL_rotate.h | 26 extern SDL_Surface *SDLgfx_rotateSurface(SDL_Surface * src, double angle, int centerx, int centery,…
|
D | SDL_blendfillrect.h | 24 extern int SDL_BlendFillRect(SDL_Surface * dst, const SDL_Rect * rect, SDL_BlendMode blendMode, Uin… 25 extern int SDL_BlendFillRects(SDL_Surface * dst, const SDL_Rect * rects, int count, SDL_BlendMode b…
|
D | SDL_blendpoint.h | 24 extern int SDL_BlendPoint(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, Uint8 … 25 extern int SDL_BlendPoints(SDL_Surface * dst, const SDL_Point * points, int count, SDL_BlendMode bl…
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/dummy/ |
D | SDL_nullframebuffer.c | 33 SDL_Surface *surface; in SDL_DUMMY_CreateWindowFramebuffer() 40 surface = (SDL_Surface *) SDL_GetWindowData(window, DUMMY_SURFACE); in SDL_DUMMY_CreateWindowFramebuffer() 62 SDL_Surface *surface; in SDL_DUMMY_UpdateWindowFramebuffer() 64 surface = (SDL_Surface *) SDL_GetWindowData(window, DUMMY_SURFACE); in SDL_DUMMY_UpdateWindowFramebuffer() 81 SDL_Surface *surface; in SDL_DUMMY_DestroyWindowFramebuffer() 83 surface = (SDL_Surface *) SDL_SetWindowData(window, DUMMY_SURFACE, NULL); in SDL_DUMMY_DestroyWindowFramebuffer()
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testautomation_surface.c | 27 static SDL_Surface *referenceSurface = NULL; 28 static SDL_Surface *testSurface = NULL; 102 SDL_Surface *face; in _testBlitBlendMode() 224 SDL_Surface *face; in surface_testSaveLoadBitmap() 225 SDL_Surface *rface; in surface_testSaveLoadBitmap() 268 SDL_Surface *rface = NULL, *face = NULL; in surface_testSurfaceConversion() 337 SDL_Surface *face = NULL, *cvt1, *cvt2, *final; in surface_testCompleteSurfaceConversion() 399 SDL_Surface *face = SDL_LoadBMP("nonexistant.bmp"); in surface_testLoadFailure() 412 SDL_Surface *compareSurface; in surface_testBlit() 435 SDL_Surface *compareSurface; in surface_testBlitColorMod() [all …]
|
D | testgesture.c | 42 SDL_Surface *screen; 57 void setpix(SDL_Surface *screen, float _x, float _y, unsigned int col) in setpix() 87 void drawLine(SDL_Surface *screen,float x0,float y0,float x1,float y1,unsigned int col) { in drawLine() 93 void drawCircle(SDL_Surface* screen,float x,float y,float r,unsigned int c) in drawCircle() 111 void drawKnob(SDL_Surface* screen,Knob k) { in drawKnob() 117 void DrawScreen(SDL_Surface* screen, SDL_Window* window) in DrawScreen()
|
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/ |
D | SDL_dynapi_procs.h | 287 SDL_DYNAPI_PROC(SDL_Cursor*,SDL_CreateColorCursor,(SDL_Surface *a, int b, int c),(a,b,c),return) 337 SDL_DYNAPI_PROC(SDL_Renderer*,SDL_CreateSoftwareRenderer,(SDL_Surface *a),(a),return) 342 SDL_DYNAPI_PROC(SDL_Texture*,SDL_CreateTextureFromSurface,(SDL_Renderer *a, SDL_Surface *b),(a,b),r… 407 SDL_DYNAPI_PROC(int,SDL_SetWindowShape,(SDL_Window *a, SDL_Surface *b, SDL_WindowShapeMode *c),(a,b… 477 SDL_DYNAPI_PROC(SDL_Surface*,SDL_CreateRGBSurface,(Uint32 a, int b, int c, int d, Uint32 e, Uint32 … 478 SDL_DYNAPI_PROC(SDL_Surface*,SDL_CreateRGBSurfaceFrom,(void *a, int b, int c, int d, int e, Uint32 … 479 SDL_DYNAPI_PROC(void,SDL_FreeSurface,(SDL_Surface *a),(a),) 480 SDL_DYNAPI_PROC(int,SDL_SetSurfacePalette,(SDL_Surface *a, SDL_Palette *b),(a,b),return) 481 SDL_DYNAPI_PROC(int,SDL_LockSurface,(SDL_Surface *a),(a),return) 482 SDL_DYNAPI_PROC(void,SDL_UnlockSurface,(SDL_Surface *a),(a),) [all …]
|