Searched refs:yt (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dwin_ops.c325 int xl, xr, yt, yb, xinnerl, xinnerr, yinnert, yinnerb; local in function:MoveOutline
342 yt = lasty; \
346 yinnert = yt + lastTH + lastBW; \
352 r->y1 = yt; \
354 r->y2 = yt; \
364 r->y1 = yt; \
370 r->y1 = yt; \
401 r->y1 = yt + lastTH; \
H A Dfunctions_win_moveresize.c428 yt = Event.xbutton.y_root - (DragHeight / 2); local in function:movewindow
431 TryToPack(tmp_win, &xl, &yt);
433 XMoveWindow(dpy, DragWindow, xl, yt);
565 int xl, yt, width, height; local in function:movewindow
568 yt = ConstMoveY;
573 TryToGrid(tmp_win, &xl, &yt);
576 TryToPush(tmp_win, xl, yt);
581 TryToPack(tmp_win, &xl, &yt);
585 ConstrainByBorders(tmp_win, &xl, width, &yt, height);
588 CurrentDragY = yt;
624 int xl, yt; local in function:movewindow
[all...]
H A Devent_handlers.c2257 int xl, yt, w, h; local in function:HandleButtonRelease
2281 yt = Event.xbutton.y_root - DragY - Tmp_win->frame_bw;
2287 yt = Event.xbutton.y_root - DragY - DragBW;
2294 yt = ConstMoveY;
2302 yt = ConstMoveY;
2308 TryToGrid(Tmp_win, &xl, &yt);
2313 TryToPush(Tmp_win, xl, yt);
2318 TryToPack(Tmp_win, &xl, &yt);
2321 ConstrainByBorders(Tmp_win, &xl, w, &yt, h);
2325 CurrentDragY = yt;
[all...]
H A Dmenus.c1422 const int yt = y + (Scr->EntryHeight / 2); local in function:PopUpMenu
1424 menu->width, menu->height, xl, yt);
1630 int i, x, y, xl, yt; local in function:WarpCursorToDefaultEntry
1643 yt = y + (i + 0.5) * Scr->EntryHeight;
1647 menu->width, menu->height, xl, yt);
/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
H A Disl_tiled_memcpy.c844 uint32_t xt, yt; local in function:intel_linear_to_tiled
869 * 'xt' and 'yt' are the origin of the destination tile, whether copying
874 for (yt = yt0; yt < yt3; yt += th) {
880 uint32_t y0 = MAX2(yt1, yt);
882 uint32_t y1 = MIN2(yt2, yt + th);
900 /* Translate by (xt,yt) for single-tile copier. */
902 y0-yt, y1-yt,
935 uint32_t xt, yt; local in function:intel_tiled_to_linear
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl_tiled_memcpy.c842 uint32_t xt, yt; local in function:linear_to_tiled
867 * 'xt' and 'yt' are the origin of the destination tile, whether copying
872 for (yt = yt0; yt < yt3; yt += th) {
878 uint32_t y0 = MAX2(yt1, yt);
880 uint32_t y1 = MIN2(yt2, yt + th);
898 /* Translate by (xt,yt) for single-tile copier. */
900 y0-yt, y1-yt,
933 uint32_t xt, yt; local in function:tiled_to_linear
[all...]
/xsrc/external/mit/twm/dist/src/
H A Dutil.c96 int xl, xr, yt, yb, xinnerl, xinnerr, yinnert, yinnerb; local in function:MoveOutline
112 yt = lasty; \
116 yinnert = yt + lastTH + lastBW; \
122 r->y1 = (short)(yt); \
124 r->y2 = (short)(yt); \
134 r->y1 = (short)(yt); \
140 r->y1 = (short)(yt); \
171 r->y1 = (short)(yt + lastTH); \
H A Dmenus.c1681 int xl, yt, w2, h; local in function:ExecuteFunction
1684 yt = ConstMoveY;
1690 int yb = yt + h;
1697 if (yt < 0)
1698 yt = 0;
1700 yt = Scr->MyDisplayHeight - h;
1703 CurrentDragY = yt;
1705 XMoveWindow(dpy, DragWindow, xl, yt);
1707 MoveOutline(eventp->xmotion.root, xl, yt, w2, h,
1713 int xl, yt, w local in function:ExecuteFunction
[all...]
H A Devents.c1518 int xl, yt; local in function:HandleButtonRelease
1527 yt = Event.xbutton.y_root - DragY - Tmp_win->frame_bw;
1534 yt = Event.xbutton.y_root - DragY - Scr->IconBorderWidth;
1542 yt = ConstMoveY;
1548 yt = ConstMoveY;
1555 int yb = yt + h;
1562 if (yt < 0)
1563 yt = 0;
1565 yt = Scr->MyDisplayHeight - h;
1569 CurrentDragY = yt;
[all...]

Completed in 16 milliseconds