Lines Matching refs:maxx
878 GLfloat minx, miny, maxx, maxy; in GL_QueueCopy() local
890 maxx = dstrect->x + dstrect->w; in GL_QueueCopy()
905 *(verts++) = maxx; in GL_QueueCopy()
920 GLfloat minx, miny, maxx, maxy; in GL_QueueCopyEx() local
934 maxx = -centerx; in GL_QueueCopyEx()
938 maxx = dstrect->w - centerx; in GL_QueueCopyEx()
962 *(verts++) = maxx; in GL_QueueCopyEx()
1284 const GLfloat maxx = verts[2]; in GL_RunCommandQueue() local
1295 data->glVertex2f(maxx, miny); in GL_RunCommandQueue()
1299 data->glVertex2f(maxx, maxy); in GL_RunCommandQueue()
1308 const GLfloat maxx = verts[2]; in GL_RunCommandQueue() local
1327 data->glVertex2f(maxx, miny); in GL_RunCommandQueue()
1331 data->glVertex2f(maxx, maxy); in GL_RunCommandQueue()