GLPIXELZOOM
NAMEC SPECIFICATION
PARAMETERS
DESCRIPTION
ERRORS
ASSOCIATED GETS
SEE ALSO
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 $m$th row and $n$th column of the pixel rectangle, then pixels whose centers are in the rectangle with corners at
($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.
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(3G), glDrawPixels(3G)
More Linux Commands
manpages/pcre16_free_substring.3.html
pcre16_free_substring(3) Perl-compatible regular expressions
This is a convenience function for freeing the store obtained by a previous call to pcre[16|32]_get_substring() or pcre[16|32]_get_named_substring(). Its only a
manpages/ssignal.3.html
ssignal(3) - software signal facility - Linux manual page...
Dont use these functions under Linux. Due to a historical mistake, under Linux these functions are aliases for raise(3) and signal(2), respectively. Elsewhere,
manpages/asctime.3.html
asctime(3) - transform date and time to broken-down time or
The ctime(), gmtime() and localtime() functions all take an argument of data type time_t, which represents calendar time. When interpreted as an absolute time v
manpages/qfcvt.3.html
qfcvt(3) - convert a floating-point number to a string......
The functions qecvt(), qfcvt() and qgcvt() are identical to ecvt(3), fcvt(3) and gcvt(3) respectively, except that they use a long double argument number. See e
manpages/kismet.1.html
kismet(1) Wireless sniffing and monitoring - Linux man page
Kismet is an 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. Kismet will work with any wireless card which supports raw monito
manpages/ldap_strdup.3.html
ldap_strdup(3) - LDAP memory allocation routines (Man Page)
These routines are used to allocate/deallocate memory used/returned by the LDAP library. ldap_memalloc(), ldap_memcalloc(), ldap_memrealloc(), and ldap_memfree(
manpages/ping6.8.html
ping6(8) - send ICMP ECHO_REQUEST to network hosts (ManPage)
ping uses the ICMP protocols mandatory ECHO_REQUEST datagram to elicit an ICMP ECHO_RESPONSE from a host or gateway. ECHO_REQUEST datagrams (pings) have an IP a
manpages/strcoll.3.html
strcoll(3) - compare two strings using the current locale...
The strcoll() function compares the two strings s1 and s2. It returns an integer less than, equal to, or greater than zero if s1 is found, respectively, to be l
manpages/lockfile.1.html
lockfile(1) - conditional semaphore-file creator (Man Page)
lockfile can be used to create one or more semaphore files. If lockfile cant create all the specified files (in the specified order), it waits sleeptime (defaul
manpages/request_key.2.html
request_key(2) - Request a key from the kernel's key managem
request_key() asks the kernel to find a key of the given type that matches the specified description and, if successful, to attach it to the nominated keyring a
manpages/podchecker.1.html
podchecker(1) - check the syntax of POD format documentation
podchecker will read the given input files looking for POD syntax errors in the POD documentation and will print any errors it find to STDERR. At the end, it wi
manpages/getspent_r.3.html
getspent_r(3) - get shadow password file entry (Man Page)...
Long ago it was considered safe to have encrypted passwords openly visible in the password file. When computers got faster and people got more security-consciou
