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

/xsrc/external/mit/libXft/dist/src/
H A Dxftcore.c283 _XftGetField (unsigned long l_pixel, int shift, int len) argument
285 CARD32 pixel = (CARD32) l_pixel;
300 unsigned long l_pixel = (unsigned long) pixel; local in function:_XftPutField
304 l_pixel = l_pixel & (unsigned long)(((1 << len) - 1) << (8 - len));
306 l_pixel >>= -shift;
308 l_pixel <<= shift;
309 return l_pixel;

Completed in 6 milliseconds