Searched refs:get_trace_pixel (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ui/tools/ |
H A D | flood-tool.cpp | 194 inline unsigned char * get_trace_pixel(guchar *trace_px, int x, int y, int width) { function in namespace:Inkscape::UI::Tools 352 trace_t = get_trace_pixel(trace_px, min_x, y, bci.width); 523 trace_t = get_trace_pixel(trace_px, tx, ty, bci.width); 598 unsigned char *current_trace_t = get_trace_pixel(trace_px, bci.x, bci.y, bci.width); 865 unsigned char *trace_t = get_trace_pixel(trace_px, (int)pw[Geom::X], (int)pw[Geom::Y], width); 894 unsigned char *trace_t = get_trace_pixel(trace_px, cx, cy, width); 901 trace_t = get_trace_pixel(trace_px, 0, y, width); 968 unsigned char *trace_t = get_trace_pixel(trace_px, x, y, width);
|
Completed in 17 milliseconds