Searched defs:swap16 (Results 1 – 3 of 3) sorted by relevance
97 fn swap16(self) -> Self; in swap16() method
814 fn swap16(self) -> Self { in swap16() method849 fn swap16(self) -> Self { in swap16() method
521 png_uint_32 x, unsigned int sample_index, int swap16, int littleendian) in sample()6025 unsigned int swap16 :1; /* Byte swap 16-bit components */ member6084 int swap16 = (format != 0 && format->swap16); in image_pixel_init() local