Home
last modified time | relevance | path

Searched refs:SDL_Point (Results 1 – 25 of 25) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_rect.h48 typedef struct SDL_Point struct
52 } SDL_Point; argument
73 SDL_FORCE_INLINE SDL_bool SDL_PointInRect(const SDL_Point *p, const SDL_Rect *r) in SDL_PointInRect()
125 extern DECLSPEC SDL_bool SDLCALL SDL_EnclosePoints(const SDL_Point * points,
DSDL_render.h714 const SDL_Point * points,
741 const SDL_Point * points,
830 const SDL_Point *center,
DSDL_video.h987 const SDL_Point *area,
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_rect.c962 SDL_Point refPoints[16]; in rect_testEnclosePoints()
963 SDL_Point points[16]; in rect_testEnclosePoints()
994 …anyEnclosedNoResult = SDL_EnclosePoints((const SDL_Point *)points, numPoints, (const SDL_Rect *)NU… in rect_testEnclosePoints()
1006 …anyEnclosed = SDL_EnclosePoints((const SDL_Point *)points, numPoints, (const SDL_Rect *)NULL, &res… in rect_testEnclosePoints()
1033 SDL_Point refPoints[8]; in rect_testEnclosePointsRepeatedInput()
1034 SDL_Point points[8]; in rect_testEnclosePointsRepeatedInput()
1070 …anyEnclosedNoResult = SDL_EnclosePoints((const SDL_Point *)points, numPoints, (const SDL_Rect *)NU… in rect_testEnclosePointsRepeatedInput()
1082 …anyEnclosed = SDL_EnclosePoints((const SDL_Point *)points, numPoints, (const SDL_Rect *)NULL, &res… in rect_testEnclosePointsRepeatedInput()
1108 SDL_Point refPoints[16]; in rect_testEnclosePointsWithClipping()
1109 SDL_Point points[16]; in rect_testEnclosePointsWithClipping()
[all …]
Dtestrendercopyex.c102 SDL_Point *center=NULL; in Draw()
103 SDL_Point origin = {0,0}; in Draw()
Dtesthittesting.c18 hitTest(SDL_Window *window, const SDL_Point *pt, void *data) in hitTest()
/third_party/flutter/skia/third_party/externals/sdl/src/render/software/
DSDL_drawpoint.h25 extern int SDL_DrawPoints(SDL_Surface * dst, const SDL_Point * points, int count, Uint32 color);
DSDL_drawline.h25 extern int SDL_DrawLines(SDL_Surface * dst, const SDL_Point * points, int count, Uint32 color);
DSDL_blendpoint.h25 extern int SDL_BlendPoints(SDL_Surface * dst, const SDL_Point * points, int count, SDL_BlendMode bl…
DSDL_blendline.h25 extern int SDL_BlendLines(SDL_Surface * dst, const SDL_Point * points, int count, SDL_BlendMode ble…
DSDL_drawpoint.c65 SDL_DrawPoints(SDL_Surface * dst, const SDL_Point * points, int count, in SDL_DrawPoints()
DSDL_render_sw.c406 SDL_Point *final_points; in SW_RenderDrawPoints()
413 final_points = SDL_stack_alloc(SDL_Point, count); in SW_RenderDrawPoints()
455 SDL_Point *final_points; in SW_RenderDrawLines()
462 final_points = SDL_stack_alloc(SDL_Point, count); in SW_RenderDrawLines()
DSDL_drawline.c166 SDL_DrawLines(SDL_Surface * dst, const SDL_Point * points, int count, in SDL_DrawLines()
DSDL_blendpoint.c259 SDL_BlendPoints(SDL_Surface * dst, const SDL_Point * points, int count, in SDL_BlendPoints()
DSDL_blendline.c733 SDL_BlendLines(SDL_Surface * dst, const SDL_Point * points, int count, in SDL_BlendLines()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11video.h130 SDL_Point global_mouse_position;
DSDL_x11events.c426 InitiateWindowMove(_THIS, const SDL_WindowData *data, const SDL_Point *point) in InitiateWindowMove()
452 InitiateWindowResize(_THIS, const SDL_WindowData *data, const SDL_Point *point, int direction) in InitiateWindowResize()
486 const SDL_Point point = { xev->xbutton.x, xev->xbutton.y }; in ProcessHitTest()
/third_party/flutter/skia/third_party/externals/sdl/src/render/
DSDL_render.c1413 SDL_Point point; in SDL_RenderDrawPoint()
1422 const SDL_Point * points, int count) in RenderDrawPointsWithRects()
1448 const SDL_Point * points, int count) in SDL_RenderDrawPoints()
1491 SDL_Point points[2]; in SDL_RenderDrawLine()
1502 const SDL_Point * points, int count) in RenderDrawLinesWithRects()
1558 const SDL_Point * points, int count) in SDL_RenderDrawLines()
1602 SDL_Point points[5]; in SDL_RenderDrawRect()
1768 const double angle, const SDL_Point *center, const SDL_RendererFlip flip) in SDL_RenderCopyEx()
1772 SDL_Point real_center; in SDL_RenderCopyEx()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsevents.c512 static SDL_Point initialMousePoint; in WIN_WindowProc()
958 const SDL_Point point = { (int) winpoint.x, (int) winpoint.y }; in WIN_WindowProc()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_rect.c192 SDL_EnclosePoints(const SDL_Point * points, int count, const SDL_Rect * clip, in SDL_EnclosePoints()
DSDL_video.c1004 SDL_Point center; in SDL_GetWindowDisplayIndex()
1005 SDL_Point delta; in SDL_GetWindowDisplayIndex()
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_procs.h331 SDL_DYNAPI_PROC(SDL_bool,SDL_EnclosePoints,(const SDL_Point *a, int b, const SDL_Rect *c, SDL_Rect …
371 SDL_DYNAPI_PROC(int,SDL_RenderDrawPoints,(SDL_Renderer *a, const SDL_Point *b, int c),(a,b,c),retur…
373 SDL_DYNAPI_PROC(int,SDL_RenderDrawLines,(SDL_Renderer *a, const SDL_Point *b, int c),(a,b,c),return)
379 …Texture *b, const SDL_Rect *c, const SDL_Rect *d, const double e, const SDL_Point *f, const SDL_Re…
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandevents.c149 const SDL_Point point = { wl_fixed_to_int(input->sx_w), wl_fixed_to_int(input->sy_w) }; in ProcessHitTest()
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoamouse.m201 const SDL_Point pt = { x, y };
DSDL_cocoawindow.m802 const SDL_Point point = { (int) location.x, _data->window->h - (((int) location.y)-1) };