OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 190 milliseconds