Home
last modified time | relevance | path

Searched refs:bitToByte (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/xpdf4/xpdf-4.03/xpdf/
H A DSplashOutputDev.cc3101 static Guchar bitToByte[2] = {0x00, 0xff}; local
3118 aq[0] = bitToByte[(*maskPtr >> 7) & 1];
3119 aq[1] = bitToByte[(*maskPtr >> 6) & 1];
3120 aq[2] = bitToByte[(*maskPtr >> 5) & 1];
3121 aq[3] = bitToByte[(*maskPtr >> 4) & 1];
3122 aq[4] = bitToByte[(*maskPtr >> 3) & 1];
3123 aq[5] = bitToByte[(*maskPtr >> 2) & 1];
3124 aq[6] = bitToByte[(*maskPtr >> 1) & 1];
3125 aq[7] = bitToByte[*maskPtr & 1];
3131 *aq++ = bitToByte[(*maskPtr >> maskShift) & 1];
/dports/graphics/xpdf/xpdf-4.03/xpdf/
H A DSplashOutputDev.cc3101 static Guchar bitToByte[2] = {0x00, 0xff}; local
3118 aq[0] = bitToByte[(*maskPtr >> 7) & 1];
3119 aq[1] = bitToByte[(*maskPtr >> 6) & 1];
3120 aq[2] = bitToByte[(*maskPtr >> 5) & 1];
3121 aq[3] = bitToByte[(*maskPtr >> 4) & 1];
3122 aq[4] = bitToByte[(*maskPtr >> 3) & 1];
3123 aq[5] = bitToByte[(*maskPtr >> 2) & 1];
3124 aq[6] = bitToByte[(*maskPtr >> 1) & 1];
3125 aq[7] = bitToByte[*maskPtr & 1];
3131 *aq++ = bitToByte[(*maskPtr >> maskShift) & 1];
/dports/print/tex-luatex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DSplashOutputDev.cc2618 static Guchar bitToByte[2] = {0x00, 0xff}; local
2640 alpha = bitToByte[(*maskPtr >> maskShift) & 1];
/dports/graphics/xpdf3/xpdf-3.04/xpdf/
H A DSplashOutputDev.cc2618 static Guchar bitToByte[2] = {0x00, 0xff}; local
2640 alpha = bitToByte[(*maskPtr >> maskShift) & 1];
/dports/devel/tex-web2c/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DSplashOutputDev.cc2618 static Guchar bitToByte[2] = {0x00, 0xff}; local
2640 alpha = bitToByte[(*maskPtr >> maskShift) & 1];
/dports/japanese/tex-ptex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DSplashOutputDev.cc2618 static Guchar bitToByte[2] = {0x00, 0xff}; local
2640 alpha = bitToByte[(*maskPtr >> maskShift) & 1];
/dports/print/tex-basic-engines/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DSplashOutputDev.cc2618 static Guchar bitToByte[2] = {0x00, 0xff}; local
2640 alpha = bitToByte[(*maskPtr >> maskShift) & 1];
/dports/print/tex-aleph/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DSplashOutputDev.cc2618 static Guchar bitToByte[2] = {0x00, 0xff}; local
2640 alpha = bitToByte[(*maskPtr >> maskShift) & 1];
/dports/print/tex-xetex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DSplashOutputDev.cc2618 static Guchar bitToByte[2] = {0x00, 0xff}; local
2640 alpha = bitToByte[(*maskPtr >> maskShift) & 1];