Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:extent

3239 %    o amount:  Define the extent of the implosion.
4160 % 0 to QuantumRange and is a measure of the extent of the sepia toning. A
4626 % measure of the extent of the solarization.
4637 % o threshold: Define the extent of the solarization.
5778 const size_t stride,const size_t extent,const size_t scale,float *kernel)
5798 for ( ; i < (ssize_t) (extent-scale); i++)
5804 r=pixels+stride*(extent-2);
5805 for ( ; i < (ssize_t) extent; i++)