| H A D | xftcore.c | 333 int b_shift, b_len; local in function:_XftSmoothGlyphMono 338 _XftExamineBitfield (image->blue_mask, &b_shift, &b_len); 341 _XftPutField (color->color.blue >> 8, b_shift, b_len)); 694 int b_shift, b_len; local in function:_XftSmoothGlyphGray 717 _XftExamineBitfield (image->blue_mask, &b_shift, &b_len); 737 _XftGetField (pixel, b_shift, b_len)); 742 _XftPutField ((d ) & 0xff, b_shift, b_len)); 750 _XftGetField (pixel, b_shift, b_len)); 754 _XftPutField ((d ) & 0xff, b_shift, b_len)); 773 int b_shift, b_len; local in function:_XftSmoothGlyphRgba [all...] |