Home | History | Annotate | Download | only in video

Lines Matching refs:srcrect

783 			Uint8 *dstbuf, SDL_Rect *srcrect, unsigned alpha)
789 int linecount = srcrect->h; \
791 int left = srcrect->x; \
792 int right = left + srcrect->w; \
839 int SDL_RLEBlit(SDL_Surface *src, SDL_Rect *srcrect,
864 int vskip = srcrect->y;
901 if ( srcrect->x || srcrect->w != src->w ) {
902 RLEClipBlit(w, srcbuf, dst, dstbuf, srcrect, alpha);
908 int linecount = srcrect->h; \
1015 Uint8 *dstbuf, SDL_Rect *srcrect)
1025 int linecount = srcrect->h; \
1026 int left = srcrect->x; \
1027 int right = left + srcrect->w; \
1106 int SDL_RLEAlphaBlit(SDL_Surface *src, SDL_Rect *srcrect,
1129 int vskip = srcrect->y;
1184 if(srcrect->x || srcrect->w != src->w) {
1185 RLEAlphaClipBlit(w, srcbuf, dst, dstbuf, srcrect);
1195 int linecount = srcrect->h; \