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

/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dfontink.c173 in_bytes; local in function:FontCharReshape
186 in_bytes = BYTES_PER_ROW(inwidth, pFont->glyph);
195 in_line += (y_min + pSrc->metrics.ascent) * in_bytes;
203 in_line += in_bytes;
212 in_line += in_bytes;
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dfontink.c174 in_bytes; local in function:FontCharReshape
187 in_bytes = BYTES_PER_ROW(inwidth, pFont->glyph);
196 in_line += (y_min + pSrc->metrics.ascent) * in_bytes;
204 in_line += in_bytes;
213 in_line += in_bytes;
/xsrc/external/mit/bdftopcf/dist/
H A Dfontink.c162 int out_bytes, in_bytes; local in function:FontCharReshape
172 in_bytes = BYTES_PER_ROW(inwidth, pFont->glyph);
181 in_line += (y_min + pSrc->metrics.ascent) * in_bytes;
189 in_line += in_bytes;
199 in_line += in_bytes;

Completed in 9 milliseconds