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

/inkscape/src/ui/tools/
H A Dflood-tool.cpp272 PIXEL_COLORED = 16 enumerator in enum:Inkscape::UI::Tools::__anon128
281 static inline bool is_pixel_colored(unsigned char *t) { return (*t & PIXEL_COLORED) == PIXEL_COLORED; }
288 static inline void mark_pixel_colored(unsigned char *t) { *t |= PIXEL_COLORED; }

Completed in 22 milliseconds