Searched refs:trace_t (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ui/tools/ |
H A D | flood-tool.cpp | 314 * @param trace_t The pixel in the trace pixel buffer to check or mark. 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) { argument 321 if (is_pixel_paintability_checked(trace_t)) { 322 return is_pixel_paintable(trace_t); 326 mark_pixel_paintable(trace_t); 329 mark_pixel_not_paintable(trace_t); 345 unsigned char *trace_t; local 352 trace_t = get_trace_pixel(trace_px, min_x, y, bci.width); 354 *gray_map_t = is_pixel_colored(trace_t) ? GRAYMAP_BLACK : GRAYMAP_WHITE; 356 trace_t 513 unsigned char *trace_t; local 556 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) argument 573 shift_point_onto_queue(std::deque<Geom::Point> *fill_queue, unsigned int max_queue_size, unsigned char *trace_t, unsigned int x, unsigned int y) argument 635 unsigned char *trace_t = current_trace_t - bci.width; local 654 unsigned char *trace_t = current_trace_t + bci.width; local 865 unsigned char *trace_t = get_trace_pixel(trace_px, (int)pw[Geom::X], (int)pw[Geom::Y], width); local 894 unsigned char *trace_t = get_trace_pixel(trace_px, cx, cy, width); local 968 unsigned char *trace_t = get_trace_pixel(trace_px, x, y, width); local [all...] |
Completed in 16 milliseconds