Searched refs:color_point (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ui/tools/ | ||
H A D | flood-tool.cpp | 885 Geom::Point color_point = color_queue.front(); local 888 int cx = (int)color_point[Geom::X]; 889 int cy = (int)color_point[Geom::Y]; |
Completed in 17 milliseconds