Home
last modified time | relevance | path

Searched refs:xpixel (Results 1 – 25 of 126) sorted by relevance

123456

/dports/sysutils/tmux/tmux-3.2a/
H A Dresize.c53 window_resize(w, sx, sy, xpixel, ypixel); in resize_window()
114 u_int *xpixel, u_int *ypixel) in clients_calculate_size() argument
133 *xpixel = *ypixel = 0; in clients_calculate_size()
182 if (loop->tty.xpixel > *xpixel && loop->tty.ypixel > *ypixel) { in clients_calculate_size()
183 *xpixel = loop->tty.xpixel; in clients_calculate_size()
222 u_int *sx, u_int *sy, u_int *xpixel, u_int *ypixel, int type) in default_window_size() argument
238 *xpixel = c->tty.xpixel; in default_window_size()
291 u_int sx, sy, xpixel = 0, ypixel = 0; in recalculate_size() local
312 recalculate_size_skip_client, &sx, &sy, &xpixel, &ypixel); in recalculate_size()
342 resize_window(w, sx, sy, xpixel, ypixel); in recalculate_size()
[all …]
H A Dcmd-resize-window.c57 int xpixel = -1, ypixel = -1; in cmd_resize_window_exec() local
103 default_window_size(NULL, s, w, &sx, &sy, &xpixel, &ypixel, in cmd_resize_window_exec()
106 default_window_size(NULL, s, w, &sx, &sy, &xpixel, &ypixel, in cmd_resize_window_exec()
111 resize_window(w, sx, sy, xpixel, ypixel); in cmd_resize_window_exec()
H A Dwindow.c298 window_create(u_int sx, u_int sy, u_int xpixel, u_int ypixel) in window_create() argument
302 if (xpixel == 0) in window_create()
303 xpixel = DEFAULT_XPIXEL; in window_create()
319 w->xpixel = xpixel; in window_create()
333 w->xpixel, w->ypixel); in window_create()
411 if (xpixel == 0) in window_resize()
412 xpixel = DEFAULT_XPIXEL; in window_resize()
417 xpixel == -1 ? w->xpixel : (u_int)xpixel, in window_resize()
421 if (xpixel != -1) in window_resize()
422 w->xpixel = xpixel; in window_resize()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/conch/ssh/
H A Dsession.py319 cols, rows, xpixel, ypixel = struct.unpack('>4L', rest[: 16])
321 winSize = (rows, cols, xpixel, ypixel)
325 def packRequest_pty_req(term, (rows, cols, xpixel, ypixel), modes): argument
331 winSizePacked = struct.pack('>4L', cols, rows, xpixel, ypixel)
340 cols, rows, xpixel, ypixel = struct.unpack('>4L', data)
341 return rows, cols, xpixel, ypixel
343 def packRequest_window_change((rows, cols, xpixel, ypixel)): argument
346 return struct.pack('>4L', cols, rows, xpixel, ypixel)
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/conch/ssh/
H A Dsession.py401 cols, rows, xpixel, ypixel = struct.unpack(">4L", rest[:16])
403 winSize = (rows, cols, xpixel, ypixel)
420 (rows, cols, xpixel, ypixel) = geometry
422 winSizePacked = struct.pack(">4L", cols, rows, xpixel, ypixel)
432 cols, rows, xpixel, ypixel = struct.unpack(">4L", data)
433 return rows, cols, xpixel, ypixel
443 (rows, cols, xpixel, ypixel) = geometry
444 return struct.pack(">4L", cols, rows, xpixel, ypixel)
/dports/chinese/eterm/Eterm-0.9.6/src/
H A Dscreen.c1786 xpixel = Col2Pixel(col); in scr_refresh()
1996 … UPDATE_BOX(xpixel, ypixel - ascent, xpixel + Width2Pixel(1), ypixel + Height2Pixel(1)); in scr_refresh()
1999 … UPDATE_BOX(xpixel + 1, ypixel - ascent, xpixel + 1 + Width2Pixel(1), ypixel + Height2Pixel(1)); in scr_refresh()
2009 xx = xpixel; in scr_refresh()
2090 … UPDATE_BOX(xpixel, ypixel - ascent, xpixel + Width2Pixel(wlen), ypixel + Height2Pixel(1)); in scr_refresh()
2120 … UPDATE_BOX(xpixel, ypixel - ascent, xpixel + Width2Pixel(wlen), ypixel + Height2Pixel(1)); in scr_refresh()
2127 … UPDATE_BOX(xpixel + 1, ypixel - ascent, xpixel + 1 + Width2Pixel(wlen), ypixel + Height2Pixel(1)); in scr_refresh()
2133 UPDATE_BOX(xpixel, ypixel + 1, xpixel + Width2Pixel(wlen) - 1, ypixel + 1); in scr_refresh()
2136 UPDATE_BOX(xpixel, ypixel - 1, xpixel + Width2Pixel(wlen) - 1, ypixel - 1); in scr_refresh()
2143 UPDATE_BOX(xpixel, ypixel + 1, xpixel + Width2Pixel(wlen) - 1, ypixel + 1); in scr_refresh()
[all …]
/dports/x11/eterm/Eterm-0.9.6/src/
H A Dscreen.c1786 xpixel = Col2Pixel(col); in scr_refresh()
1996 … UPDATE_BOX(xpixel, ypixel - ascent, xpixel + Width2Pixel(1), ypixel + Height2Pixel(1)); in scr_refresh()
1999 … UPDATE_BOX(xpixel + 1, ypixel - ascent, xpixel + 1 + Width2Pixel(1), ypixel + Height2Pixel(1)); in scr_refresh()
2009 xx = xpixel; in scr_refresh()
2090 … UPDATE_BOX(xpixel, ypixel - ascent, xpixel + Width2Pixel(wlen), ypixel + Height2Pixel(1)); in scr_refresh()
2120 … UPDATE_BOX(xpixel, ypixel - ascent, xpixel + Width2Pixel(wlen), ypixel + Height2Pixel(1)); in scr_refresh()
2127 … UPDATE_BOX(xpixel + 1, ypixel - ascent, xpixel + 1 + Width2Pixel(wlen), ypixel + Height2Pixel(1)); in scr_refresh()
2133 UPDATE_BOX(xpixel, ypixel + 1, xpixel + Width2Pixel(wlen) - 1, ypixel + 1); in scr_refresh()
2136 UPDATE_BOX(xpixel, ypixel - 1, xpixel + Width2Pixel(wlen) - 1, ypixel - 1); in scr_refresh()
2143 UPDATE_BOX(xpixel, ypixel + 1, xpixel + Width2Pixel(wlen) - 1, ypixel + 1); in scr_refresh()
[all …]
/dports/japanese/eterm/Eterm-0.9.6/src/
H A Dscreen.c1786 xpixel = Col2Pixel(col); in scr_refresh()
1996 … UPDATE_BOX(xpixel, ypixel - ascent, xpixel + Width2Pixel(1), ypixel + Height2Pixel(1)); in scr_refresh()
1999 … UPDATE_BOX(xpixel + 1, ypixel - ascent, xpixel + 1 + Width2Pixel(1), ypixel + Height2Pixel(1)); in scr_refresh()
2009 xx = xpixel; in scr_refresh()
2090 … UPDATE_BOX(xpixel, ypixel - ascent, xpixel + Width2Pixel(wlen), ypixel + Height2Pixel(1)); in scr_refresh()
2120 … UPDATE_BOX(xpixel, ypixel - ascent, xpixel + Width2Pixel(wlen), ypixel + Height2Pixel(1)); in scr_refresh()
2127 … UPDATE_BOX(xpixel + 1, ypixel - ascent, xpixel + 1 + Width2Pixel(wlen), ypixel + Height2Pixel(1)); in scr_refresh()
2133 UPDATE_BOX(xpixel, ypixel + 1, xpixel + Width2Pixel(wlen) - 1, ypixel + 1); in scr_refresh()
2136 UPDATE_BOX(xpixel, ypixel - 1, xpixel + Width2Pixel(wlen) - 1, ypixel - 1); in scr_refresh()
2143 UPDATE_BOX(xpixel, ypixel + 1, xpixel + Width2Pixel(wlen) - 1, ypixel + 1); in scr_refresh()
[all …]
/dports/chinese/aterm/aterm-1.0.1/src/
H A Dthai.c62 int xpixel; /* dummy x pixel */ in ThaiPixel2Col() local
77 xpixel = CharWidth(wf,str[0]); in ThaiPixel2Col()
79 while(xpixel <= x && i < TermWin.ncol){ in ThaiPixel2Col()
81 xpixel += CharWidth(wf,str[i]); /* wf->per_char[char_num].width; */ in ThaiPixel2Col()
/dports/x11/aterm/aterm-1.0.1/src/
H A Dthai.c62 int xpixel; /* dummy x pixel */ in ThaiPixel2Col() local
77 xpixel = CharWidth(wf,str[0]); in ThaiPixel2Col()
79 while(xpixel <= x && i < TermWin.ncol){ in ThaiPixel2Col()
81 xpixel += CharWidth(wf,str[i]); /* wf->per_char[char_num].width; */ in ThaiPixel2Col()
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/t/
H A Dfitschan.t36 my $xpixel = \@x;
46 my ( $xworld, $yworld) = $wcsinfo->Tran2( $xpixel, $ypixel, 1 );
58 ($xworld, $yworld) = $wcsinfo->Tran2( $xpixel, $ypixel, 0 );
/dports/x11/mrxvt/mrxvt-0.4.2/src/
H A Dthai.c114 int xpixel; /* dummy x pixel */ in ThaiPixel2Col() local
129 xpixel = FONT_WIDTH(wf, str[0]); in ThaiPixel2Col()
131 while (xpixel <= x && i < r->TermWin.ncol){ in ThaiPixel2Col()
133 xpixel += FONT_WIDTH(wf, str[i]); /* wf->per_char[char_num].width; */ in ThaiPixel2Col()
/dports/astro/p5-Astro-FITS-Header/Astro-FITS-Header-3.08/t/
H A Dast.t50 my $xpixel = \@x;
59 my ( $xworld, $yworld) = $wcsinfo->Tran2( $xpixel, $ypixel, 1 );
70 ($xworld, $yworld) = $wcsinfo->Tran2( $xpixel, $ypixel, 0 );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/opengl/shaders/
H A DareaScaleFragmentShader.glsl142 int xpixel[ 16 + 2 ];
163 xpixel[ xpos ] = sx1 - 1;
169 xpixel[ xpos ] = sx;
175 xpixel[ xpos ] = sx2;
209 int xstart = xpixel[ 0 ];
210 int xend = xpixel[ xpos - 1 ];
/dports/math/fricas/fricas-1.3.7/src/graph/view3D/
H A DsmoothShade3d.c118 int xpixel,hue,shade; in drawPhongSpan() local
125 xpixel = (int)xleft; in drawPhongSpan()
128 while (xpixel <= (int)xright) { in drawPhongSpan()
130 if ( (zC < get_zBuffer(xpixel)) ) { in drawPhongSpan()
133 put_cBuffer_axes(xpixel,'0'); in drawPhongSpan()
134 put_zBuffer(xpixel,zC); in drawPhongSpan()
138 put_cBuffer_indx(xpixel,black); in drawPhongSpan()
140 put_cBuffer_indx(xpixel,white); in drawPhongSpan()
168 if (col > 1.0) put_cBuffer_indx(xpixel,white); in drawPhongSpan()
170 if (col < 0.0) put_cBuffer_indx(xpixel,black); in drawPhongSpan()
[all …]
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/widgets/
H A Dcolorpickerwidget.cpp236 unsigned long xpixel; in grabColor() local
240 xpixel = XGetPixel(m_image, 0, 0); in grabColor()
242 xpixel = XGetPixel(m_image, p.x(), p.y()); in grabColor()
249 xcol.pixel = xpixel; in grabColor()
/dports/games/heretic/glheretic-1.2/graphics/
H A Di_x11_fast.c63 static unsigned long *xpixel; variable
710 xpixel=pal_cache[i].xpix_ptr; in UploadNewTruePal()
778 xpixel=pal_cache[index].xpix_ptr; in fill_pal_cache()
792 xpixel[i]=color.pixel; in fill_pal_cache()
1445 * ( unsigned long * ) data = xpixel [ *b ]; in Accel24b1x()
1465 color = xpixel [ *b ]; in Accel16b2x()
1491 color = xpixel [ *b ]; in Accel24b2x()
1516 color = xpixel [ *b ]; in Accel16b3x()
1545 color = xpixel [ *b ]; in Accel24b3x()
1575 color = xpixel [ *b ]; in Accel16b4x()
[all …]
/dports/graphics/xfractint/xfractint-20.04p16/common/
H A Djb.c18 static long xpixel, ypixel; variable
172 jx = multiply(Per->x - xpixel, initz, 16); in jb_per_pixel()
173 jx = divide(jx, dist, 16) - xpixel; in jb_per_pixel()
177 djx = multiply(djx, Per->x - xpixel, 16) << (bitshift - 16); in jb_per_pixel()
211 xpixel = x; in zline()
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/lib/
H A DReadKeyMini.pm163 ( $rows, $cols, my ( $xpixel, $ypixel ) ) = unpack( 'S4', $winsize );
164 return ( $cols, $rows, $xpixel, $ypixel );
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/psikyo/
H A Dpsikyosh_render.cpp280 for (INT32 xpixel = 0; xpixel < 16; xpixel+=2) in draw_prezoom() local
282 INT32 c = gfxptr[xpixel>>1]; in draw_prezoom()
283 dest[xpixel ] = c >> 4; in draw_prezoom()
284 dest[xpixel + 1] = c & 0x0f; in draw_prezoom()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/psikyo/
H A Dpsikyosh_render.cpp280 for (INT32 xpixel = 0; xpixel < 16; xpixel+=2) in draw_prezoom() local
282 INT32 c = gfxptr[xpixel>>1]; in draw_prezoom()
283 dest[xpixel ] = c >> 4; in draw_prezoom()
284 dest[xpixel + 1] = c & 0x0f; in draw_prezoom()
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dsshpty.c152 u_int xpixel, u_int ypixel) in pty_change_window_size() argument
159 w.ws_xpixel = xpixel; in pty_change_window_size()
/dports/security/openssh-portable/openssh-8.8p1/
H A Dsshpty.c153 u_int xpixel, u_int ypixel) in pty_change_window_size() argument
160 w.ws_xpixel = xpixel; in pty_change_window_size()
/dports/net-im/ssh-chat/ssh-chat-1.10.1/vendor/github.com/jessevdk/go-flags/
H A Dtermsize.go12 xpixel, ypixel uint16 member
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-swagger/go-swagger/vendor/github.com/jessevdk/go-flags/
H A Dtermsize.go12 xpixel, ypixel uint16 member

123456