Lines Matching refs:srcrect
519 QueueCmdCopy(SDL_Renderer *renderer, SDL_Texture * texture, const SDL_Rect * srcrect, const SDL_FRe… in QueueCmdCopy() argument
524 retval = renderer->QueueCopy(renderer, cmd, texture, srcrect, dstrect); in QueueCmdCopy()
2933 const SDL_Rect * srcrect, const SDL_Rect * dstrect) in SDL_RenderCopy() argument
2944 return SDL_RenderCopyF(renderer, texture, srcrect, pdstfrect); in SDL_RenderCopy()
2949 const SDL_Rect * srcrect, const SDL_FRect * dstrect) in SDL_RenderCopyF() argument
2972 if (srcrect) { in SDL_RenderCopyF()
2973 if (!SDL_IntersectRect(srcrect, &real_srcrect, &real_srcrect)) { in SDL_RenderCopyF()
3008 const SDL_Rect * srcrect, const SDL_Rect * dstrect, in SDL_RenderCopyEx() argument
3030 return SDL_RenderCopyExF(renderer, texture, srcrect, pdstfrect, angle, pfcenter, flip); in SDL_RenderCopyEx()
3035 const SDL_Rect * srcrect, const SDL_FRect * dstrect, in SDL_RenderCopyExF() argument
3044 return SDL_RenderCopyF(renderer, texture, srcrect, dstrect); in SDL_RenderCopyExF()
3066 if (srcrect) { in SDL_RenderCopyExF()
3067 if (!SDL_IntersectRect(srcrect, &real_srcrect, &real_srcrect)) { in SDL_RenderCopyExF()