Searched refs:top_line (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiff2rgba.c210 uint32 *top_line, *bottom_line; local
212 top_line = raster + tile_width * i_row;
215 _TIFFmemcpy(wrk_line, top_line, 4*tile_width);
216 _TIFFmemcpy(top_line, bottom_line, 4*tile_width);
324 uint32 *top_line, *bottom_line; local
326 top_line = raster + width * i_row;
329 _TIFFmemcpy(wrk_line, top_line, 4*width);
330 _TIFFmemcpy(top_line, bottom_line, 4*width);
/macosx-10.10/emacs-93/emacs/src/
H A Dwindow.c258 XSETFASTINT (p->top_line, 0);
1426 p->top_line = o->top_line;
1604 XWINDOW (sib)->top_line = p->top_line;
3065 c->top_line = w->top_line;
3098 c->top_line = w->top_line;
3148 first_pos = width_p ? XINT (w->left_col) : XINT (w->top_line);
6026 Lisp_Object left_col, top_line, total_cols, total_lines; member in struct:saved_window
[all...]
H A Dwindow.h114 Lisp_Object top_line; member in struct:window
380 (XFASTINT ((W)->top_line))
H A Dmsdos.c749 int max_line, top_line, bot_line;
784 top_line = 0;
789 top_line = start_line;
790 bot_line = top_line - width - 1;
794 top_line = 0;
798 top_line = bot_line + 1;
803 top_line = 31;
810 top_line = bot_line - (width - 1);
815 desired_cursor = ((top_line & 0x1f) << 8) | (bot_line & 0x1f);
747 int max_line, top_line, bot_line; local
H A Ddispnew.c2145 XSETFASTINT (root->top_line, top_margin);
2150 XSETFASTINT (mini->top_line, frame_lines - 1);
2447 XSETFASTINT (w->top_line, 0);
2469 XSETFASTINT (w->top_line, FRAME_MENU_BAR_LINES (f));
6340 XSETFASTINT (XWINDOW (FRAME_ROOT_WINDOW (f))->top_line,
6347 XSETFASTINT (XWINDOW (FRAME_MINIBUF_WINDOW (f))->top_line,
H A Dframe.c131 XSETFASTINT (w->top_line, XFASTINT (w->top_line) + n);
338 XSETFASTINT (XWINDOW (mini_window)->top_line, 9);
H A Dmacfns.c4251 w->left_col = w->top_line = make_number (0);
H A Dxfns.c5186 w->left_col = w->top_line = make_number (0);
H A Dw32fns.c7647 w->left_col = w->top_line = make_number (0);
H A Dxdisp.c24361 XWINDOW (root_window)->top_line = make_number (FRAME_TOP_MARGIN (f));
24365 mini_w->top_line = make_number (FRAME_LINES (f) - 1);

Completed in 481 milliseconds