Searched refs:_XftPutField (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libXft/dist/src/
H A Dxftcore.c298 _XftPutField (CARD32 pixel, int shift, int len) function in typeref:typename:unsigned long
339 pixel = (_XftPutField (color->color.red >> 8, r_shift, r_len) |
340 _XftPutField (color->color.green >> 8, g_shift, g_len) |
341 _XftPutField (color->color.blue >> 8, b_shift, b_len));
740 pixel = (_XftPutField ((d >> 16) & 0xff, r_shift, r_len) |
741 _XftPutField ((d >> 8) & 0xff, g_shift, g_len) |
742 _XftPutField ((d ) & 0xff, b_shift, b_len));
752 pixel = (_XftPutField ((d >> 16) & 0xff, r_shift, r_len) |
753 _XftPutField ((d >> 8) & 0xff, g_shift, g_len) |
754 _XftPutField ((
[all...]

Completed in 2 milliseconds