Lines Matching refs:srcX
553 GLint *srcX, GLint *srcY,
576 if (*srcX < 0) {
577 pack->SkipPixels += (0 - *srcX);
578 *width -= (0 - *srcX);
579 *srcX = 0;
582 if (*srcX + *width > clip_width)
583 *width -= (*srcX + *width - clip_width);
616 GLint *srcX, GLint *srcY,
620 const GLint srcX0 = *srcX, srcY0 = *srcY;
623 srcX, srcY, width, height)) {
624 *destX = *destX + *srcX - srcX0;