Home
last modified time | relevance | path

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

/external/libpng/contrib/tools/
Dpngfix.c1090 type_char(png_uint_32 v) in type_char() function
1108 putc(type_char(type >> 24), out); in type_name()
1109 putc(type_char(type >> 16), out); in type_name()
1110 putc(type_char(type >> 8), out); in type_name()
1111 putc(type_char(type ), out); in type_name()