Searched refs:r_shift (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-utils.c | 142 int a_shift, r_shift, g_shift, b_shift; local in function:pixman_expand_to_float 160 r_shift = 24 - r_size; 182 dst[i].r = ((pixel >> r_shift) & r_mask) * r_mul;
|
| /xsrc/external/mit/libXft/dist/src/ |
| H A D | xftcore.c | 331 int r_shift, r_len; local in function:_XftSmoothGlyphMono 336 _XftExamineBitfield (image->red_mask, &r_shift, &r_len); 339 pixel = (_XftPutField (color->color.red >> 8, r_shift, r_len) | 692 int r_shift, r_len; local in function:_XftSmoothGlyphGray 715 _XftExamineBitfield (image->red_mask, &r_shift, &r_len); 735 d = (_XftGetField (pixel, r_shift, r_len) << 16 | 740 pixel = (_XftPutField ((d >> 16) & 0xff, r_shift, r_len) | 748 d = (_XftGetField (pixel, r_shift, r_len) << 16 | 752 pixel = (_XftPutField ((d >> 16) & 0xff, r_shift, r_len) | 771 int r_shift, r_le local in function:_XftSmoothGlyphRgba [all...] |
| /xsrc/external/mit/libdrm/dist/tests/tegra/ |
| H A D | vic30.h | 211 uint64_t r_shift : 4; /* 63..60 */ member in struct:__anon2a354ba10508 230 uint64_t r_shift : 4; /* 63..60 */ member in struct:__anon2a354ba10608
|
Completed in 5 milliseconds