Lines Matching refs:swap16
520 png_uint_32 x, unsigned int sample_index, int swap16, int littleendian)
550 if (swap16
6025 unsigned int swap16 :1; /* Byte swap 16-bit components */
6084 const int swap16 = (format != 0 && format->swap16);
6093 sample(row, colour_type, bit_depth, x, 0, swap16, littleendian);
6122 sample(row, colour_type, bit_depth, x, 1, swap16, littleendian);
6129 this->green = sample(row, colour_type, bit_depth, x, ++i, swap16,
6133 this->red = sample(row, colour_type, bit_depth, x, ++i, swap16,
6136 this->blue = sample(row, colour_type, bit_depth, x, ++i, swap16,
6146 this->alpha = sample(row, colour_type, bit_depth, x, ++i, swap16,
6175 this->swap16 = 0;
8559 that->swap16 = 1;