Searched defs:dstrect (Results 1 – 14 of 14) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_surface.c | 536 SDL_Surface * dst, SDL_Rect * dstrect) in SDL_LowerBlit() 559 SDL_Surface * dst, SDL_Rect * dstrect) in SDL_UpperBlit() 658 SDL_Surface * dst, SDL_Rect * dstrect) in SDL_UpperBlitScaled() 812 SDL_Surface * dst, SDL_Rect * dstrect) in SDL_LowerBlitScaled()
|
D | SDL_blit.c | 35 SDL_Surface * dst, SDL_Rect * dstrect) in SDL_SoftBlit()
|
D | SDL_stretch.c | 204 SDL_Surface * dst, const SDL_Rect * dstrect) in SDL_SoftStretch()
|
D | SDL_RLEaccel.c | 453 SDL_Surface * surf_dst, SDL_Rect * dstrect) in SDL_RLEBlit() 731 SDL_Surface * surf_dst, SDL_Rect * dstrect) in SDL_RLEAlphaBlit()
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/software/ |
D | SDL_render_sw.c | 551 const SDL_Rect * srcrect, const SDL_FRect * dstrect) in SW_RenderCopy() 596 const SDL_Rect * srcrect, const SDL_FRect * dstrect, in SW_RenderCopyEx()
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengles/ |
D | SDL_render_gles.c | 929 const SDL_Rect * srcrect, const SDL_FRect * dstrect) in GLES_RenderCopy() 997 const SDL_Rect * srcrect, const SDL_FRect * dstrect, in GLES_RenderCopyEx()
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/psp/ |
D | SDL_render_psp.c | 767 const SDL_Rect * srcrect, const SDL_FRect * dstrect) in PSP_RenderCopy() 870 const SDL_Rect * srcrect, const SDL_FRect * dstrect, in PSP_RenderCopyEx()
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testime.c | 318 static Sint32 unifont_draw_glyph(Uint32 codepoint, int rendererID, SDL_Rect *dstrect) in unifont_draw_glyph()
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengl/ |
D | SDL_render_gl.c | 1305 const SDL_Rect * srcrect, const SDL_FRect * dstrect) in GL_RenderCopy() 1350 const SDL_Rect * srcrect, const SDL_FRect * dstrect, in GL_RenderCopyEx()
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/ |
D | SDL_render.c | 1714 const SDL_Rect * srcrect, const SDL_Rect * dstrect) in SDL_RenderCopy() 1767 const SDL_Rect * srcrect, const SDL_Rect * dstrect, in SDL_RenderCopyEx()
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/direct3d/ |
D | SDL_render_d3d.c | 1592 const SDL_Rect * srcrect, const SDL_FRect * dstrect) in D3D_RenderCopy() 1699 const SDL_Rect * srcrect, const SDL_FRect * dstrect, in D3D_RenderCopyEx()
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/direct3d11/ |
D | SDL_render_d3d11.c | 2641 const SDL_Rect * srcrect, const SDL_FRect * dstrect) in D3D11_RenderCopy() 2732 const SDL_Rect * srcrect, const SDL_FRect * dstrect, in D3D11_RenderCopyEx()
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengles2/ |
D | SDL_render_gles2.c | 1716 const SDL_FRect *dstrect) in GLES2_RenderCopy() 1756 …const SDL_FRect *dstrect, const double angle, const SDL_FPoint *center, const SDL_RendererFlip fli… in GLES2_RenderCopyEx()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/ |
D | SDL_DirectFB_render.c | 1043 const SDL_Rect * srcrect, const SDL_FRect * dstrect) in DirectFB_RenderCopy()
|