Home | History | Annotate | Download | only in video

Lines Matching defs:clip

466 	/* clip the source rectangle to the source surface */
498 /* clip the destination rectangle against the clip rectangle */
500 SDL_Rect *clip = &dst->clip_rect;
503 dx = clip->x - dstrect->x;
509 dx = dstrect->x + w - clip->x - clip->w;
513 dy = clip->y - dstrect->y;
519 dy = dstrect->y + h - clip->y - clip->h;