Lines Matching refs:srcrect
407 int SDL_LowerBlit (SDL_Surface *src, SDL_Rect *srcrect,
425 hw_srcrect = *srcrect;
428 srcrect = &hw_srcrect;
440 return(do_blit(src, srcrect, dst, dstrect));
444 int SDL_UpperBlit (SDL_Surface *src, SDL_Rect *srcrect,
467 if(srcrect) {
470 srcx = srcrect->x;
471 w = srcrect->w;
481 srcy = srcrect->y;
482 h = srcrect->h;