Lines Matching refs:dstrect
597 const SDL_Rect * srcrect, const SDL_FRect * dstrect) in GLES_QueueCopy() argument
610 minx = dstrect->x; in GLES_QueueCopy()
611 miny = dstrect->y; in GLES_QueueCopy()
612 maxx = dstrect->x + dstrect->w; in GLES_QueueCopy()
613 maxy = dstrect->y + dstrect->h; in GLES_QueueCopy()
647 const SDL_Rect * srcquad, const SDL_FRect * dstrect, in GLES_QueueCopyEx() argument
664 minx = dstrect->w - centerx; in GLES_QueueCopyEx()
669 maxx = dstrect->w - centerx; in GLES_QueueCopyEx()
673 miny = dstrect->h - centery; in GLES_QueueCopyEx()
678 maxy = dstrect->h - centery; in GLES_QueueCopyEx()
710 *(verts++) = (GLfloat) dstrect->x + centerx; in GLES_QueueCopyEx()
711 *(verts++) = (GLfloat) dstrect->y + centery; in GLES_QueueCopyEx()