Home | History | Annotate | Download | only in main

Lines Matching refs:SkipPixels

126    GLint skippixels;
146 skippixels = packing->SkipPixels;
169 + (skippixels + column) / 8;
203 + (skippixels + column) * bytes_per_pixel;
418 GLubyte mask = 1U << (unpack->SkipPixels & 0x7);
440 GLubyte mask = 128U >> (unpack->SkipPixels & 0x7);
595 * and the unpack SkipPixels and SkipRows are adjusted so that the image
621 unpack->SkipPixels += (buffer->_Xmin - *destX);
666 * and size, and the pack skipPixels, skipRows and rowLength are adjusted
701 pack->SkipPixels += (0 - *srcX);