Home
last modified time | relevance | path

Searched refs:SDL_Surface (Results 1 – 25 of 115) sorted by relevance

12345

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_surface.h69 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 …]
DSDL_test_images.h58 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 …]
DSDL_test_compare.h58 int SDLTest_CompareSurfaces(SDL_Surface *surface, SDL_Surface *referenceSurface, int allowable_erro…
/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_imageBlitBlend.c581 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()
DSDL_test_imageBlit.c541 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()
DSDL_test_imagePrimitivesBlend.c673 SDL_Surface *SDLTest_ImagePrimitivesBlend() in SDLTest_ImagePrimitivesBlend()
675 SDL_Surface *surface = SDL_CreateRGBSurfaceFrom( in SDLTest_ImagePrimitivesBlend()
DSDL_test_imagePrimitives.c491 SDL_Surface *SDLTest_ImagePrimitives() in SDLTest_ImagePrimitives()
493 SDL_Surface *surface = SDL_CreateRGBSurfaceFrom( in SDLTest_ImagePrimitives()
DSDL_test_imageFace.c224 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/
DSDL_RLEaccel_c.h25 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);
DSDL_surface.c35 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 …]
DSDL_pixels_c.h33 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/
DSDL_render_sw.c100 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 …]
DSDL_blendfillrect.c30 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()
DSDL_blendpoint.c30 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()
DSDL_rotate.c88 _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()
DSDL_drawline.c31 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()
DSDL_drawpoint.h24 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);
DSDL_drawline.h24 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);
DSDL_rotate.h26 extern SDL_Surface *SDLgfx_rotateSurface(SDL_Surface * src, double angle, int centerx, int centery,…
DSDL_blendfillrect.h24 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…
DSDL_blendpoint.h24 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/
DSDL_nullframebuffer.c33 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/
Dtestautomation_surface.c27 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 …]
Dtestgesture.c42 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/
DSDL_dynapi_procs.h287 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 …]

12345