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

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dflame.c98 flamestruct *fs = &flames[screen]; local
104 fs->width = xwa.width;
105 fs->height = xwa.height;
107 fs->max_levels = batchcount;
108 fs->win = win;
111 XFillRectangle(dsp, win, Scr[screen].gc, 0, 0, fs->width, fs->height);
114 fs->pixcol = halfrandom(Scr[screen].npixels);
115 XSetForeground(dsp, Scr[screen].gc, Scr[screen].pixels[fs->pixcol]);
122 recurse(fs,
167 flamestruct *fs = &flames[screen]; local
[all...]
H A Drotor.c118 flightstruct *fs = &flights[screen]; local
125 fs->centerx = xgwa.width / 2;
126 fs->centery = xgwa.height / 2;
135 wassmall = fs->smallscreen;
136 fs->smallscreen = (xgwa.width < 100);
138 if (wassmall && !fs->smallscreen)
139 fs->firsttime = True;
143 fs->num = batchcount;
145 if (fs->elements == NULL) {
146 if ((fs
182 register flightstruct *fs = &flights[screen]; local
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcsopendi.c229 char tb[256], *fs, **as; local
230 (void) XDPSGetNXArg(XDPSNX_EXEC_FILE, (void **) &fs);
232 (void) sprintf(tb, "FAILED to auto-launch:\n %s", fs);
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Label.c160 register XFontStruct *fs = lw->label.font; local
176 lw->label.label_height = fs->max_bounds.ascent + fs->max_bounds.descent;
186 int width = XTextWidth(fs, label, (int)(nl - label));
191 fs->max_bounds.ascent + fs->max_bounds.descent;
194 int width = XTextWidth(fs, label, strlen(label));
200 XTextWidth(fs, lw->label.label, (int) lw->label.label_len);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DLabel.c198 _XawLabelWidth16(fs, str, n)
199 XFontStruct *fs;
214 return XTextWidth16(fs, buf2b, n);
251 XFontStruct *fs = lw->label.font; local
305 lw->label.label_height = fs->max_bounds.ascent + fs->max_bounds.descent;
318 width = XTextWidth16(fs, (TXT16*)label, (int)(nl - label)/2);
320 width = XTextWidth(fs, label, (int)(nl - label));
326 fs->max_bounds.ascent + fs
[all...]

Completed in 26 milliseconds