Lines Matching refs:srcrect
784 Uint8 *dstbuf, SDL_Rect *srcrect, unsigned alpha)
790 int linecount = srcrect->h; \
792 int left = srcrect->x; \
793 int right = left + srcrect->w; \
840 int SDL_RLEBlit(SDL_Surface *src, SDL_Rect *srcrect,
865 int vskip = srcrect->y;
902 if ( srcrect->x || srcrect->w != src->w ) {
903 RLEClipBlit(w, srcbuf, dst, dstbuf, srcrect, alpha);
909 int linecount = srcrect->h; \
1016 Uint8 *dstbuf, SDL_Rect *srcrect)
1026 int linecount = srcrect->h; \
1027 int left = srcrect->x; \
1028 int right = left + srcrect->w; \
1107 int SDL_RLEAlphaBlit(SDL_Surface *src, SDL_Rect *srcrect,
1130 int vskip = srcrect->y;
1185 if(srcrect->x || srcrect->w != src->w) {
1186 RLEAlphaClipBlit(w, srcbuf, dst, dstbuf, srcrect);
1196 int linecount = srcrect->h; \