Home | History | Annotate | Download | only in main

Lines Matching refs:SkipPixels

165       if ((packing->SkipPixels & 7) == 0) {
172 /* handling SkipPixels is a bit tricky (no pun intended!) */
176 GLubyte dstMask = 1 << (packing->SkipPixels & 0x7);
203 GLubyte dstMask = 128 >> (packing->SkipPixels & 0x7);
279 GLubyte mask = 1 << (unpack->SkipPixels & 0x7);
293 GLubyte mask = 128 >> (unpack->SkipPixels & 0x7);
1270 if ((type == GL_BITMAP) && (unpack->SkipPixels & 0x7)) {
1274 GLubyte srcMask = 1 << (unpack->SkipPixels & 0x7);
1301 GLubyte srcMask = 128 >> (unpack->SkipPixels & 0x7);