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

/inkscape/src/ui/tools/
H A Dflood-tool.cpp287 static inline void mark_pixel_not_paintable(unsigned char *t) { *t |= PIXEL_NOT_PAINTABLE; *t ^= PIXEL_PAINTABLE; } function in namespace:Inkscape::UI::Tools
329 mark_pixel_not_paintable(trace_t);

Completed in 18 milliseconds