Lines Matching refs:hpos
57 hpos,
85 for (hpos = bitmapByteWidth; --hpos >= 0;) {
106 for (hpos = bitmapByteWidth; --hpos >= 0;) {
116 for (hpos = 0; hpos < bitmapByteWidth; hpos++) {
118 p = (unsigned char *) pCI->bits + hpos;
122 if (hpos == bitmapByteWidth - 1)
123 bmax = bitmapBitWidth - (hpos << 3);
132 pInk->leftSideBearing = leftBearing + (hpos << 3) + bmax - bpos - 1;
135 for (hpos = bitmapByteWidth; --hpos >= 0;) {
137 p = (unsigned char *) pCI->bits + hpos;
150 pInk->rightSideBearing = leftBearing + (hpos << 3) + bpos + 1;