Home | History | Annotate | Download | only in main

Lines Matching refs:SkipPixels

109    GLint skippixels;
129 skippixels = packing->SkipPixels;
152 + (skippixels + column) / 8;
186 + (skippixels + column) * bytes_per_pixel;
403 GLubyte mask = 1U << (unpack->SkipPixels & 0x7);
425 GLubyte mask = 128U >> (unpack->SkipPixels & 0x7);
581 * and the unpack SkipPixels and SkipRows are adjusted so that the image
607 unpack->SkipPixels += (buffer->_Xmin - *destX);
652 * and size, and the pack skipPixels, skipRows and rowLength are adjusted
675 pack->SkipPixels += (0 - *srcX);