Searched refs:MixPixels (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | resize.c | 2073 static inline void MixPixels(const Quantum *source,const ssize_t *source_offset, in MixPixels() function 2102 MixPixels(source,offsets,2,destination,destination_offset,channels); in Mix2Pixels() 2153 MixPixels(source,offsets,4,destination,destination_offset,channels);\ in Hq2XHelper() 2162 MixPixels(source,offsets,8,destination,destination_offset,channels);\ in Hq2XHelper() 2188 MixPixels(source,offsets,16,destination,destination_offset,channels); in Hq2XHelper() 2198 MixPixels(source,offsets,4,destination,destination_offset,channels); in Hq2XHelper() 2211 MixPixels(source,offsets,8,destination,destination_offset,channels); in Hq2XHelper() 2224 MixPixels(source,offsets,16,destination,destination_offset,channels); in Hq2XHelper() 2237 MixPixels(source,offsets,4,destination,destination_offset,channels); in Hq2XHelper() 2244 MixPixels(source,offsets,4,destination,destination_offset,channels); in Hq2XHelper() [all …]
|