Searched defs:swap16 (Results 1 – 4 of 4) sorted by relevance
293 this.swap16 = function (...args) { method in mockBuffer.BufferClass
1179 Buffer.prototype.swap16 = function swap16() { method in Buffer
1292 swap16(): Buffer; 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