Lines Matching defs:PixelGroup
119 * 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
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 t1, dstpixel; \
557 PixelGroup tmpmask; \
566 PixelGroup pm = PFILL(planemask); \
595 PixelGroup _m, _pm; \
612 PixelGroup tmpmask; \
613 PixelGroup t1, t2; \
625 PixelGroup t1, t2; \
626 PixelGroup pm; \
678 PixelGroup t1; \
693 PixelGroup _tmpmask; \
694 PixelGroup _t1; \
701 PixelGroup _tmpmask; \
702 PixelGroup _t1; \
710 PixelGroup _startmask, _endmask; \
712 PixelGroup _t1; \
802 PixelGroup q; \
819 PixelGroup q; \
831 PixelGroup q; \
842 PixelGroup q; \
877 PixelGroup q; \
886 extern PixelGroup cfbstarttab[];
887 extern PixelGroup cfbendtab[];
888 extern PixelGroup cfbstartpartial[];
889 extern PixelGroup cfbendpartial[];
890 extern PixelGroup cfbrmask[];
891 extern PixelGroup cfbmask[];
892 extern PixelGroup QuartetBitsTable[];
893 extern PixelGroup QuartetPixelMaskTable[];