Searched refs:pad_bytes (Results 1 – 3 of 3) sorted by relevance
62 int pad_bytes; in Send() local63 size_t expected_pkt_len = GetExpectedLength(pv, cb, &pad_bytes); in Send()71 ASSERT(pad_bytes < 4); in Send()73 AppendToOutBuffer(padding, pad_bytes); in Send()103 int pad_bytes; in ProcessInput() local104 size_t expected_pkt_len = GetExpectedLength(data, *len, &pad_bytes); in ProcessInput()105 size_t actual_length = expected_pkt_len + pad_bytes; in ProcessInput()127 int* pad_bytes) { in GetExpectedLength() argument128 *pad_bytes = 0; in GetExpectedLength()148 *pad_bytes = 4 - (expected_pkt_len % 4); in GetExpectedLength()
43 int* pad_bytes);
58 int pad_bytes; /* number of padding bytes needed per row */ member165 pad = dest->pad_bytes; in put_pixel_rows()200 pad = dest->pad_bytes; in put_gray_rows()531 dest->pad_bytes = (int)(dest->row_width - dest->data_width); in jinit_write_bmp()