Lines Matching refs:Gshift
92 g = (((Pixel&fmt->Gmask)>>fmt->Gshift)<<fmt->Gloss); \
173 ((g>>fmt->Gloss)<<fmt->Gshift)| \
180 ((g>>fmt->Gloss)<<fmt->Gshift)| \
210 *((buf)+fmt->Gshift/8) = g; \
214 *((buf)+2-fmt->Gshift/8) = g; \
245 *((buf)+fmt->Gshift/8) = g; \
249 *((buf)+2-fmt->Gshift/8) = g; \
271 g = ((Pixel&fmt->Gmask)>>fmt->Gshift)<<fmt->Gloss; \
278 g = (Pixel&fmt->Gmask)>>fmt->Gshift; \
337 ((g>>fmt->Gloss)<<fmt->Gshift)| \
345 ((g>>fmt->Gloss)<<fmt->Gshift)| \
364 *((buf)+fmt->Gshift/8) = g; \
368 *((buf)+2-fmt->Gshift/8) = g; \