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

  /external/ImageMagick/Magick++/lib/Magick++/
Image.h 799 void cycleColormap(const ::ssize_t amount_);
    [all...]
STL.h 324 cycleColormapImage( const ::ssize_t amount_ );
1095 spreadImage( const size_t amount_ = 3 );
    [all...]
  /external/ImageMagick/Magick++/lib/
STL.cpp 278 Magick::cycleColormapImage::cycleColormapImage( const ssize_t amount_ )
279 : _amount( amount_ )
1012 Magick::spreadImage::spreadImage( const size_t amount_ )
1013 : _amount( amount_ )
    [all...]
Image.cpp 2637 CycleColormapImage(image(),amount_,exceptionInfo); local
    [all...]

Completed in 101 milliseconds