Searched refs:vert (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-current/lib/libcurses/
H A Dbox.c45 * Draw a box around the given window with "vert" as the vertical
49 box(WINDOW *win, chtype vert, chtype hor) argument
51 return (wborder(win, vert, vert, hor, hor, 0, 0, 0, 0));
/netbsd-current/external/bsd/mdocml/dist/
H A Dtbl.h57 int vert; /* Width of subsequent vertical line. */ member in struct:tbl_cell
78 int vert; /* Width of left vertical line. */ member in struct:tbl_row
H A Dtbl_layout.c156 if (cp->vert < 2)
157 cp->vert++;
215 if (rp->vert < 2)
216 rp->vert++;
300 if (tbl->opts.lvert < tbl->first_row->vert)
301 tbl->opts.lvert = tbl->first_row->vert;
311 if (tbl->opts.lvert < rp->vert)
312 tbl->opts.lvert = rp->vert;
315 tbl->opts.rvert < rp->last->vert)
316 tbl->opts.rvert = rp->last->vert;
[all...]
H A Dtbl_term.c319 if (sp->pos == TBL_SPAN_DATA && uvert < sp->layout->vert)
320 uvert = dvert = sp->layout->vert;
322 dvert < sp->next->layout->vert)
323 dvert = sp->next->layout->vert;
324 if (sp->prev != NULL && uvert < sp->prev->layout->vert &&
327 uvert = sp->prev->layout->vert;
369 uvert = dvert = cps->vert;
382 if (uvert < cpp->vert &&
390 uvert = cpp->vert;
401 (dvert < cpn->vert
[all...]
H A Dtbl_html.c141 switch (sp->layout->vert) {
223 switch (cp->vert) {
/netbsd-current/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_rect.h148 * @vert: vertical downscale factor
150 * Divide the coordinates of rectangle @r by @horz and @vert.
152 static inline void drm_rect_downscale(struct drm_rect *r, int horz, int vert) argument
155 r->y1 /= vert;
157 r->y2 /= vert;
/netbsd-current/external/gpl2/groff/dist/src/libs/libgroff/
H A Dfontfile.cpp40 int font::vert = 1; member in class:font
H A Dfont.cpp818 { "vert", &font::vert },
1038 if (vert < 1) {
1039 t.error("bad `vert' value");
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
H A Dtransform.h145 struct fixed31_32 vert; member in struct:scaling_ratios
152 int vert; member in struct:sharpness_adj
/netbsd-current/external/gpl2/groff/dist/src/include/
H A Dfont.h74 static int vert; member in class:font
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
H A Damdgpu_dcn10_dpp_dscl.c186 && data->ratios.vert.value == one
198 if (data->ratios.horz.value == one && data->ratios.vert.value == one)
311 uint32_t v_2tap_sharp_factor = scl_data->sharpness.vert;
342 scl_data->taps.v_taps, scl_data->ratios.vert);
488 int ceil_vratio = dc_fixpt_ceil(scl_data->ratios.vert);
592 SCL_V_SCALE_RATIO, dc_fixpt_u3d19(data->ratios.vert) << 5);
H A Damdgpu_dcn10_dpp.c153 scl_data->ratios.vert.value != dc_fixpt_one.value)
166 if (scl_data->ratios.vert.value == (4ll << 32))
167 scl_data->ratios.vert.value--;
197 if (IDENTITY_RATIO(scl_data->ratios.vert))
/netbsd-current/external/gpl2/groff/dist/src/devices/grotty/
H A Dtty.cpp395 if (v % font::vert != 0)
397 vpos = v / font::vert;
408 // position font::vert.
505 if (len >= 0 && len <= font::vert)
511 len -= font::vert;
512 v += font::vert;
516 len -= font::vert;
517 v += font::vert;
624 if (page_length % font::vert != 0)
626 int lines_per_page = page_length / font::vert;
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
H A Damdgpu_dcn20_dpp.c401 if (scl_data->ratios.vert.value == (8ll << 32))
402 scl_data->ratios.vert.value--;
417 if (dc_fixpt_ceil(scl_data->ratios.vert) > 4)
444 if (IDENTITY_RATIO(scl_data->ratios.vert))
H A Damdgpu_dcn20_resource.c2149 pipes[pipe_cnt].pipe.scale_ratio_depth.vscl_ratio = (double) scl->ratios.vert.value / (1ULL<<32);
2152 scl->ratios.vert.value != dc_fixpt_one.value
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
H A Damdgpu_dce_transform.c266 dc_fixpt_u2d19(data->ratios.vert) << 5;
280 data->ratios.vert,
357 coeffs_v = get_filter_coeffs_16p(data->taps.v_taps, data->ratios.vert);
928 scl_data->taps.v_taps = decide_taps(scl_data->ratios.vert, in_taps->v_taps, false);
932 if (!IDENTITY_RATIO(scl_data->ratios.vert)) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc_resource.c724 pipe_ctx->plane_res.scl_data.ratios.vert = dc_fixpt_from_fraction(
731 pipe_ctx->plane_res.scl_data.ratios.vert.value *= 2;
733 pipe_ctx->plane_res.scl_data.ratios.vert.value = div64_s64(
734 pipe_ctx->plane_res.scl_data.ratios.vert.value * in_h, out_h);
739 pipe_ctx->plane_res.scl_data.ratios.vert_c = pipe_ctx->plane_res.scl_data.ratios.vert;
748 pipe_ctx->plane_res.scl_data.ratios.vert = dc_fixpt_truncate(
749 pipe_ctx->plane_res.scl_data.ratios.vert, 19);
896 dc_fixpt_add_int(data->ratios.vert, data->taps.v_taps + 1), 2), 19);
910 orthogonal_rotation ? data->ratios.vert : data->ratios.horz,
928 orthogonal_rotation ? data->ratios.horz : data->ratios.vert,
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
H A Damdgpu_dce110_transform_v.c385 dc_fixpt_u2d19(data->ratios.vert) << 5;
567 coeffs_v = get_filter_coeffs_64p(data->taps.v_taps, data->ratios.vert);
H A Damdgpu_dce110_hw_sequencer.c2686 .v_scale_ratio = pipe_ctx->plane_res.scl_data.ratios.vert,
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
H A Damdgpu_dcn_calcs.c391 input->scale_ratio_depth.vscl_ratio = pipe->plane_res.scl_data.ratios.vert.value/4294967296.0;
953 ASSERT(pipe->plane_res.scl_data.ratios.vert.value != dc_fixpt_one.value
958 ASSERT(pipe->plane_res.scl_data.ratios.vert.value != dc_fixpt_one.value
H A Damdgpu_dce_calcs.c2810 data->v_scale_ratio[num_displays + 4] = fixed31_32_to_bw_fixed(pipe[i].plane_res.scl_data.ratios.vert.value);
2867 pipe[i].bottom_pipe->plane_res.scl_data.ratios.vert.value);
2912 data->v_scale_ratio[num_displays + 4] = fixed31_32_to_bw_fixed(pipe[i].plane_res.scl_data.ratios.vert.value);
/netbsd-current/external/gpl2/groff/dist/src/devices/grodvi/
H A Ddvi.cpp208 if (font::vert != 1)
209 fatal("vert must be equal to 1");
/netbsd-current/external/gpl2/groff/dist/src/libs/libdriver/
H A Dinput.cpp1637 if (int_arg != font::vert)
/netbsd-current/external/gpl2/groff/dist/src/devices/grops/
H A Dps.cpp623 if (font::vert != 1)
/netbsd-current/external/gpl2/groff/dist/src/devices/grohtml/
H A Dpost-html.cpp4204 if (font::vert != 40)

Completed in 332 milliseconds

12