Lines Matching defs:unpackNew
2859 * \param unpackNew returns the new pixel unpack parameters
2865 struct gl_pixelstore_attrib *unpackNew)
2871 *unpackNew = *unpack;
2873 if (unpackNew->RowLength == 0)
2874 unpackNew->RowLength = *width;
2876 if (unpackNew->ImageHeight == 0)
2877 unpackNew->ImageHeight = *height;
2880 unpackNew->SkipPixels++; /* skip the border */
2885 unpackNew->SkipRows++; /* skip the border */
2892 unpackNew->SkipImages++; /* skip the border */