Home
last modified time | relevance | path

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

/external/libpng/contrib/tools/
Dpngfix.c1095 type_char(png_uint_32 v) in type_char() function
1113 putc(type_char(type >> 24), out); in type_name()
1114 putc(type_char(type >> 16), out); in type_name()
1115 putc(type_char(type >> 8), out); in type_name()
1116 putc(type_char(type ), out); in type_name()