Home
last modified time | relevance | path

Searched refs:SetQuantumScale (Results 1 – 5 of 5) sorted by relevance

/external/ImageMagick/MagickCore/
Dquantum.h188 SetQuantumScale(QuantumInfo *,const double);
Dquantum.c1006 MagickExport void SetQuantumScale(QuantumInfo *quantum_info,const double scale) in SetQuantumScale() function
Dmethods.h1106 #define SetQuantumScale PrependMagickMethod(SetQuantumScale) macro
/external/ImageMagick/coders/
Dmat.c716 SetQuantumScale(quantum_info,1.0); in ReadMATImageV4()
Dpnm.c1287 SetQuantumScale(quantum_info,(double) QuantumRange*fabs(quantum_scale)); in ReadPNMImage()