Searched refs:PPW (Results 1 - 20 of 20) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dcfbmskbits.h59 * PPW pixels per word (pixels per pixel group)
60 * PPWMSK mask with lowest PPW bits set to 1
61 * PLST index of last pixel in a word (should be PPW-1)
63 * PWSH pixel-to-word shift (should be log2(PPW))
77 * PPW 4 1 1 8 2 2
87 * upon pixel and word size; it doesn't use macros like PPW and so
131 #define PPW (PGSZ/PSZ) macro
132 #define PLST (PPW-1)
135 #define PPWMSK (((PixelGroup)1 << PPW) - 1) /* instead of BITMSK */
138 /* set PWSH = log2(PPW) usin
[all...]
H A Dmaskbits.h65 takes dst[x, PPW] and moves them to dst[0, PPW-x]
72 takes dst[0,x] and moves them to dst[PPW-x, PPW]
88 same longword (i.e. (x&PIM + w) <= PPW)
92 mfbGlyphBlt to put down glyphs <= PPW bits wide.
98 guranteed to be PPW-bit aligned.
99 The only non-PPW-bit-aligned references ever made are
108 starting at position x in psrc (x < PPW), collect w
118 m = PPW
245 #define PPW macro
[all...]
H A Dmergerop.h46 #if defined(PPW) && defined(PGSZ) && (PPW != PGSZ) /* cfb */
60 #if defined(PPW) && defined(PGSZ) && (PPW != PGSZ) /* cfb */
H A Dcfb8bit.h70 #define NUM_MASKS (1<<PPW) /* XXX goes in cfbmskbits.h? */
126 if (partBitsLeft >= PPW) { \
129 partBitsLeft -= PPW; \
132 nextPartBits = PPW - partBitsLeft; \
137 PPW - nextPartBits) & PPWMSK;\
143 PPW - nextPartBits) & PPWMSK; \
149 if (partBitsLeft >= PPW) { \
152 partBitsLeft -= PPW; \
155 nextPartBits = PPW - partBitsLeft; \
166 * and the PPW bit
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dcfbmskbits.h62 * PPW pixels per word (pixels per pixel group)
63 * PPWMSK mask with lowest PPW bits set to 1
64 * PLST index of last pixel in a word (should be PPW-1)
66 * PWSH pixel-to-word shift (should be log2(PPW))
80 * PPW 4 1 1 8 2 2
90 * upon pixel and word size; it doesn't use macros like PPW and so
134 #define PPW (PGSZ/PSZ) macro
135 #define PLST (PPW-1)
138 #define PPWMSK (((PixelGroup)1 << PPW) - 1) /* instead of BITMSK */
141 /* set PWSH = log2(PPW) usin
[all...]
H A Dmaskbits.h65 takes dst[x, PPW] and moves them to dst[0, PPW-x]
72 takes dst[0,x] and moves them to dst[PPW-x, PPW]
88 same longword (i.e. (x&PIM + w) <= PPW)
92 mfbGlyphBlt to put down glyphs <= PPW bits wide.
98 guranteed to be PPW-bit aligned.
99 The only non-PPW-bit-aligned references ever made are
108 starting at position x in psrc (x < PPW), collect w
118 m = PPW
245 #define PPW macro
[all...]
H A Dmergerop.h46 #if defined(PPW) && defined(PGSZ) && (PPW != PGSZ) /* cfb */
60 #if defined(PPW) && defined(PGSZ) && (PPW != PGSZ) /* cfb */
H A Dcfb8bit.h70 #define NUM_MASKS (1<<PPW) /* XXX goes in cfbmskbits.h? */
126 if (partBitsLeft >= PPW) { \
129 partBitsLeft -= PPW; \
132 nextPartBits = PPW - partBitsLeft; \
137 PPW - nextPartBits) & PPWMSK;\
143 PPW - nextPartBits) & PPWMSK; \
149 if (partBitsLeft >= PPW) { \
152 partBitsLeft -= PPW; \
155 nextPartBits = PPW - partBitsLeft; \
166 * and the PPW bit
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dcfbmskbits.h59 * PPW pixels per word (pixels per pixel group)
60 * PPWMSK mask with lowest PPW bits set to 1
61 * PLST index of last pixel in a word (should be PPW-1)
63 * PWSH pixel-to-word shift (should be log2(PPW))
77 * PPW 4 1 1 8 2 2
87 * upon pixel and word size; it doesn't use macros like PPW and so
131 #define PPW (PGSZ/PSZ) macro
132 #define PLST (PPW-1)
135 #define PPWMSK (((PixelGroup)1 << PPW) - 1) /* instead of BITMSK */
138 /* set PWSH = log2(PPW) usin
[all...]
H A Dmaskbits.h65 takes dst[x, PPW] and moves them to dst[0, PPW-x]
72 takes dst[0,x] and moves them to dst[PPW-x, PPW]
88 same longword (i.e. (x&PIM + w) <= PPW)
92 mfbGlyphBlt to put down glyphs <= PPW bits wide.
98 guranteed to be PPW-bit aligned.
99 The only non-PPW-bit-aligned references ever made are
108 starting at position x in psrc (x < PPW), collect w
118 m = PPW
245 #define PPW macro
[all...]
H A Dmergerop.h46 #if defined(PPW) && defined(PGSZ) && (PPW != PGSZ) /* cfb */
60 #if defined(PPW) && defined(PGSZ) && (PPW != PGSZ) /* cfb */
H A Dcfb8bit.h70 #define NUM_MASKS (1<<PPW) /* XXX goes in cfbmskbits.h? */
126 if (partBitsLeft >= PPW) { \
129 partBitsLeft -= PPW; \
132 nextPartBits = PPW - partBitsLeft; \
137 PPW - nextPartBits) & PPWMSK;\
143 PPW - nextPartBits) & PPWMSK; \
149 if (partBitsLeft >= PPW) { \
152 partBitsLeft -= PPW; \
155 nextPartBits = PPW - partBitsLeft; \
166 * and the PPW bit
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dcfbmskbits.h64 * PPW pixels per word (pixels per pixel group)
65 * PPWMSK mask with lowest PPW bits set to 1
66 * PLST index of last pixel in a word (should be PPW-1)
68 * PWSH pixel-to-word shift (should be log2(PPW))
82 * PPW 4 1 1 8 2 2
92 * upon pixel and word size; it doesn't use macros like PPW and so
136 #define PPW (PGSZ/PSZ) macro
137 #define PLST (PPW-1)
140 #define PPWMSK (((PixelGroup)1 << PPW) - 1) /* instead of BITMSK */
143 /* set PWSH = log2(PPW) usin
[all...]
H A Dmaskbits.h67 takes dst[x, PPW] and moves them to dst[0, PPW-x]
74 takes dst[0,x] and moves them to dst[PPW-x, PPW]
90 same longword (i.e. (x&PIM + w) <= PPW)
94 mfbGlyphBlt to put down glyphs <= PPW bits wide.
100 guranteed to be PPW-bit aligned.
101 The only non-PPW-bit-aligned references ever made are
110 starting at position x in psrc (x < PPW), collect w
120 m = PPW
247 #define PPW macro
[all...]
H A Dmergerop.h48 #if defined(PPW) && defined(PGSZ) && (PPW != PGSZ) /* cfb */
62 #if defined(PPW) && defined(PGSZ) && (PPW != PGSZ) /* cfb */
H A Dcfb8bit.h72 #define NUM_MASKS (1<<PPW) /* XXX goes in cfbmskbits.h? */
128 if (partBitsLeft >= PPW) { \
131 partBitsLeft -= PPW; \
134 nextPartBits = PPW - partBitsLeft; \
139 PPW - nextPartBits) & PPWMSK;\
145 PPW - nextPartBits) & PPWMSK; \
151 if (partBitsLeft >= PPW) { \
154 partBitsLeft -= PPW; \
157 nextPartBits = PPW - partBitsLeft; \
168 * and the PPW bit
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dcfbmskbits.h65 * PPW pixels per word (pixels per pixel group)
66 * PPWMSK mask with lowest PPW bits set to 1
67 * PLST index of last pixel in a word (should be PPW-1)
69 * PWSH pixel-to-word shift (should be log2(PPW))
83 * PPW 4 1 1 8 2 2
93 * upon pixel and word size; it doesn't use macros like PPW and so
137 #define PPW (PGSZ/PSZ) macro
138 #define PLST (PPW-1)
141 #define PPWMSK (((PixelGroup)1 << PPW) - 1) /* instead of BITMSK */
144 /* set PWSH = log2(PPW) usin
[all...]
H A Dmaskbits.h67 takes dst[x, PPW] and moves them to dst[0, PPW-x]
74 takes dst[0,x] and moves them to dst[PPW-x, PPW]
90 same longword (i.e. (x&PIM + w) <= PPW)
94 mfbGlyphBlt to put down glyphs <= PPW bits wide.
100 guranteed to be PPW-bit aligned.
101 The only non-PPW-bit-aligned references ever made are
110 starting at position x in psrc (x < PPW), collect w
120 m = PPW
247 #define PPW macro
[all...]
H A Dmergerop.h48 #if defined(PPW) && defined(PGSZ) && (PPW != PGSZ) /* cfb */
62 #if defined(PPW) && defined(PGSZ) && (PPW != PGSZ) /* cfb */
H A Dcfb8bit.h72 #define NUM_MASKS (1<<PPW) /* XXX goes in cfbmskbits.h? */
128 if (partBitsLeft >= PPW) { \
131 partBitsLeft -= PPW; \
134 nextPartBits = PPW - partBitsLeft; \
139 PPW - nextPartBits) & PPWMSK;\
145 PPW - nextPartBits) & PPWMSK; \
151 if (partBitsLeft >= PPW) { \
154 partBitsLeft -= PPW; \
157 nextPartBits = PPW - partBitsLeft; \
168 * and the PPW bit
[all...]

Completed in 53 milliseconds