Query: glpixelzoom
OS: redhat
Section: 3g
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GLPIXELZOOM(3G) GLPIXELZOOM(3G)NAMEglPixelZoom - specify the pixel zoom factorsC SPECIFICATIONvoid glPixelZoom( GLfloat xfactor, GLfloat yfactor )PARAMETERSxfactor, yfactor Specify the x and y zoom factors for pixel write operations.DESCRIPTIONglPixelZoom specifies values for the x and y zoom factors. During the execution of glDrawPixels or glCopyPixels, if (xr, yr) is the cur- rent raster position, and a given element is in the mth row and nth column of the pixel rectangle, then pixels whose centers are in the rectangle with corners at (xr+n.xfactor, yr+m.yfactor) (xr+(n+1).xfactor, yr+(m+1).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 posi- tion.ERRORSGL_INVALID_OPERATION is generated if glPixelZoom is executed between the execution of glBegin and the corresponding execution of glEnd.ASSOCIATED GETSglGet with argument GL_ZOOM_X glGet with argument GL_ZOOM_YSEE ALSOglCopyPixels(3G), glDrawPixels(3G) GLPIXELZOOM(3G)