Lines Matching defs:PixelGroup
117 * 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
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 t1, dstpixel; \
555 PixelGroup tmpmask; \
564 PixelGroup pm = PFILL(planemask); \
593 PixelGroup _m, _pm; \
610 PixelGroup tmpmask; \
611 PixelGroup t1, t2; \
623 PixelGroup t1, t2; \
624 PixelGroup pm; \
676 PixelGroup t1; \
691 PixelGroup _tmpmask; \
692 PixelGroup _t1; \
699 PixelGroup _tmpmask; \
700 PixelGroup _t1; \
708 PixelGroup _startmask, _endmask; \
710 PixelGroup _t1; \
800 PixelGroup q; \
817 PixelGroup q; \
829 PixelGroup q; \
840 PixelGroup q; \
875 PixelGroup q; \
884 extern PixelGroup cfbstarttab[];
885 extern PixelGroup cfbendtab[];
886 extern PixelGroup cfbstartpartial[];
887 extern PixelGroup cfbendpartial[];
888 extern PixelGroup cfbrmask[];
889 extern PixelGroup cfbmask[];
890 extern PixelGroup QuartetBitsTable[];
891 extern PixelGroup QuartetPixelMaskTable[];