Home
last modified time | relevance | path

Searched refs:low_bits_table (Results 1 – 6 of 6) sorted by relevance

/dports/math/abs/abs-src-0.908/Xpm/
H A Dscan.c569 static unsigned long Const low_bits_table[] = { variable
609 lbt = low_bits_table[depth];
721 lbt = low_bits_table[depth];
790 lbt = low_bits_table[depth];
837 lbt = low_bits_table[depth];
/dports/x11/libX11/libX11-1.7.2/src/
H A DImUtil.c458 static unsigned long const low_bits_table[] = { variable
528 return (pixel & low_bits_table[ximage->depth]); in _XGetPixel()
557 pixel &= low_bits_table[ximage->depth]; in _XGetPixel32()
581 pixel &= low_bits_table[ximage->depth]; in _XGetPixel16()
600 pixel &= low_bits_table[ximage->depth]; in _XGetPixel8()
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DXpmscan.c562 static unsigned long Const low_bits_table[] = { variable
603 lbt = low_bits_table[depth];
708 lbt = low_bits_table[depth];
773 lbt = low_bits_table[depth];
818 lbt = low_bits_table[depth];
/dports/x11/libXpm/libXpm-3.5.13/src/
H A Dscan.c592 static unsigned long const low_bits_table[] = { variable
633 lbt = low_bits_table[depth]; in GetImagePixels()
738 lbt = low_bits_table[depth]; in GetImagePixels32()
803 lbt = low_bits_table[depth]; in GetImagePixels16()
848 lbt = low_bits_table[depth]; in GetImagePixels8()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DXpmscan.c642 static unsigned long const low_bits_table[] = { variable
683 lbt = low_bits_table[depth];
788 lbt = low_bits_table[depth];
853 lbt = low_bits_table[depth];
898 lbt = low_bits_table[depth];
/dports/graphics/xpaint/xpaint-2.9.10.3/
H A Dimage.c59 static unsigned long low_bits_table[] = variable
293 lbt = low_bits_table[xim->depth]; in PixmapToImage()