Searched refs:png_digit (Results 1 – 2 of 2) sorted by relevance
412 static PNG_CONST char png_digit[16] = { variable434 buffer[iout++] = png_digit[(c & 0xf0) >> 4]; in png_format_buffer()435 buffer[iout++] = png_digit[c & 0x0f]; in png_format_buffer()
425 static PNG_CONST char png_digit[16] = { variable448 buffer[iout++] = png_digit[(c & 0xf0) >> 4]; in png_format_buffer()449 buffer[iout++] = png_digit[c & 0x0f]; in png_format_buffer()