Searched refs:z2qtype (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/coders/ |
D | mat.c | 179 static const QuantumType z2qtype[4] = {GrayQuantum, BlueQuantum, GreenQuantum, RedQuantum}; variable 1285 … if(ImportQuantumPixels(image,(CacheView *) NULL,quantum_info,z2qtype[z],BImgBuff,exception) <= 0) in ReadMATImage() 1295 … if(ImportQuantumPixels(image,(CacheView *) NULL,quantum_info,z2qtype[z],BImgBuff,exception) <= 0) in ReadMATImage() 1699 z2qtype[z],pixels,exception); in WriteMATImage()
|