Searched refs:wy (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dunproject.c70 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 DomText.c107 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 Dxtrapchar.c465 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 Dwin_resize.c1183 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 Devent_handlers.c597 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 Dexec.c101 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 Dbdfread.c339 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 Dbdfread.c341 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 Dbdfread.c329 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 Dextra.css2 .wy-nav-content {
/xsrc/external/mit/libXaw/dist/src/
H A DTip.c469 int rx, ry, wx, wy; local in function:TipPosition
474 &r, &c, &rx, &ry, &wx, &wy, &mask);
/xsrc/external/mit/xedit/dist/
H A Doptions.c380 int x, y, wx, wy, max_x, max_y; local in function:PopupColumnsCallback
386 &r, &c, &x, &y, &wx, &wy, &mask);
H A Dispell.c1218 int rx, ry, wx, wy; local in function:IspellAction
1222 &r, &c, &rx, &ry, &wx, &wy, &mask);
/xsrc/external/mit/xterm/dist/
H A Dgraphics_regis.c2441 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;

Completed in 36 milliseconds