Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libpng/
H A Dpngerror.c428 static 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()

Completed in 2 milliseconds