Lines Matching refs:BitShift

521   long BitShift;  in T1_SetString()  local
1028 BitShift = pixel_h_anchor_corr[i] % 8; in T1_SetString()
1032 BitShift = pixel_h_anchor_corr[i] % T1_pad; in T1_SetString()
1049 if (BitShift == 0) { in T1_SetString()
1054 BitBuf_l= ((T1_AA_TYPE64)(*p_l++)) << BitShift; in T1_SetString()
1072 if (BitShift == 0) { in T1_SetString()
1078 BitBuf_s= ((T1_AA_TYPE32)(*p_s++))<<BitShift; in T1_SetString()
1094 if (BitShift == 0){ in T1_SetString()
1100 BitBuf_c = ((T1_AA_TYPE16)(*p_c++)) << BitShift; in T1_SetString()
1606 int memsize, BitShift; in T1_ConcatGlyphs() local
1703 BitShift=(lsb1-lsb) % 32; in T1_ConcatGlyphs()
1709 if (BitShift == 0){ in T1_ConcatGlyphs()
1715 BitBuf_l = ((long)*p_l++) << BitShift; in T1_ConcatGlyphs()
1723 BitShift=(lsb2+advanceX1-lsb) % 32; in T1_ConcatGlyphs()
1729 if (BitShift == 0){ in T1_ConcatGlyphs()
1735 BitBuf_l = ((long)*p_l++) << BitShift; in T1_ConcatGlyphs()
1745 BitShift=(lsb1-lsb) % 16; in T1_ConcatGlyphs()
1751 if (BitShift == 0){ in T1_ConcatGlyphs()
1757 BitBuf_s = ((T1_AA_TYPE32)*p_s++) << BitShift; in T1_ConcatGlyphs()
1765 BitShift=(lsb2+advanceX1-lsb) % 16; in T1_ConcatGlyphs()
1771 if (BitShift == 0){ in T1_ConcatGlyphs()
1777 BitBuf_s = ((T1_AA_TYPE32)*p_s++) << BitShift; in T1_ConcatGlyphs()
1787 BitShift=(lsb1-lsb) % 8; in T1_ConcatGlyphs()
1793 if (BitShift == 0){ in T1_ConcatGlyphs()
1799 BitBuf_c = ((T1_AA_TYPE16)*p_c++) << BitShift; in T1_ConcatGlyphs()
1807 BitShift=(lsb2+advanceX1-lsb) % 8; in T1_ConcatGlyphs()
1813 if (BitShift == 0){ in T1_ConcatGlyphs()
1819 BitBuf_c = ((T1_AA_TYPE16)*p_c++) << BitShift; in T1_ConcatGlyphs()