/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | SDL_gfxBlitFunc.c | 356 int _SDL_gfxBlitRGBACall(SDL_Surface * src, SDL_Rect * srcrect, SDL_Surface * dst, SDL_Rect * dstre… 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/render/software/ |
A D | SDL_render_sw.c | 271 const SDL_Rect * srcrect, const SDL_FRect * dstrect) in SW_QueueCopy() 299 SDL_Rect srcrect; member 308 const SDL_Rect * srcrect, const SDL_FRect * dstrect, in SW_QueueCopyEx() 339 const SDL_Rect * srcrect, const SDL_Rect * final_rect, in SW_RenderCopyEx() 708 const SDL_Rect *srcrect = verts; in SW_RunCommandQueue() local
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_blit.c | 34 SDL_SoftBlit(SDL_Surface * src, SDL_Rect * srcrect, in SDL_SoftBlit()
|
A D | SDL_surface.c | 610 SDL_LowerBlit(SDL_Surface * src, SDL_Rect * srcrect, in SDL_LowerBlit() 633 SDL_UpperBlit(SDL_Surface * src, const SDL_Rect * srcrect, in SDL_UpperBlit() 732 SDL_UpperBlitScaled(SDL_Surface * src, const SDL_Rect * srcrect, in SDL_UpperBlitScaled() 886 SDL_LowerBlitScaled(SDL_Surface * src, SDL_Rect * srcrect, in SDL_LowerBlitScaled()
|
A D | SDL_stretch.c | 203 SDL_SoftStretch(SDL_Surface * src, const SDL_Rect * srcrect, in SDL_SoftStretch()
|
A D | SDL_RLEaccel.c | 393 Uint8 * dstbuf, SDL_Rect * srcrect, unsigned alpha) in RLEClipBlit() 451 SDL_RLEBlit(SDL_Surface * surf_src, SDL_Rect * srcrect, in SDL_RLEBlit() 638 Uint8 * dstbuf, SDL_Rect * srcrect) in RLEAlphaClipBlit() 729 SDL_RLEAlphaBlit(SDL_Surface * surf_src, SDL_Rect * srcrect, in SDL_RLEAlphaBlit()
|
/AliOS-Things-master/components/SDL2/src/render/ |
A D | SDL_yuv_sw.c | 336 SDL_SW_CopyYUVToRGB(SDL_SW_YUVTexture * swdata, const SDL_Rect * srcrect, in SDL_SW_CopyYUVToRGB()
|
A D | SDL_render.c | 519 QueueCmdCopy(SDL_Renderer *renderer, SDL_Texture * texture, const SDL_Rect * srcrect, const SDL_FRe… in QueueCmdCopy() 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 | 324 SDL_Rect srcrect; in unifont_draw_glyph() local
|
/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/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/opengles/ |
A D | SDL_render_gles.c | 597 const SDL_Rect * srcrect, const SDL_FRect * dstrect) in GLES_QueueCopy()
|
/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()
|
/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()
|