Home | History | Annotate | Download | only in video

Lines Matching full:right

555  * add them. Then shift right and add the sum of the lowest bits.
780 * right. Top clipping has already been taken care of.
792 int right = left + srcrect->w; \
800 /* clip to left and right borders */ \
801 if(ofs < right) { \
812 if(len > right - startcol) \
813 len = right - startcol; \
900 /* if left or right edge clipping needed, call clip blit */
1013 /* blit a pixel-alpha RLE surface clipped at the right and/or left edges */
1027 int right = left + srcrect->w; \
1038 /* clip to left and right borders */ \
1045 if(crun > right - cofs) \
1046 crun = right - cofs; \
1067 /* clip to left and right borders */ \
1074 if(crun > right - cofs) \
1075 crun = right - cofs; \
1183 /* if left or right edge clipping needed, call clip blit */
1463 return -1; /* anything else unsupported right now */