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

/inkscape/src/display/
H A Dcanvas-grid.cpp890 grid_dot (SPCanvasBuf *buf, gint x, gint y, guint32 rgba) function in namespace:Inkscape
977 grid_dot (buf, ix, iy, _colordot); // | (guint32)0x000000FF); // put alpha to max value
981 grid_dot (buf, ix-pitch, iy, _empcolor);
982 grid_dot (buf, ix+pitch, iy, _empcolor);
984 grid_dot (buf, ix, iy, _empdot ); // | (guint32)0x000000FF); // put alpha to max value
986 grid_dot (buf, ix, iy-pitch, _empcolor);
987 grid_dot (buf, ix, iy+pitch, _empcolor);

Completed in 16 milliseconds