Searched refs:vpos (Results 1 - 25 of 36) sorted by relevance

12

/macosx-10.10/emacs-93/emacs/lisp/play/
H A Danimate.el50 (defun animate-initialize (string vpos hpos)
60 vpos
75 (let ((vpos (+ (* remains (nth 1 item))
79 (animate-place-char (car item) vpos hpos)))))
82 (defun animate-place-char (char vpos hpos)
85 (dotimes (i vpos)
98 (defun animate-string (string vpos &optional hpos)
106 (animate-initialize string vpos
142 (let ((vpos (/ (- (window-height)
152 (animate-string (car list-of-strings) vpos)
[all...]
/macosx-10.10/groff-38/groff/src/devices/grolj4/
H A Dlj4.cpp177 int moveto(int hpos, int vpos);
178 int moveto1(int hpos, int vpos);
194 int lj4_printer::moveto(int hpos, int vpos) argument
196 if (cur_hpos != hpos || cur_vpos != vpos || cur_hpos < 0)
197 return moveto1(hpos, vpos);
317 if (!moveto(env->hpos, env->vpos))
325 int lj4_printer::moveto1(int hpos, int vpos) argument
327 if (hpos < x_offset || vpos < 0)
331 printf("%dx%dY", hpos - x_offset, vpos);
335 hpos - cur_hpos, vpos
354 int vpos = env->vpos; local
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/lib/termcap/
H A Dtermcap.h38 extern char *tgoto (const char *cstring, int hpos, int vpos);
H A Dtparam.c132 tgoto (cm, hpos, vpos)
134 int hpos, vpos;
139 args[0] = vpos;
/macosx-10.10/emacs-93/emacs/src/
H A Dindent.h45 int vpos; member in struct:position
H A Dindent.c1162 and vpos give its cartesian location. prevhpos is the column at
1208 register int vpos = fromvpos;
1301 if (vpos > tovpos || (vpos == tovpos && hpos >= tohpos))
1315 vpos = prev_vpos;
1426 prev_vpos = vpos;
1446 vpos++;
1449 prev_vpos = vpos;
1460 vpos = prev_vpos;
1479 vpos
1198 register int vpos = fromvpos; local
1809 Lisp_Object bufpos, hpos, vpos, prevhpos; variable
1892 register int vpos = 0; local
[all...]
H A Dtparam.c122 tgoto (cm, hpos, vpos)
124 int hpos, vpos;
129 args[0] = vpos;
H A Ddispnew.c348 /* Convert vpos and hpos from frame to window and vice versa.
1453 line_draw_cost (matrix, vpos)
1455 int vpos;
1457 struct glyph_row *row = matrix->rows + vpos;
3358 window_to_frame_vpos (w, vpos)
3360 int vpos;
3365 xassert (vpos >= 0 && vpos <= w->desired_matrix->nrows);
3366 vpos += WINDOW_TOP_EDGE_LINE (w);
3367 xassert (vpos >
4277 int vpos = MATRIX_ROW_VPOS (row, desired_matrix); local
4718 int cx, cy, vpos, hpos; local
[all...]
H A Dw32console.c61 static void w32con_ins_del_lines (int vpos, int n);
171 /* Insert n lines at vpos. if n is negative delete -n lines. */
173 w32con_ins_del_lines (int vpos, int n) argument
183 scroll.Top = vpos - n;
185 dest.Y = vpos;
189 scroll.Top = vpos;
191 dest.Y = vpos + n;
236 cursor_coords.Y = vpos;
H A Dxdisp.c1290 pos_visible_p (w, charpos, x, y, rtop, rbot, rowh, vpos)
1292 int charpos, *x, *y, *rtop, *rbot, *rowh, *vpos;
1345 *vpos = it.vpos;
1369 *vpos = it2.vpos;
1385 charpos, w->vscroll, *x, *y, *rtop, *rbot, *rowh, *vpos);
1646 glyph_to_pixel_coords (w, hpos, vpos, frame_x, frame_y)
1648 int hpos, vpos;
1657 xassert (vpos >
10091 int hpos, vpos, prop_idx; local
10152 int hpos, vpos; local
15025 int vpos = XFASTINT (w->window_end_vpos); local
15331 int vpos; variable
15338 vpos, variable
15354 int vpos; variable
15359 dump_glyph_row (MATRIX_ROW (m, vpos), vpos, variable
21581 int vpos = w->phys_cursor.vpos; local
21962 int vpos = w->phys_cursor.vpos; local
22588 int vpos, hpos; local
22783 int hpos, vpos, pos, i, dx, dy, area; local
[all...]
H A Dtermhooks.h41 extern void (*cursor_to_hook) P_ ((int vpos, int hpos));
H A Dterm.c291 each as vpos and hpos) */
667 cursor_to (vpos, hpos)
668 int vpos, hpos;
674 (*cursor_to_hook) (vpos, hpos);
683 if (curY == vpos && curX == hpos)
689 cmgoto (vpos, hpos);
1158 /* Insert N lines at vpos VPOS. If N is negative, delete -N lines. */
1161 ins_del_lines (vpos, n)
1162 int vpos, n;
1174 (*ins_del_lines_hook) (vpos,
[all...]
H A Dwindow.c355 int rtop, rbot, rowh, vpos, fully_p = 1;
380 && pos_visible_p (w, posint, &x, &y, &rtop, &rbot, &rowh, &vpos)
389 make_number (rowh), make_number (vpos));
443 i = w->cursor.vpos;
4970 int x, y, rtop, rbot, rowh, vpos;
4979 if (!pos_visible_p (w, PT, &x, &y, &rtop, &rbot, &rowh, &vpos))
5027 if (rbot > 0 && (w->vscroll < 0 || vpos == 0))
5194 it.current_y = it.vpos = 0;
5331 original_vpos = posit.vpos;
5716 the value of it.vpos a
354 int rtop, rbot, rowh, vpos, fully_p = 1; variable
4957 int x, y, rtop, rbot, rowh, vpos; local
[all...]
/macosx-10.10/groff-38/groff/src/devices/grolbp/
H A Dlbp.cpp77 void polygon( int hpos,int vpos,int np,int *p);
341 if ((env->hpos != cur_hpos) || (env->vpos != cur_vpos)) {
342 // lbpmoveabs(env->hpos - ((5 * 300) / 16), env->vpos);
343 lbpmoveabs(env->hpos - 64, env->vpos - 64);
344 cur_vpos = env->vpos;
400 inline void lbp_printer::polygon(int hpos, int vpos, int np, int *p) argument
405 points[1] = vpos;
438 vdmline(env->hpos, env->vpos, p[0], p[1]);
440 env->hpos - 64,env->vpos -64, env->hpos - 64 + p[0],
441 env->vpos
[all...]
/macosx-10.10/OpenSSL098-52/src/fips/rand/
H A Dfips_rand.c100 int vpos; member in struct:__anon3391
125 ctx->vpos = 0;
171 ctx->V[ctx->vpos++] ^= seed[i];
172 if (ctx->vpos == AES_BLOCK_LENGTH)
174 ctx->vpos = 0;
/macosx-10.10/groff-38/groff/src/devices/grotty/
H A Dtty.cpp369 env->hpos, env->vpos,
389 int vpos; local
391 vpos = cached_vpos;
395 vpos = v / font::vert;
396 if (vpos > nlines) {
398 lines = new glyph *[vpos + 1];
400 for (int i = nlines; i <= vpos; i++)
403 nlines = vpos + 1;
407 if (vpos <= 0) {
412 cached_vpos = vpos;
[all...]
/macosx-10.10/groff-38/groff/src/devices/grodvi/
H A Ddvi.cpp381 if (env->vpos != cur_v) {
382 out_signed(down1, env->vpos - cur_v);
383 cur_v = env->vpos;
559 moveto(env->hpos, env->vpos);
599 y = env->vpos + p[1] + thickness/2;
605 y = env->vpos + thickness/2;
613 y = env->vpos + thickness/2;
619 y = env->vpos + thickness/2;
650 int ov = env->vpos;
718 moveto(env->hpos+p[0]/2, env->vpos);
[all...]
/macosx-10.10/groff-38/groff/src/include/
H A Dprinter.h45 int vpos; member in struct:environment
/macosx-10.10/groff-38/groff/src/libs/libdriver/
H A Dinput.cpp493 e_copy->vpos = e->vpos;
1020 current_env->vpos += (*args)[i];
1588 current_env->vpos = -1;
1766 pr->end_page(current_env->vpos);
1769 current_env->vpos = 0;
1808 current_env->vpos += (EnvInt) get_integer_arg();
1811 current_env->vpos = (EnvInt) get_integer_arg();
1827 pr->end_page(current_env->vpos);
/macosx-10.10/groff-38/groff/src/devices/grops/
H A Dps.cpp705 && sbuf_vpos == env->vpos
755 sbuf_vpos = env->vpos;
1103 .put_fix_number(env->vpos)
1120 .put_fix_number(p[1] + env->vpos)
1122 .put_fix_number(env->vpos)
1136 .put_fix_number(env->vpos)
1159 .put_fix_number(env->vpos)
1185 .put_fix_number(env->vpos)
1221 .put_fix_number(env->vpos + int(c[1]))
1228 .put_fix_number(p[1] + p[3] + env->vpos)
[all...]
/macosx-10.10/WebCore-7600.1.25/editing/
H A DVisiblePosition.cpp747 void showTree(const WebCore::VisiblePosition* vpos) argument
749 if (vpos)
750 vpos->showTreeForThis();
753 void showTree(const WebCore::VisiblePosition& vpos) argument
755 vpos.showTreeForThis();
/macosx-10.10/groff-38/groff/src/roff/troff/
H A Dcolumn.cpp419 vunits vpos(V0);
422 vpos += ln->distance();
423 ln->output(out, vpos);
424 vpos += ln->height();
H A Dnode.cpp750 units vpos; member in class:troff_output_file
805 int get_vpos() { return vpos; }
876 vpos = v.to_units();
937 vpos += n.to_units();
944 put(vpos);
963 if (vpos != output_vpos) {
964 units n = vpos - output_vpos;
965 if (n > 0 && n < vpos) {
971 put(vpos);
976 output_vpos = vpos;
4684 int vpos = out->get_vpos(); local
4732 int vpos = out->get_vpos(); local
4809 int vpos = out->get_vpos(); local
[all...]
/macosx-10.10/Chess-310.6/Sources/
H A DMBCBoardViewTextures.mm65 CGFloat vpos = 20.0*scale;
76 CGContextShowTextAtPoint(bitmap, hpos, vpos, [name UTF8String], 1);
80 CGContextShowTextAtPoint(bitmap, hpos, vpos, [name UTF8String], 1);
/macosx-10.10/WebKit-7600.1.25/win/
H A DAccessibleTextImpl.cpp147 VisiblePosition vpos;
154 vpos = m_object->visiblePositionForPoint(IntPoint(points[0].x, points[0].y));
157 vpos = m_object->visiblePositionForPoint(IntPoint(x, y));
163 int caretPosition = vpos.deepEquivalent().offsetInContainerNode();

Completed in 491 milliseconds

12