Searched refs:png_digit (Results 1 – 3 of 3) sorted by relevance
154 static PNG_CONST char png_digit[16] = { variable173 buffer[iout++] = png_digit[(c & 0xf0) >> 4]; in png_format_buffer()174 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()