Searched refs:floodFill (Results 1 – 3 of 3) sorted by relevance
/external/s2-geometry-library-java/src/com/google/common/geometry/ |
D | S2RegionCoverer.java | 318 floodFill(region, S2CellId.fromPoint(start).parent(level), output); in getSimpleCovering() 522 private static void floodFill(S2Region region, S2CellId start, ArrayList<S2CellId> output) { in floodFill() method in S2RegionCoverer
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 3046 floodFill(x_,y_,(Magick::Image *)NULL,fillColor_,&pixel,invert_); in floodFillColor() 3066 floodFill(x_,y_,(Magick::Image *)NULL,fillColor_,&pixel,invert_); in floodFillColor() 3084 floodFill(x_,y_,&texture_,Magick::Color(),&pixel,invert_); in floodFillTexture() 3104 floodFill(x_,y_,&texture_,Magick::Color(),&pixel,invert_); in floodFillTexture() 5105 void Magick::Image::floodFill(const ssize_t x_,const ssize_t y_, in floodFill() function in Magick::Image
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Image.h | 1539 void floodFill(const ssize_t x_,const ssize_t y_,
|