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

/inkscape/src/ui/tools/
H A Dflood-tool.cpp292 struct bitmap_coords_info { struct in namespace:Inkscape::UI::Tools
318 * @param bci The bitmap_coords_info structure.
320 inline static bool check_if_pixel_is_paintable(guchar *px, unsigned char *trace_t, int x, int y, guint32 orig_color, bitmap_coords_info bci) {
342 static void do_trace(bitmap_coords_info bci, guchar *trace_px, SPDesktop *desktop, Geom::Affine transform, unsigned int min_x, unsigned int max_x, unsigned int min_y, unsigned int max_y, bool union_with_selection) {
487 * @param bci The bitmap_coords_info structure.
489 inline static bool coords_in_range(unsigned int x, unsigned int y, bitmap_coords_info bci) {
505 * @param bci The bitmap_coords_info structure.
508 inline static unsigned int paint_pixel(guchar *px, guchar *trace_px, guint32 orig_color, bitmap_coords_info bci, unsigned char *original_point_trace_t) {
588 * @param bci The bitmap_coords_info structure.
590 static ScanlineCheckResult perform_bitmap_scanline_check(std::deque<Geom::Point> *fill_queue, guchar *px, guchar *trace_px, guint32 orig_color, bitmap_coords_info bc
[all...]

Completed in 17 milliseconds