Home | History | Annotate | Download | only in main

Lines Matching refs:srcX

663                       GLint *srcX, GLint *srcY,
674 if (*srcX < 0) {
675 pack->SkipPixels += (0 - *srcX);
676 *width -= (0 - *srcX);
677 *srcX = 0;
680 if (*srcX + *width > (GLsizei) buffer->Width)
681 *width -= (*srcX + *width - buffer->Width);
714 GLint *srcX, GLint *srcY,
718 const GLint srcX0 = *srcX, srcY0 = *srcY;
721 srcX, srcY, width, height)) {
722 *destX = *destX + *srcX - srcX0;