HomeSort by relevance Sort by last modified time
    Searched refs:ScaleMapToQuantum (Results 1 - 4 of 4) sorted by null

  /external/ImageMagick/MagickCore/
quantum-private.h 314 static inline Quantum ScaleMapToQuantum(const MagickRealType value)
417 static inline Quantum ScaleMapToQuantum(const MagickRealType value)
506 static inline Quantum ScaleMapToQuantum(const MagickRealType value)
593 static inline Quantum ScaleMapToQuantum(const MagickRealType value)
colorspace.c 631 logmap[i]=ScaleMapToQuantum((double) (MaxMap*(reference_white+
987 SetPixelRed(image,ScaleMapToQuantum(pixel.red),q);
988 SetPixelGreen(image,ScaleMapToQuantum(pixel.green),q);
989 SetPixelBlue(image,ScaleMapToQuantum(pixel.blue),q);
    [all...]
enhance.c 724 cdl_map[i].red=(double) ScaleMapToQuantum((double)
727 cdl_map[i].green=(double) ScaleMapToQuantum((double)
730 cdl_map[i].blue=(double) ScaleMapToQuantum((double)
    [all...]
accelerate.c     [all...]

Completed in 278 milliseconds