Searched refs:ComputeOutCode (Results 1 – 1 of 1) sorted by relevance
| /third_party/flutter/skia/third_party/externals/sdl/src/video/ |
| D | SDL_rect.c | 300 ComputeOutCode(const SDL_Rect * rect, int x, int y) in ComputeOutCode() function 412 outcode1 = ComputeOutCode(rect, x1, y1); in SDL_IntersectRectAndLine() 413 outcode2 = ComputeOutCode(rect, x2, y2); in SDL_IntersectRectAndLine() 435 outcode1 = ComputeOutCode(rect, x, y); in SDL_IntersectRectAndLine() 452 outcode2 = ComputeOutCode(rect, x, y); in SDL_IntersectRectAndLine()
|