Home
last modified time | relevance | path

Searched refs:rem_h (Results 1 – 4 of 4) sorted by relevance

/dports/games/xpat2/xpat2-1.07/src/
H A DX-markcard.c28 static XSize_t rem_w, rem_h; /* h = 0: only horizontal bars saved */ variable
75 rem_h = h; in set_mark()
80 rem_w, rem_h, 0, 0); in set_mark()
84 rem_w, rem_h, ROUND_W, ROUND_H); in set_mark()
87 XFillRectangle(dpy, table, stipplegc, x, y, rem_w, rem_h); in set_mark()
93 rem_w, rem_h, rem_x, rem_y); in clear_mark()
H A DXQtMarkCrd.cpp32 static int rem_w, rem_h; /* h = 0: only horizontal bars saved */ variable
56 rem_h = h; in set_mark()
75 rem_w, rem_h, Qt::CopyROP, FALSE); in clear_mark()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libvo/
H A Dvo_gl_tiled.c724 int rem_h = h; in draw_slice() local
729 while (rem_h > 0) { in draw_slice()
733 int subtex_h = rem_h; in draw_slice()
767 rem_h -= subtex_h; in draw_slice()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libvo/
H A Dvo_gl_tiled.c724 int rem_h = h; in draw_slice() local
729 while (rem_h > 0) { in draw_slice()
733 int subtex_h = rem_h; in draw_slice()
767 rem_h -= subtex_h; in draw_slice()