Searched refs:out_bytes (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dfontink.c172 int out_bytes, local in function:FontCharReshape
182 out_bytes = BYTES_PER_ROW(outwidth, pFont->glyph);
188 bzero(newglyph, out_bytes * outheight);
196 out_line += (y_min + pDst->metrics.ascent) * out_bytes;
204 out_line += out_bytes;
213 out_line += out_bytes;
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dfontink.c173 int out_bytes, local in function:FontCharReshape
183 out_bytes = BYTES_PER_ROW(outwidth, pFont->glyph);
189 bzero(newglyph, out_bytes * outheight);
197 out_line += (y_min + pDst->metrics.ascent) * out_bytes;
205 out_line += out_bytes;
214 out_line += out_bytes;
/xsrc/external/mit/bdftopcf/dist/
H A Dfontink.c162 int out_bytes, in_bytes; local in function:FontCharReshape
168 out_bytes = BYTES_PER_ROW(outwidth, pFont->glyph);
174 bzero(newglyph, out_bytes * outheight);
182 out_line += (y_min + pDst->metrics.ascent) * out_bytes;
190 out_line += out_bytes;
200 out_line += out_bytes;
/xsrc/external/mit/brotli/dist/c/enc/
H A Dencode.c1694 size_t out_bytes = storage_ix >> 3; local in function:BrotliEncoderCompressStreamFast
1695 BROTLI_DCHECK(out_bytes <= *available_out);
1696 BROTLI_DCHECK((storage_ix & 7) == 0 || out_bytes < *available_out);
1697 *next_out += out_bytes;
1698 *available_out -= out_bytes;
1699 s->total_out_ += out_bytes;
1702 size_t out_bytes = storage_ix >> 3; local in function:BrotliEncoderCompressStreamFast
1704 s->available_out_ = out_bytes;

Completed in 6 milliseconds