/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_drawpoint.c | 69 int maxx, maxy; in SDL_DrawPoints() local
|
A D | SDL_blendpoint.c | 282 int maxx, maxy; in SDL_BlendPoints() local
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testautomation_rect.c | 969 int minx = 0, maxx = 0, miny = 0, maxy = 0; in rect_testEnclosePoints() local 1040 int minx = 0, maxx = 0, miny = 0, maxy = 0; in rect_testEnclosePointsRepeatedInput() local 1117 int minx = 0, maxx = 0, miny = 0, maxy = 0; in rect_testEnclosePointsWithClipping() local 1238 int minx, maxx, miny, maxy; in rect_testUnionRectOutside() local
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_rect.c | 198 int maxy = 0; in SDL_EnclosePoints() local
|
/AliOS-Things-master/components/SDL2/src/render/opengl/ |
A D | SDL_render_gl.c | 878 GLfloat minx, miny, maxx, maxy; in GL_QueueCopy() local 920 GLfloat minx, miny, maxx, maxy; in GL_QueueCopyEx() local 1285 const GLfloat maxy = verts[3]; in GL_RunCommandQueue() local 1309 const GLfloat maxy = verts[3]; in GL_RunCommandQueue() local
|
/AliOS-Things-master/components/SDL2/src/render/opengles/ |
A D | SDL_render_gles.c | 581 const GLfloat maxy = rect->y + rect->h; in GLES_QueueFillRects() local 600 GLfloat minx, miny, maxx, maxy; in GLES_QueueCopy() local 651 GLfloat minx, miny, maxx, maxy; in GLES_QueueCopyEx() local
|
/AliOS-Things-master/components/freetype/src/raster/ |
A D | ftraster.c | 1095 Long maxy ) in Line_Up() 1234 Long maxy ) in Line_Down() 1279 Long maxy ) in Bezier_Up() 1412 Long maxy ) in Bezier_Down()
|
/AliOS-Things-master/components/SDL2/src/render/direct3d/ |
A D | SDL_render_d3d.c | 854 const float maxy = rect->y + rect->h; in D3D_QueueFillRects() local 885 float minx, miny, maxx, maxy; in D3D_QueueCopy() local 947 float minx, miny, maxx, maxy; in D3D_QueueCopyEx() local
|
/AliOS-Things-master/components/SDL2/src/render/opengles2/ |
A D | SDL_render_gles2.c | 803 const GLfloat maxy = rect->y + rect->h; in GLES2_QueueFillRects() local 821 GLfloat minx, miny, maxx, maxy; in GLES2_QueueCopy() local 873 GLfloat minx, miny, maxx, maxy; in GLES2_QueueCopyEx() local
|
/AliOS-Things-master/components/SDL2/src/ttf/ |
A D | SDL_ttf.c | 60 int maxy; member 1179 int* minx, int* maxx, int* miny, int* maxy, int* advance) in TTF_GlyphMetrics() 1236 int miny, maxy; in TTF_SizeUTF8() local
|
/AliOS-Things-master/components/SDL2/src/render/direct3d11/ |
A D | SDL_render_d3d11.c | 1741 float minx, miny, maxx, maxy; in D3D11_QueueCopyEx() local
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | SDL_gfxPrimitives.c | 5202 int miny, maxy; in filledPolygonColorMT() local 5580 int minx,maxx,miny, maxy; in texturedPolygonMT() local
|