Lines Matching refs:source_geometry
114 static void magnify (char *window_geometry, char *source_geometry,
173 char *source_geometry = NULL; /* size of square tracking pointer */
199 source_geometry = argv[i];
272 if (!source_geometry)
273 source_geometry = XGetDefault (dpy, ProgramName, "source");
274 if (!source_geometry)
275 source_geometry = XGetDefault (dpy, ProgramName, "Source");
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
373 char *source_geometry, /* size and location of area */
422 if (source_geometry) {
423 source_geom_mask = XParseGeometry (source_geometry,