Searched defs:rotate (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dconfig.h180 short rotate; member in struct:__anon7354
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dconfig.h153 short rotate; member in struct:__anon7730
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dconfig.h152 short rotate; member in struct:__anon8090
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dconfig.h181 short rotate; member in struct:__anon4506
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dconfig.h181 short rotate; member in struct:__anon4067
/vbox/src/libs/zlib-1.2.6/examples/
H A Dgzappend.c40 * - Use in-place rotate instead of auxiliary buffer
120 /* rotate list[0..len-1] left by rot positions, in place */
121 local void rotate(unsigned char *list, unsigned len, unsigned rot) function
151 /* otherwise do rotate as a set of cycles in place */
361 rotate(window, DSIZE, have);
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Drpng2-win.c886 double freq, rotate, saturate, gray, intensity; local
898 * aoffset: number of degrees to rotate hue [CURRENTLY NOT USED]
901 * rotate: rotation of the beams as a function of radius
908 rotate = (double)bg[pat].bg_brot * 0.1;
922 intensity = cos((angle+(rotate*dist*PI)) * freq) *
H A Drpng2-x.c991 double freq, rotate, saturate, gray, intensity; local
1003 * aoffset: number of degrees to rotate hue [CURRENTLY NOT USED]
1006 * rotate: rotation of the beams as a function of radius
1013 rotate = (double)bg[pat].bg_brot * 0.1;
1027 intensity = cos((angle+(rotate*dist*PI)) * freq) *

Completed in 44 milliseconds