Searched defs:insetRight (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/widgets/
H A Deek-preview.cpp258 gint insetLeft = 0, insetRight = 0; local
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);
357 (allocation.width - (insetLeft + insetRight)),

Completed in 16 milliseconds