Home
last modified time | relevance | path

Searched refs:SignedQuantumFormat (Results 1 – 6 of 6) sorted by relevance

/external/ImageMagick/coders/
Dipl.c266 quantum_format = SignedQuantumFormat; in ReadIPLImage()
274 quantum_format = SignedQuantumFormat; in ReadIPLImage()
560 if(quantum_info->format == SignedQuantumFormat){ in WriteIPLImage()
Dmat.c733 format_type=SignedQuantumFormat; in ReadMATImageV4()
Dtiff.c1678 status=SetQuantumFormat(image,quantum_info,SignedQuantumFormat); in ReadTIFFImage()
3668 case SignedQuantumFormat: in WriteTIFFImage()
/external/ImageMagick/MagickCore/
Dquantum.h47 SignedQuantumFormat, enumerator
Doption.c1996 { "Signed", SignedQuantumFormat, UndefinedOptionFlag, MagickFalse },
Dquantum-import.c2539 if (quantum_info->format == SignedQuantumFormat) in ImportGrayQuantum()