Searched refs:bmax (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dfontink.c64 register int bmax; local in function:FontCharInkMetrics
114 bmax = 8;
122 bmax = bitmapBitWidth - (hpos << 3);
124 for (bpos = bmax; --bpos >= 0;) {
131 pInk->leftSideBearing = leftBearing + (hpos << 3) + bmax - bpos - 1;
133 bmax = bitmapBitWidth - ((bitmapByteWidth - 1) << 3);
140 p = ink_mask + bmax;
141 for (bpos = bmax; --bpos >= 0;) {
146 bmax = 8;
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dfontink.c65 register int bmax; local in function:FontCharInkMetrics
115 bmax = 8;
123 bmax = bitmapBitWidth - (hpos << 3);
125 for (bpos = bmax; --bpos >= 0;) {
132 pInk->leftSideBearing = leftBearing + (hpos << 3) + bmax - bpos - 1;
134 bmax = bitmapBitWidth - ((bitmapByteWidth - 1) << 3);
141 p = ink_mask + bmax;
142 for (bpos = bmax; --bpos >= 0;) {
147 bmax = 8;
/xsrc/external/mit/bdftopcf/dist/
H A Dfontink.c59 register int bmax; local in function:FontCharInkMetrics
109 bmax = 8;
117 bmax = bitmapBitWidth - (hpos << 3);
119 for (bpos = bmax; --bpos >= 0;) {
126 pInk->leftSideBearing = leftBearing + (hpos << 3) + bmax - bpos - 1;
128 bmax = bitmapBitWidth - ((bitmapByteWidth - 1) << 3);
135 p = ink_mask + bmax;
136 for (bpos = bmax; --bpos >= 0;) {
141 bmax = 8;

Completed in 32 milliseconds