Home
last modified time | relevance | path

Searched refs:SDL_RectEmpty (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_rect.c43 if (SDL_RectEmpty(A) || SDL_RectEmpty(B)) { in SDL_HasIntersection()
95 if (SDL_RectEmpty(A) || SDL_RectEmpty(B)) { in SDL_IntersectRect()
125 return !SDL_RectEmpty(result); in SDL_IntersectRect()
149 if (SDL_RectEmpty(A)) { in SDL_UnionRect()
150 if (SDL_RectEmpty(B)) { in SDL_UnionRect()
159 if (SDL_RectEmpty(B)) { in SDL_UnionRect()
219 if (SDL_RectEmpty(clip)) { in SDL_EnclosePoints()
356 if (SDL_RectEmpty(rect)) { in SDL_IntersectRectAndLine()
DSDL_blit.c64 if (okay && !SDL_RectEmpty(srcrect)) { in SDL_SoftBlit()
DSDL_fillrect.c261 if (SDL_RectEmpty(rect)) { in SDL_FillRect()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_rect.h82 SDL_FORCE_INLINE SDL_bool SDL_RectEmpty(const SDL_Rect *r) in SDL_RectEmpty() function
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_rect.c633 empty = (SDL_bool)SDL_RectEmpty(&result); in rect_testIntersectRectEmpty()
650 empty = (SDL_bool)SDL_RectEmpty(&result); in rect_testIntersectRectEmpty()
669 empty = (SDL_bool)SDL_RectEmpty(&result); in rect_testIntersectRectEmpty()
1475 result = (SDL_bool)SDL_RectEmpty((const SDL_Rect *)&rect); in rect_testRectEmpty()
1488 result = (SDL_bool)SDL_RectEmpty((const SDL_Rect *)&rect); in rect_testRectEmpty()
1508 result = (SDL_bool)SDL_RectEmpty((const SDL_Rect *)NULL); in rect_testRectEmptyParam()
/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_common.c1409 if (SDL_RectEmpty(&clip)) { in SDLTest_CommonEvent()
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_render.c1257 if (!SDL_RectEmpty(rect)) { in DirectFB_UpdateClipRect()