/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | SDL_gfxBlitFunc.c | 356 … _SDL_gfxBlitRGBACall(SDL_Surface * src, SDL_Rect * srcrect, SDL_Surface * dst, SDL_Rect * dstrect) in _SDL_gfxBlitRGBACall() 411 int SDL_gfxBlitRGBA(SDL_Surface * src, SDL_Rect * srcrect, SDL_Surface * dst, SDL_Rect * dstrect) in SDL_gfxBlitRGBA()
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_blit.c | 35 SDL_Surface * dst, SDL_Rect * dstrect) in SDL_SoftBlit()
|
A D | SDL_surface.c | 611 SDL_Surface * dst, SDL_Rect * dstrect) in SDL_LowerBlit() 634 SDL_Surface * dst, SDL_Rect * dstrect) in SDL_UpperBlit() 733 SDL_Surface * dst, SDL_Rect * dstrect) in SDL_UpperBlitScaled() 887 SDL_Surface * dst, SDL_Rect * dstrect) in SDL_LowerBlitScaled()
|
A D | SDL_stretch.c | 204 SDL_Surface * dst, const SDL_Rect * dstrect) in SDL_SoftStretch()
|
A D | SDL_RLEaccel.c | 452 SDL_Surface * surf_dst, SDL_Rect * dstrect) in SDL_RLEBlit() 730 SDL_Surface * surf_dst, SDL_Rect * dstrect) in SDL_RLEAlphaBlit()
|
/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_render_sw.c | 271 const SDL_Rect * srcrect, const SDL_FRect * dstrect) in SW_QueueCopy() 300 SDL_Rect dstrect; member 308 const SDL_Rect * srcrect, const SDL_FRect * dstrect, in SW_QueueCopyEx() 709 SDL_Rect *dstrect = verts + 1; in SW_RunCommandQueue() local
|
/AliOS-Things-master/components/SDL2/src/render/ |
A D | SDL_render.c | 519 …SDL_Renderer *renderer, SDL_Texture * texture, const SDL_Rect * srcrect, const SDL_FRect * dstrect) in QueueCmdCopy() 534 const SDL_Rect * srcquad, const SDL_FRect * dstrect, in QueueCmdCopyEx() 2933 const SDL_Rect * srcrect, const SDL_Rect * dstrect) in SDL_RenderCopy() 2949 const SDL_Rect * srcrect, const SDL_FRect * dstrect) in SDL_RenderCopyF() 3008 const SDL_Rect * srcrect, const SDL_Rect * dstrect, in SDL_RenderCopyEx() 3035 const SDL_Rect * srcrect, const SDL_FRect * dstrect, in SDL_RenderCopyExF()
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_render.c | 635 const SDL_Rect * srcrect, const SDL_FRect * dstrect) in DirectFB_QueueCopy() 653 const SDL_Rect * srcrect, const SDL_FRect * dstrect, in DirectFB_QueueCopyEx()
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testime.c | 320 static Sint32 unifont_draw_glyph(Uint32 codepoint, int rendererID, SDL_Rect *dstrect) in unifont_draw_glyph()
|
/AliOS-Things-master/components/SDL2/src/render/psp/ |
A D | SDL_render_psp.c | 499 const SDL_Rect * srcrect, const SDL_FRect * dstrect) in PSP_QueueCopy() 586 const SDL_Rect * srcrect, const SDL_FRect * dstrect, in PSP_QueueCopyEx()
|
/AliOS-Things-master/components/SDL2/src/render/opengles/ |
A D | SDL_render_gles.c | 597 const SDL_Rect * srcrect, const SDL_FRect * dstrect) in GLES_QueueCopy() 647 const SDL_Rect * srcquad, const SDL_FRect * dstrect, in GLES_QueueCopyEx()
|
/AliOS-Things-master/components/SDL2/src/render/direct3d/ |
A D | SDL_render_d3d.c | 882 const SDL_Rect * srcrect, const SDL_FRect * dstrect) in D3D_QueueCopy() 943 const SDL_Rect * srcquad, const SDL_FRect * dstrect, in D3D_QueueCopyEx()
|
/AliOS-Things-master/components/SDL2/src/render/opengl/ |
A D | SDL_render_gl.c | 875 const SDL_Rect * srcrect, const SDL_FRect * dstrect) in GL_QueueCopy() 916 const SDL_Rect * srcrect, const SDL_FRect * dstrect, in GL_QueueCopyEx()
|
/AliOS-Things-master/components/SDL2/src/render/direct3d11/ |
A D | SDL_render_d3d11.c | 1666 const SDL_Rect * srcrect, const SDL_FRect * dstrect) in D3D11_QueueCopy() 1733 const SDL_Rect * srcrect, const SDL_FRect * dstrect, in D3D11_QueueCopyEx()
|
/AliOS-Things-master/components/SDL2/src/render/opengles2/ |
A D | SDL_render_gles2.c | 819 const SDL_Rect * srcrect, const SDL_FRect * dstrect) in GLES2_QueueCopy() 864 const SDL_Rect * srcquad, const SDL_FRect * dstrect, in GLES2_QueueCopyEx()
|