Searched refs:horiz (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/stand/efi/loader/
H A Dframebuffer.c276 uint32_t horiz, vert, stride; local
279 status = uga->GetMode(uga, &horiz, &vert, &depth, &refresh);
283 efifb->fb_width = horiz;
316 horiz = 1680;
324 horiz = 1280;
337 if (offset >= 0 && efifb->fb_width == horiz &&
408 efifb->fb_addr, horiz * 8);
/freebsd-11-stable/contrib/mdocml/
H A Dtbl_term.c79 int ic, horiz, spans, vert, more; local
138 horiz = 0;
142 horiz = 1;
226 (horiz || (IS_HORIZ(sp->layout->first) &&
229 fc = horiz || IS_HORIZ(sp->layout->first) ? '+' : '|';
230 else if (horiz && sp->opts->lvert)
241 if (horiz) {
400 (horiz || (IS_HORIZ(sp->layout->last) &&
403 fc = horiz || IS_HORIZ(sp->layout->last) ? '+' : '|';
404 else if (horiz
[all...]
/freebsd-11-stable/contrib/ee/
H A Dee.c265 void draw_line P_((int vertical, int horiz, unsigned char *ptr, int t_pos, int length));
1005 draw_line(vertical, horiz, ptr, t_pos, length) /* redraw line from current position */
1007 int horiz; /* current horizontal position on screen */
1019 abs_column = horiz;
1020 column = horiz - horiz_offset;
1058 wmove(text_win, vertical, (horiz - horiz_offset));
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp2536 int horiz; local
2542 horiz = g->minh;
2549 if (horiz < g->minh)
2565 if (horiz < g->minh)
2568 horiz = g->maxh;
3276 * next_horiz_pos - returns the next horiz position.

Completed in 89 milliseconds