Lines Matching refs:hpos
53 register int vpos, hpos, bpos = 0;
79 for (hpos = bitmapByteWidth; --hpos >= 0;) {
100 for (hpos = bitmapByteWidth; --hpos >= 0;) {
110 for (hpos = 0; hpos < bitmapByteWidth; hpos++) {
112 p = (unsigned char *) pCI->bits + hpos;
116 if (hpos == bitmapByteWidth - 1)
117 bmax = bitmapBitWidth - (hpos << 3);
126 pInk->leftSideBearing = leftBearing + (hpos << 3) + bmax - bpos - 1;
129 for (hpos = bitmapByteWidth; --hpos >= 0;) {
131 p = (unsigned char *) pCI->bits + hpos;
144 pInk->rightSideBearing = leftBearing + (hpos << 3) + bpos + 1;