Searched defs:PixelGroup (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dcfbmskbits.h117 * PixelGroup is the data type used to operate on groups of pixels.
122 * PGSZB to the size in bytes of PixelGroup.
124 #ifndef PixelGroup
125 #define PixelGroup CARD32 macro
127 #endif /* PixelGroup */
137 #define PMSK (((PixelGroup)1 << PSZ) - 1)
138 #define PPWMSK (((PixelGroup)1 << PPW) - 1) /* instead of BITMSK */
139 #define PGSZBMSK (((PixelGroup)1 << PGSZB) - 1)
447 register PixelGroup dstpixel; \
481 register PixelGroup t
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dcfbmskbits.h114 * PixelGroup is the data type used to operate on groups of pixels.
119 * PGSZB to the size in bytes of PixelGroup.
121 #ifndef PixelGroup
122 #define PixelGroup CARD32 macro
124 #endif /* PixelGroup */
134 #define PMSK (((PixelGroup)1 << PSZ) - 1)
135 #define PPWMSK (((PixelGroup)1 << PPW) - 1) /* instead of BITMSK */
136 #define PGSZBMSK (((PixelGroup)1 << PGSZB) - 1)
444 register PixelGroup dstpixel; \
478 register PixelGroup t
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dcfbmskbits.h114 * PixelGroup is the data type used to operate on groups of pixels.
119 * PGSZB to the size in bytes of PixelGroup.
121 #ifndef PixelGroup
122 #define PixelGroup CARD32 macro
124 #endif /* PixelGroup */
134 #define PMSK (((PixelGroup)1 << PSZ) - 1)
135 #define PPWMSK (((PixelGroup)1 << PPW) - 1) /* instead of BITMSK */
136 #define PGSZBMSK (((PixelGroup)1 << PGSZB) - 1)
444 register PixelGroup dstpixel; \
478 register PixelGroup t
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dcfbmskbits.h119 * PixelGroup is the data type used to operate on groups of pixels.
124 * PGSZB to the size in bytes of PixelGroup.
126 #ifndef PixelGroup
127 #define PixelGroup CARD32 macro
129 #endif /* PixelGroup */
139 #define PMSK (((PixelGroup)1 << PSZ) - 1)
140 #define PPWMSK (((PixelGroup)1 << PPW) - 1) /* instead of BITMSK */
141 #define PGSZBMSK (((PixelGroup)1 << PGSZB) - 1)
449 register PixelGroup dstpixel; \
483 register PixelGroup t
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dcfbmskbits.h120 * PixelGroup is the data type used to operate on groups of pixels.
125 * PGSZB to the size in bytes of PixelGroup.
127 #ifndef PixelGroup
128 #define PixelGroup CARD32 macro
130 #endif /* PixelGroup */
140 #define PMSK (((PixelGroup)1 << PSZ) - 1)
141 #define PPWMSK (((PixelGroup)1 << PPW) - 1) /* instead of BITMSK */
142 #define PGSZBMSK (((PixelGroup)1 << PGSZB) - 1)
450 register PixelGroup dstpixel; \
484 register PixelGroup t
[all...]

Completed in 63 milliseconds