Lines Matching refs:BitShift

392   long BitShift;  in T1_SetString()  local
875 BitShift = pixel_h_anchor_corr[i] % 8; in T1_SetString()
879 BitShift = pixel_h_anchor_corr[i] % T1_pad; in T1_SetString()
896 if (BitShift == 0) { in T1_SetString()
901 BitBuf_l= ((T1_AA_TYPE64)(*p_l++)) << BitShift; in T1_SetString()
919 if (BitShift == 0) { in T1_SetString()
925 BitBuf_s= ((T1_AA_TYPE32)(*p_s++))<<BitShift; in T1_SetString()
941 if (BitShift == 0){ in T1_SetString()
947 BitBuf_c = ((T1_AA_TYPE16)(*p_c++)) << BitShift; in T1_SetString()
1443 int memsize, BitShift; in T1_ConcatGlyphs() local
1540 BitShift=(lsb1-lsb) % 32; in T1_ConcatGlyphs()
1546 if (BitShift == 0){ in T1_ConcatGlyphs()
1552 BitBuf_l = ((long)*p_l++) << BitShift; in T1_ConcatGlyphs()
1560 BitShift=(lsb2+advanceX1-lsb) % 32; in T1_ConcatGlyphs()
1566 if (BitShift == 0){ in T1_ConcatGlyphs()
1572 BitBuf_l = ((long)*p_l++) << BitShift; in T1_ConcatGlyphs()
1582 BitShift=(lsb1-lsb) % 16; in T1_ConcatGlyphs()
1588 if (BitShift == 0){ in T1_ConcatGlyphs()
1594 BitBuf_s = ((T1_AA_TYPE32)*p_s++) << BitShift; in T1_ConcatGlyphs()
1602 BitShift=(lsb2+advanceX1-lsb) % 16; in T1_ConcatGlyphs()
1608 if (BitShift == 0){ in T1_ConcatGlyphs()
1614 BitBuf_s = ((T1_AA_TYPE32)*p_s++) << BitShift; in T1_ConcatGlyphs()
1624 BitShift=(lsb1-lsb) % 8; in T1_ConcatGlyphs()
1630 if (BitShift == 0){ in T1_ConcatGlyphs()
1636 BitBuf_c = ((T1_AA_TYPE16)*p_c++) << BitShift; in T1_ConcatGlyphs()
1644 BitShift=(lsb2+advanceX1-lsb) % 8; in T1_ConcatGlyphs()
1650 if (BitShift == 0){ in T1_ConcatGlyphs()
1656 BitBuf_c = ((T1_AA_TYPE16)*p_c++) << BitShift; in T1_ConcatGlyphs()