HomeSort by: relevance | last modified time | path
    Searched refs:wy (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
113 wy = y;
122 wy += overall.ascent;
123 XDrawString16(dpy, d, gc, wx, wy, buf2b, 1);
124 wy += overall.descent;
129 wy += font->max_bounds.ascent;
130 XDrawString16(dpy, d, gc, wx, wy, buf2b, 1);
131 wy += font->max_bounds.descent;
142 wy += overall.ascent;
143 XDrawString(dpy, d, gc, wx, wy, buf, 1)
    [all...]
  /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/ctwm/dist/
win_resize.c 1183 int rx, ry, wx, wy, mr; local
1195 wy = strtol(endptr, &endptr, 10);
1197 if(wy < tmp_win->title_height + 1) {
1198 wy = tmp_win->title_height + 1;
1202 wx, wy + tmp_win->title_height, -1);
1238 XQueryPointer(dpy, tmp_win->w, &rr, &cr, &rx, &ry, &wx, &wy,
1241 if((wy + tmp_win->title_height) > size) {
1256 XQueryPointer(dpy, tmp_win->w, &rr, &cr, &rx, &ry, &wx, &wy,
1259 if((wy + tmp_win->title_height) > size) {
1276 XQueryPointer(dpy, tmp_win->w, &rr, &cr, &rx, &ry, &wx, &wy,
    [all...]
event_handlers.c 597 int wx, wy; local
598 XTranslateCoordinates(dpy, Scr->Root, ActiveMenu->w, xx, yy, &wx, &wy, &junkW);
599 if((wy < 0) || (wy > ActiveMenu->height)) {
600 yy -= (wy - (Scr->EntryHeight / 2) - 2);
622 int wx, wy; local
623 XTranslateCoordinates(dpy, Scr->Root, ActiveMenu->w, xx, yy, &wx, &wy, &junkW);
624 if((wy < 0) || (wy > ActiveMenu->height)) {
625 yy -= (wy - ActiveMenu->height + (Scr->EntryHeight / 2) + 2)
672 int wx, wy; local
699 int wx, wy; local
832 int wx, wy; local
    [all...]
  /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/freetype/dist/docs/reference/stylesheets/
extra.css 2 .wy-nav-content {
  /xsrc/external/mit/bdftopcf/dist/
bdfread.c 329 int wy; /* y component of width */ local
396 if ((!line) || (sscanf((char *) line, "SWIDTH %d %d", &wx, &wy) != 2)) {
400 if (wy != 0) {
411 if ((!line) || (sscanf((char *) line, "DWIDTH %d %d", &wx, &wy) != 2)) {
415 if (wy != 0) {
  /xsrc/external/mit/libXfont/dist/src/bitmap/
bdfread.c 339 int wy; /* y component of width */ local
405 if ((!line) || (sscanf((char *) line, "SWIDTH %d %d", &wx, &wy) != 2)) {
409 if (wy != 0) {
420 if ((!line) || (sscanf((char *) line, "DWIDTH %d %d", &wx, &wy) != 2)) {
424 if (wy != 0) {
  /xsrc/external/mit/libXfont2/dist/src/bitmap/
bdfread.c 341 int wy; /* y component of width */ local
407 if ((!line) || (sscanf((char *) line, "SWIDTH %d %d", &wx, &wy) != 2)) {
411 if (wy != 0) {
422 if ((!line) || (sscanf((char *) line, "DWIDTH %d %d", &wx, &wy) != 2)) {
426 if (wy != 0) {
  /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/xedit/dist/
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/xterm/dist/
graphics_regis.c 2441 unsigned wx, wy; local
2447 wy = (unsigned) SIGNED_UNSIGNED_MOD(py, smaxf);
2450 fy = (wy * scale) >> SCALE_FIXED_POINT;

Completed in 28 milliseconds