Lines Matching refs:possible
355 GdkRectangle possible = {insetLeft,
361 GdkRectangle area = {possible.x,
362 possible.y,
363 possible.width / 2,
364 possible.height / 2 };
373 if ( area.width < possible.width ) {
374 int diff = (possible.width - area.width) / 2;
406 if ( otherArea.height < possible.height ) {
407 otherArea.y = possible.y + (possible.height - otherArea.height);
436 if ( otherArea.height < possible.height ) {
437 otherArea.y = possible.y + (possible.height - otherArea.height) / 2;
466 GdkRectangle otherArea = {possible.x + ((possible.width / 4) - (area.width / 2)),
469 if ( otherArea.height < possible.height ) {
470 otherArea.y = possible.y + (possible.height - otherArea.height) / 2;
492 GdkRectangle otherArea = {possible.x + (((possible.width * 3) / 4) - (area.width / 2)),
495 if ( otherArea.height < possible.height ) {
496 otherArea.y = possible.y + (possible.height - otherArea.height) / 2;