Home
last modified time | relevance | path

Searched refs:png_digit (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/libpng/
Dpngerror.c154 static PNG_CONST char png_digit[16] = { variable
173 buffer[iout++] = png_digit[(c & 0xf0) >> 4]; in png_format_buffer()
174 buffer[iout++] = png_digit[c & 0x0f]; in png_format_buffer()
/external/qemu/distrib/libpng-1.2.46/
Dpngerror.c154 static PNG_CONST char png_digit[16] = { variable
173 buffer[iout++] = png_digit[(c & 0xf0) >> 4]; in png_format_buffer()
174 buffer[iout++] = png_digit[c & 0x0f]; in png_format_buffer()
/external/libpng/
Dpngerror.c425 static PNG_CONST char png_digit[16] = { variable
448 buffer[iout++] = png_digit[(c & 0xf0) >> 4]; in png_format_buffer()
449 buffer[iout++] = png_digit[c & 0x0f]; in png_format_buffer()