Lines Matching refs:dstrect
875 const SDL_Rect * srcrect, const SDL_FRect * dstrect) in GL_QueueCopy() argument
888 minx = dstrect->x; in GL_QueueCopy()
889 miny = dstrect->y; in GL_QueueCopy()
890 maxx = dstrect->x + dstrect->w; in GL_QueueCopy()
891 maxy = dstrect->y + dstrect->h; in GL_QueueCopy()
916 const SDL_Rect * srcrect, const SDL_FRect * dstrect, in GL_QueueCopyEx() argument
933 minx = dstrect->w - centerx; in GL_QueueCopyEx()
938 maxx = dstrect->w - centerx; in GL_QueueCopyEx()
942 miny = dstrect->h - centery; in GL_QueueCopyEx()
947 maxy = dstrect->h - centery; in GL_QueueCopyEx()
968 *(verts++) = (GLfloat) dstrect->x + centerx; in GL_QueueCopyEx()
969 *(verts++) = (GLfloat) dstrect->y + centery; in GL_QueueCopyEx()