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

/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dxmag_multivis.c1064 int r_x, r_y, r_width, r_height; /* filled rectangle dimensions */ local
1099 r_height = magnification; /* always doing just 1 line */
1135 r_x, r_y, r_width, r_height);
1151 XFillRectangle (dpy, mw, fGC, r_x, r_y, r_width, r_height);

Completed in 15 milliseconds