Lines Matching refs:maxy
803 const GLfloat maxy = rect->y + rect->h; in GLES2_QueueFillRects() local
809 *(verts++) = maxy; in GLES2_QueueFillRects()
811 *(verts++) = maxy; in GLES2_QueueFillRects()
821 GLfloat minx, miny, maxx, maxy; in GLES2_QueueCopy() local
834 maxy = dstrect->y + dstrect->h; in GLES2_QueueCopy()
846 *(verts++) = maxy; in GLES2_QueueCopy()
848 *(verts++) = maxy; in GLES2_QueueCopy()
873 GLfloat minx, miny, maxx, maxy; in GLES2_QueueCopyEx() local
891 maxy = dstrect->y; in GLES2_QueueCopyEx()
894 maxy = dstrect->y + dstrect->h; in GLES2_QueueCopyEx()
910 *(verts++) = maxy; in GLES2_QueueCopyEx()
912 *(verts++) = maxy; in GLES2_QueueCopyEx()