Lines Matching refs:geometry
146 " -geometry geomstring size and location of enlargement",
174 char *geometry = NULL; /* size and location of enlarged */
193 case 'g': /* -geometry geomstring */
195 geometry = argv[i];
269 if (!geometry) geometry = XGetDefault (dpy, ProgramName, "geometry");
270 if (!geometry) geometry = XGetDefault (dpy, ProgramName, "Geometry");
342 magnify (geometry, source_geometry, magnification,
350 * Do the setup for the magnification. Use the geometry, source_geometry,
354 * magnification = window.geometry.width / source_geometry.width
355 * magnification = window.geometry.height / source_geometry.height
437 * Check to make sure that user didn't give -geometry, -source, and -mag