Searched refs:r_width (Results 1 - 1 of 1) sorted by relevance
/solaris-x11-s12/open-src/app/xmag_multivis/sun-src/ |
H A D | xmag_multivis.c | 1064 int r_x, r_y, r_width, r_height; /* filled rectangle dimensions */ local 1107 r_width = 0; /* have done nothing so far */ 1129 if (gcv.foreground != back_pixel && r_width > 0) { 1135 r_x, r_y, r_width, r_height); 1137 r_x += r_width; 1139 r_width = 0; 1141 r_width += magnification; 1146 if (gcv.foreground != back_pixel && r_width > 0) { 1151 XFillRectangle (dpy, mw, fGC, r_x, r_y, r_width, r_height);
|
Completed in 16 milliseconds