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