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

/inkscape/src/widgets/
H A Deek-preview.cpp257 gint insetTop = 0, insetBottom = 0; local
265 insetTop = insetBottom = 1;
269 insetTop = insetBottom = 1;
311 cairo_rectangle(cr, insetLeft, insetTop, allocation.width - (insetLeft + insetRight), allocation.height - (insetTop + insetBottom));
331 h - (insetTop + insetBottom),
335 priv->scaledH = h - (insetTop + insetBottom);
358 (allocation.height - (insetTop + insetBottom))

Completed in 15 milliseconds