Home | History | Annotate | Download | only in main

Lines Matching full:skiprows

108    GLint skiprows;
131 skiprows = packing->SkipRows;
151 + (skiprows + row) * bytes_per_row
185 + (skiprows + row) * bytes_per_row
581 * and the unpack SkipPixels and SkipRows are adjusted so that the image
621 unpack->SkipRows += (buffer->_Ymin - *destY);
632 unpack->SkipRows += (*destY - buffer->_Ymax);
652 * and size, and the pack skipPixels, skipRows and rowLength are adjusted
688 pack->SkipRows += (0 - *srcY);