Home
last modified time | relevance | path

Searched refs:numrects (Results 1 – 18 of 18) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/
DSDL_mirframebuffer.c62 const SDL_Rect* rects, int numrects) in MIR_UpdateWindowFramebuffer() argument
83 for (i = 0; i < numrects; i++) { in MIR_UpdateWindowFramebuffer()
DSDL_mirframebuffer.h39 const SDL_Rect* rects, int numrects);
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11framebuffer.c147 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()
DSDL_x11framebuffer.h28 const SDL_Rect * rects, int numrects);
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_rect_c.h23 extern SDL_bool SDL_GetSpanEnclosingRect(int width, int height, int numrects, const SDL_Rect * rect…
DSDL_rect.c464 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()
DSDL_sysvideo.h229 … int (*UpdateWindowFramebuffer) (_THIS, SDL_Window * window, const SDL_Rect * rects, int numrects);
DSDL_video.c354 …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/
DSDL_nullframebuffer_c.h24 …DL_DUMMY_UpdateWindowFramebuffer(_THIS, SDL_Window * window, const SDL_Rect * rects, int numrects);
DSDL_nullframebuffer.c59 …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/
DSDL_windowsframebuffer.h24 … int WIN_UpdateWindowFramebuffer(_THIS, SDL_Window * window, const SDL_Rect * rects, int numrects);
DSDL_windowsframebuffer.c98 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/
DSDL_emscriptenframebuffer.h27 …scripten_UpdateWindowFramebuffer(_THIS, SDL_Window * window, const SDL_Rect * rects, int numrects);
DSDL_emscriptenframebuffer.c59 …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/
DSDL_bframebuffer.h37 const SDL_Rect * rects, int numrects);
DSDL_bframebuffer.cc100 const SDL_Rect * rects, int numrects) { in BE_UpdateWindowFramebuffer() argument
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_video.h814 int numrects);
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_render.c92 SDL_Texture * texture, int numrects,
873 int numrects, const SDL_Rect * rects)
878 for (i = 0; i < numrects; ++i) {