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

/inkscape/src/widgets/
H A Deek-preview.cpp405 GdkRectangle otherArea = {area.x, area.y, area.width, area.height}; local
406 if ( otherArea.height < possible.height ) {
407 otherArea.y = possible.y + (possible.height - otherArea.height);
414 otherArea.x, otherArea.y,
415 min(otherArea.width, otherArea.height)
427 otherArea.x, otherArea
435 GdkRectangle otherArea = {insetLeft, area.y, area.width, area.height}; local
466 GdkRectangle otherArea = {possible.x + ((possible.width / 4) - (area.width / 2)), local
492 GdkRectangle otherArea = {possible.x + (((possible.width * 3) / 4) - (area.width / 2)), local
[all...]

Completed in 21 milliseconds