($xr ~+~ n cdot
"xfactor"$, $yr ~+~ m cdot "yfactor"$)
($xr ~+~ (n+1) cdot "xfactor"$,
$yr ~+~ (m+1) cdot "yfactor"$)
are candidates for replacement.
Any pixel
whose center lies on the bottom or left edge of this rectangular region
is also modified.
Pixel zoom factors are not limited to positive values.
Negative zoom factors reflect the resulting image about the current raster
position.
GL_INVALID_OPERATION is generated if glPixelZoom is executed
between the execution of glBegin and the corresponding execution of glEnd.
glGet with argument GL_ZOOM_X
glGet with argument GL_ZOOM_Y
glCopyPixels(3G)
, glDrawPixels(3G)