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

/inkscape/src/widgets/
H A Deek-preview.cpp258 gint insetLeft = 0, insetRight = 0; local
262 insetLeft = 1;
266 insetLeft = 1;
270 insetLeft = insetRight = 1;
311 cairo_rectangle(cr, insetLeft, insetTop, allocation.width - (insetLeft + insetRight), allocation.height - (insetTop + insetBottom));
330 w - (insetLeft + insetRight),
334 priv->scaledW = w - (insetLeft + insetRight);
347 gdk_cairo_set_source_pixbuf(cr, pix, insetLeft, insetTop);
355 GdkRectangle possible = {insetLeft,
[all...]

Completed in 32 milliseconds