/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_rect.h | 48 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,
|
D | SDL_render.h | 714 const SDL_Point * points, 741 const SDL_Point * points, 830 const SDL_Point *center,
|
D | SDL_video.h | 987 const SDL_Point *area,
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testautomation_rect.c | 962 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 …]
|
D | testrendercopyex.c | 102 SDL_Point *center=NULL; in Draw() 103 SDL_Point origin = {0,0}; in Draw()
|
D | testhittesting.c | 18 hitTest(SDL_Window *window, const SDL_Point *pt, void *data) in hitTest()
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/software/ |
D | SDL_drawpoint.h | 25 extern int SDL_DrawPoints(SDL_Surface * dst, const SDL_Point * points, int count, Uint32 color);
|
D | SDL_drawline.h | 25 extern int SDL_DrawLines(SDL_Surface * dst, const SDL_Point * points, int count, Uint32 color);
|
D | SDL_blendpoint.h | 25 extern int SDL_BlendPoints(SDL_Surface * dst, const SDL_Point * points, int count, SDL_BlendMode bl…
|
D | SDL_blendline.h | 25 extern int SDL_BlendLines(SDL_Surface * dst, const SDL_Point * points, int count, SDL_BlendMode ble…
|
D | SDL_drawpoint.c | 65 SDL_DrawPoints(SDL_Surface * dst, const SDL_Point * points, int count, in SDL_DrawPoints()
|
D | SDL_render_sw.c | 406 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()
|
D | SDL_drawline.c | 166 SDL_DrawLines(SDL_Surface * dst, const SDL_Point * points, int count, in SDL_DrawLines()
|
D | SDL_blendpoint.c | 259 SDL_BlendPoints(SDL_Surface * dst, const SDL_Point * points, int count, in SDL_BlendPoints()
|
D | SDL_blendline.c | 733 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/ |
D | SDL_x11video.h | 130 SDL_Point global_mouse_position;
|
D | SDL_x11events.c | 426 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/ |
D | SDL_render.c | 1413 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/ |
D | SDL_windowsevents.c | 512 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/ |
D | SDL_rect.c | 192 SDL_EnclosePoints(const SDL_Point * points, int count, const SDL_Rect * clip, in SDL_EnclosePoints()
|
D | SDL_video.c | 1004 SDL_Point center; in SDL_GetWindowDisplayIndex() 1005 SDL_Point delta; in SDL_GetWindowDisplayIndex()
|
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/ |
D | SDL_dynapi_procs.h | 331 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/ |
D | SDL_waylandevents.c | 149 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/ |
D | SDL_cocoamouse.m | 201 const SDL_Point pt = { x, y };
|
D | SDL_cocoawindow.m | 802 const SDL_Point point = { (int) location.x, _data->window->h - (((int) location.y)-1) };
|