Home
last modified time | relevance | path

Searched refs:floodFillTexture (Results 1 – 5 of 5) sorted by relevance

/external/ImageMagick/Magick++/lib/Magick++/
DImage.h931 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/
DSTL.cpp516 image_.floodFillTexture(_x,_y,_texture,_borderColor,_invert); in operator ()()
518 image_.floodFillTexture(_x,_y,_texture,_invert); in operator ()()
DImage.cpp3069 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++/
DNEWS228 * Fixed bug in floodFillTexture().
DChangeLog1171 * lib/Image.cpp (floodFillTexture): Fixed bug due to pixel pointer
1228 * lib/Image.cpp (floodFillTexture): Changed coordinates to unsigned.