Searched refs:push_point_onto_queue (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/tools/
H A Dflood-tool.cpp556 static void push_point_onto_queue(std::deque<Geom::Point> *fill_queue, unsigned int max_queue_size, unsigned char *trace_t, unsigned int x, unsigned int y) { function in namespace:Inkscape::UI::Tools
643 push_point_onto_queue(fill_queue, bci.max_queue_size, trace_t, bci.x, top_ty);
662 push_point_onto_queue(fill_queue, bci.max_queue_size, trace_t, bci.x, bottom_ty);
866 push_point_onto_queue(&fill_queue, bci.max_queue_size, trace_t, (int)pw[Geom::X], (int)pw[Geom::Y]);

Completed in 16 milliseconds