| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| H A D | unproject.c | 70 GLdouble wx, wy, wz; /* returned world x, y, z coords */ local in function:mouse 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/ |
| H A D | omText.c | 107 int wx = 0, wy = 0; local in function:draw_vertical 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, bu [all...] |
| /xsrc/external/mit/xtrap/dist/ |
| H A D | xtrapchar.c | 465 int x, y, wx, wy; local in function:send_special 472 &y,&wx,&wy,&sm) == False) 490 &y,&wx,&wy,&sm) == False) 508 &wx,&wy,&sm) 589 int x, y, wx, wy; local in function:send_special 592 if (XQueryPointer(tc->dpy,root,&rid,&wid,&x,&y,&wx,&wy,&sm)
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | win_resize.c | 1183 int rx, ry, wx, wy, mr; local in function:ChangeSize 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...] |
| H A D | event_handlers.c | 597 int wx, wy; local in function:HandleKeyPress 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 in function:HandleKeyPress 623 XTranslateCoordinates(dpy, Scr->Root, ActiveMenu->w, xx, yy, &wx, &wy, &junkW); 624 if((wy < 0) || (wy > ActiveMenu->height)) { 625 yy -= (wy 672 int wx, wy; local in function:HandleKeyPress 699 int wx, wy; local in function:HandleKeyPress 832 int wx, wy; local in function:HandleKeyPress [all...] |
| /xsrc/external/mit/xmodmap/dist/ |
| H A D | exec.c | 101 int rx, ry, wx, wy; /* dummy variables */ local in function:mapping_busy_pointer 107 &root, &child, &rx, &ry, &wx, &wy, &mask))
|
| /xsrc/external/mit/libXfont/dist/src/bitmap/ |
| H A D | bdfread.c | 339 int wy; /* y component of width */ local in function:bdfReadCharacters 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/ |
| H A D | bdfread.c | 341 int wy; /* y component of width */ local in function:bdfReadCharacters 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/bdftopcf/dist/ |
| H A D | bdfread.c | 329 int wy; /* y component of width */ local in function:bdfReadCharacters 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/freetype/dist/docs/reference/stylesheets/ |
| H A D | extra.css | 2 .wy-nav-content {
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Tip.c | 469 int rx, ry, wx, wy; local in function:TipPosition 474 &r, &c, &rx, &ry, &wx, &wy, &mask);
|
| /xsrc/external/mit/xedit/dist/ |
| H A D | options.c | 380 int x, y, wx, wy, max_x, max_y; local in function:PopupColumnsCallback 386 &r, &c, &x, &y, &wx, &wy, &mask);
|
| H A D | ispell.c | 1218 int rx, ry, wx, wy; local in function:IspellAction 1222 &r, &c, &rx, &ry, &wx, &wy, &mask);
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | graphics_regis.c | 2441 unsigned wx, wy; local in function:get_shade_character_pixel 2447 wy = (unsigned) SIGNED_UNSIGNED_MOD(py, smaxf); 2450 fy = (wy * scale) >> SCALE_FIXED_POINT;
|