Lines Matching refs:miny
878 GLfloat minx, miny, maxx, maxy; in GL_QueueCopy() local
889 miny = dstrect->y; in GL_QueueCopy()
904 *(verts++) = miny; in GL_QueueCopy()
920 GLfloat minx, miny, maxx, maxy; in GL_QueueCopyEx() local
942 miny = dstrect->h - centery; in GL_QueueCopyEx()
946 miny = -centery; in GL_QueueCopyEx()
961 *(verts++) = miny; in GL_QueueCopyEx()
1283 const GLfloat miny = verts[1]; in GL_RunCommandQueue() local
1293 data->glVertex2f(minx, miny); in GL_RunCommandQueue()
1295 data->glVertex2f(maxx, miny); in GL_RunCommandQueue()
1307 const GLfloat miny = verts[1]; in GL_RunCommandQueue() local
1325 data->glVertex2f(minx, miny); in GL_RunCommandQueue()
1327 data->glVertex2f(maxx, miny); in GL_RunCommandQueue()