/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/ |
D | SDL_mirframebuffer.c | 62 const SDL_Rect* rects, int numrects) in MIR_UpdateWindowFramebuffer() argument 83 for (i = 0; i < numrects; i++) { in MIR_UpdateWindowFramebuffer()
|
D | SDL_mirframebuffer.h | 39 const SDL_Rect* rects, int numrects);
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11framebuffer.c | 147 int numrects) in X11_UpdateWindowFramebuffer() argument 155 for (i = 0; i < numrects; ++i) { in X11_UpdateWindowFramebuffer() 187 for (i = 0; i < numrects; ++i) { in X11_UpdateWindowFramebuffer()
|
D | SDL_x11framebuffer.h | 28 const SDL_Rect * rects, int numrects);
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_rect_c.h | 23 extern SDL_bool SDL_GetSpanEnclosingRect(int width, int height, int numrects, const SDL_Rect * rect…
|
D | SDL_rect.c | 464 int numrects, const SDL_Rect * rects, SDL_Rect *span) in SDL_GetSpanEnclosingRect() argument 490 if (numrects < 1) { in SDL_GetSpanEnclosingRect() 499 for (i = 0; i < numrects; ++i) { in SDL_GetSpanEnclosingRect()
|
D | SDL_sysvideo.h | 229 … int (*UpdateWindowFramebuffer) (_THIS, SDL_Window * window, const SDL_Rect * rects, int numrects);
|
D | SDL_video.c | 354 …teWindowTexture(SDL_VideoDevice *unused, SDL_Window * window, const SDL_Rect * rects, int numrects) in SDL_UpdateWindowTexture() argument 366 if (SDL_GetSpanEnclosingRect(window->w, window->h, numrects, rects, &rect)) { in SDL_UpdateWindowTexture() 2192 int numrects) in SDL_UpdateWindowSurfaceRects() argument 2200 return _this->UpdateWindowFramebuffer(_this, window, rects, numrects); in SDL_UpdateWindowSurfaceRects()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/dummy/ |
D | SDL_nullframebuffer_c.h | 24 …DL_DUMMY_UpdateWindowFramebuffer(_THIS, SDL_Window * window, const SDL_Rect * rects, int numrects);
|
D | SDL_nullframebuffer.c | 59 …SDL_DUMMY_UpdateWindowFramebuffer(_THIS, SDL_Window * window, const SDL_Rect * rects, int numrects) in SDL_DUMMY_UpdateWindowFramebuffer() argument
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsframebuffer.h | 24 … int WIN_UpdateWindowFramebuffer(_THIS, SDL_Window * window, const SDL_Rect * rects, int numrects);
|
D | SDL_windowsframebuffer.c | 98 int WIN_UpdateWindowFramebuffer(_THIS, SDL_Window * window, const SDL_Rect * rects, int numrects) in WIN_UpdateWindowFramebuffer() argument
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/ |
D | SDL_emscriptenframebuffer.h | 27 …scripten_UpdateWindowFramebuffer(_THIS, SDL_Window * window, const SDL_Rect * rects, int numrects);
|
D | SDL_emscriptenframebuffer.c | 59 …mscripten_UpdateWindowFramebuffer(_THIS, SDL_Window * window, const SDL_Rect * rects, int numrects) in Emscripten_UpdateWindowFramebuffer() argument
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/ |
D | SDL_bframebuffer.h | 37 const SDL_Rect * rects, int numrects);
|
D | SDL_bframebuffer.cc | 100 const SDL_Rect * rects, int numrects) { in BE_UpdateWindowFramebuffer() argument
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_video.h | 814 int numrects);
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/ |
D | SDL_DirectFB_render.c | 92 SDL_Texture * texture, int numrects, 873 int numrects, const SDL_Rect * rects) 878 for (i = 0; i < numrects; ++i) {
|