centos man page for glpixelzoom

Query: glpixelzoom

OS: centos

Section: 3g

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

GLPIXELZOOM(3G) 						   OpenGL Manual						   GLPIXELZOOM(3G)

NAME
glPixelZoom - specify the pixel zoom factors
C SPECIFICATION
void glPixelZoom(GLfloat xfactor, GLfloat yfactor);
PARAMETERS
xfactor, yfactor Specify the x and y zoom factors for pixel write operations.
DESCRIPTION
glPixelZoom specifies values for the x and y zoom factors. During the execution of glDrawPixels() or glCopyPixels(), if (xr, yr) is the current 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 position.
ERRORS
GL_INVALID_OPERATION is generated if glPixelZoom is executed between the execution of glBegin() and the corresponding execution of glEnd().
ASSOCIATED GETS
glGet() with argument GL_ZOOM_X glGet() with argument GL_ZOOM_Y
SEE ALSO
glCopyPixels(), glDrawPixels()
COPYRIGHT
Copyright (C) 1991-2006 Silicon Graphics, Inc. This document is licensed under the SGI Free Software B License. For details, see http://oss.sgi.com/projects/FreeB/.
AUTHORS
opengl.org opengl.org 06/10/2014 GLPIXELZOOM(3G)
Related Man Pages
glpixelzoom(3g) - centos
glwindowpos(3g) - centos
glcopypixels(3g) - xfree86
glcopypixels(3g) - suse
glcopypixels(3g) - osx
Similar Topics in the Unix Linux Community
What's the different between C and C++?
Should the CISSP CBK be expanded to cover "human factors" in security?
Should the CISSP CBK be improved to place greater emphasis on “human factors” in info
Using IF statements with maths where the input is not an integer
How to remove mth and nth column from a file?