Lines Matching defs:bytes_r
315 add_char(unsigned curchar, unsigned map_idx, uint8_t *bytes, uint8_t *bytes_r)
327 if (bytes_r != NULL) {
328 gl = add_glyph(bytes_r, map_idx + 1, 0);
402 uint8_t *line, *bytes, *bytes_r;
466 bytes_r = xmalloc(wbytes * height);
492 memset(bytes_r, 0, wbytes * height);
522 bytes_r + i * wbytes, line, dwidth);
529 dwidth > (int)width ? bytes_r : NULL);
540 free(bytes_r);
550 uint8_t *bytes = NULL, *bytes_r = NULL, *line = NULL;
568 bytes_r = xmalloc(wbytes * height);
593 bytes_r + i * wbytes, line, gwidth);
601 gwidth != width ? bytes_r : NULL);
609 free(bytes_r);