HomeSort by: relevance | last modified time | path
    Searched refs:wx (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/mesa-demos/dist/src/redbook/
unproject.c 70 GLdouble wx, wy, wz; /* returned world x, y, z coords */ local
82 mvmatrix, projmatrix, viewport, &wx, &wy, &wz);
84 wx, wy, wz);
86 mvmatrix, projmatrix, viewport, &wx, &wy, &wz);
88 wx, wy, wz);
  /xsrc/external/mit/libX11/dist/modules/om/generic/
omText.c 107 int wx = 0, wy = 0; local
120 wx = x - (int)((overall.rbearing - overall.lbearing) >> 1) -
123 XDrawString16(dpy, d, gc, wx, wy, buf2b, 1);
126 wx = x - (int)((font->max_bounds.rbearing -
130 XDrawString16(dpy, d, gc, wx, wy, buf2b, 1);
140 wx = x - (int)((overall.rbearing - overall.lbearing) >> 1) -
143 XDrawString(dpy, d, gc, wx, wy, buf, 1);
146 wx = x - (int)((font->max_bounds.rbearing -
150 XDrawString(dpy, d, gc, wx, wy, buf, 1);
  /xsrc/external/mit/xtrap/dist/
xtrapchar.c 465 int x, y, wx, wy; local
472 &y,&wx,&wy,&sm) == False)
490 &y,&wx,&wy,&sm) == False)
508 &wx,&wy,&sm)
589 int x, y, wx, wy; local
592 if (XQueryPointer(tc->dpy,root,&rid,&wid,&x,&y,&wx,&wy,&sm)
  /xsrc/external/mit/bdftopcf/dist/
bdfread.c 328 int wx; /* x component of width */ local
396 if ((!line) || (sscanf((char *) line, "SWIDTH %d %d", &wx, &wy) != 2)) {
405 bitmapExtra->sWidths[ndx] = wx;
411 if ((!line) || (sscanf((char *) line, "DWIDTH %d %d", &wx, &wy) != 2)) {
420 if ((wx < INT16_MIN) || (wx > INT16_MAX)) {
422 charName, wx);
463 pState->digitWidths += wx;
475 ci->metrics.characterWidth = wx;
  /xsrc/external/mit/libXfont/dist/src/bitmap/
bdfread.c 338 int wx; /* x component of width */ local
405 if ((!line) || (sscanf((char *) line, "SWIDTH %d %d", &wx, &wy) != 2)) {
414 bitmapExtra->sWidths[ndx] = wx;
420 if ((!line) || (sscanf((char *) line, "DWIDTH %d %d", &wx, &wy) != 2)) {
429 if ((wx < INT16_MIN) || (wx > INT16_MAX)) {
431 charName, wx);
470 pState->digitWidths += wx;
481 ci->metrics.characterWidth = wx;
  /xsrc/external/mit/libXfont2/dist/src/bitmap/
bdfread.c 340 int wx; /* x component of width */ local
407 if ((!line) || (sscanf((char *) line, "SWIDTH %d %d", &wx, &wy) != 2)) {
416 bitmapExtra->sWidths[ndx] = wx;
422 if ((!line) || (sscanf((char *) line, "DWIDTH %d %d", &wx, &wy) != 2)) {
431 if ((wx < INT16_MIN) || (wx > INT16_MAX)) {
433 charName, wx);
472 pState->digitWidths += wx;
483 ci->metrics.characterWidth = wx;
  /xsrc/external/mit/xmodmap/dist/
exec.c 101 int rx, ry, wx, wy; /* dummy variables */ local
107 &root, &child, &rx, &ry, &wx, &wy, &mask))
  /xsrc/external/mit/ctwm/dist/
win_resize.c 1183 int rx, ry, wx, wy, mr; local
1188 wx = strtol(in_string, &endptr, 10);
1202 wx, wy + tmp_win->title_height, -1);
1238 XQueryPointer(dpy, tmp_win->w, &rr, &cr, &rx, &ry, &wx, &wy,
1256 XQueryPointer(dpy, tmp_win->w, &rr, &cr, &rx, &ry, &wx, &wy,
1276 XQueryPointer(dpy, tmp_win->w, &rr, &cr, &rx, &ry, &wx, &wy,
1279 if(wx > size) {
1296 XQueryPointer(dpy, tmp_win->w, &rr, &cr, &rx, &ry, &wx, &wy,
1299 if(wx > size) {
event_handlers.c 597 int wx, wy; local
598 XTranslateCoordinates(dpy, Scr->Root, ActiveMenu->w, xx, yy, &wx, &wy, &junkW);
602 if((wx < 0) || (wx > ActiveMenu->width)) {
603 xx -= (wx - (ActiveMenu->width / 2));
622 int wx, wy; local
623 XTranslateCoordinates(dpy, Scr->Root, ActiveMenu->w, xx, yy, &wx, &wy, &junkW);
627 if((wx < 0) || (wx > ActiveMenu->width)) {
628 xx -= (wx - (ActiveMenu->width / 2))
672 int wx, wy; local
699 int wx, wy; local
832 int wx, wy; local
    [all...]
  /xsrc/external/mit/xedit/dist/
ar-lib 134 | -wx* | -WX* )
options.c 380 int x, y, wx, wy, max_x, max_y; local
386 &r, &c, &x, &y, &wx, &wy, &mask); local
ispell.c 1218 int rx, ry, wx, wy; local
1222 &r, &c, &rx, &ry, &wx, &wy, &mask); local
  /xsrc/external/mit/libXaw/dist/src/
Tip.c 469 int rx, ry, wx, wy; local
474 &r, &c, &rx, &ry, &wx, &wy, &mask); local
  /xsrc/external/mit/xterm/dist/
graphics_regis.c 2441 unsigned wx, wy; local
2444 wx = (unsigned) SIGNED_UNSIGNED_MOD(px -
2449 fx = (wx * scale) >> SCALE_FIXED_POINT;

Completed in 22 milliseconds