Searched refs:floodFillTexture (Results 1 – 5 of 5) sorted by relevance
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Image.h | 931 void floodFillTexture(const Geometry &point_,const Image &texture_, 933 void floodFillTexture(const ::ssize_t x_,const ::ssize_t y_, 939 void floodFillTexture(const Geometry &point_,const Image &texture_, 941 void floodFillTexture(const ::ssize_t x_,const ::ssize_t y_,
|
/external/ImageMagick/Magick++/lib/ |
D | STL.cpp | 516 image_.floodFillTexture(_x,_y,_texture,_borderColor,_invert); in operator ()() 518 image_.floodFillTexture(_x,_y,_texture,_invert); in operator ()()
|
D | Image.cpp | 3069 void Magick::Image::floodFillTexture(const Magick::Geometry &point_, in floodFillTexture() function in Magick::Image 3072 floodFillTexture(point_.xOff(),point_.yOff(),texture_,invert_); in floodFillTexture() 3075 void Magick::Image::floodFillTexture(const ssize_t x_,const ssize_t y_, in floodFillTexture() function in Magick::Image 3087 void Magick::Image::floodFillTexture(const Magick::Geometry &point_, in floodFillTexture() function in Magick::Image 3091 floodFillTexture(point_.xOff(),point_.yOff(),texture_,borderColor_,invert_); in floodFillTexture() 3094 void Magick::Image::floodFillTexture(const ssize_t x_,const ssize_t y_, in floodFillTexture() function in Magick::Image
|
/external/ImageMagick/Magick++/ |
D | NEWS | 228 * Fixed bug in floodFillTexture().
|
D | ChangeLog | 1171 * lib/Image.cpp (floodFillTexture): Fixed bug due to pixel pointer 1228 * lib/Image.cpp (floodFillTexture): Changed coordinates to unsigned.
|