Lines Matching refs:hpos
56 hpos,
84 for (hpos = bitmapByteWidth; --hpos >= 0;) {
105 for (hpos = bitmapByteWidth; --hpos >= 0;) {
115 for (hpos = 0; hpos < bitmapByteWidth; hpos++) {
117 p = (unsigned char *) pCI->bits + hpos;
121 if (hpos == bitmapByteWidth - 1)
122 bmax = bitmapBitWidth - (hpos << 3);
131 pInk->leftSideBearing = leftBearing + (hpos << 3) + bmax - bpos - 1;
134 for (hpos = bitmapByteWidth; --hpos >= 0;) {
136 p = (unsigned char *) pCI->bits + hpos;
149 pInk->rightSideBearing = leftBearing + (hpos << 3) + bpos + 1;