Searched +full:raster +full:- +full:scan (Results 1 – 16 of 16) sorted by relevance
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | cad | 2 #------------------------------------------------------------------------------ 10 # CIT is the proprietary raster format (similar to TIFF) used to attach 11 # raster underlays to Microstation DGN (vector) drawings. 17 # https://www.bentley.com/products/default.cfm?objectid=97F351F5-9C35-4E5E-89C2 18 # 3F86C928&method=display&p_objectid=97F351F5-9C35-4E5E-89C280A93F86C928 19 # https://www.bentley.com/products/default.cfm?objectid=A5C2FD43-3AC9-4C71-B682 20 # 721C479F&method=display&p_objectid=A5C2FD43-3AC9-4C71-B682C7BE721C479F 40 # test for level 8 and type 9 for INGR raster image 44 >>>>0 use ingr-image 52 !:mime application/x-bentley-dgn [all …]
|
| H A D | images | 2 #------------------------------------------------------------------------------ 4 # images: file(1) magic for image formats (see also "iff", and "c-lang" for 9 # merging several one- and two-line files into here. 13 # Targa - matches `povray', `ppmtotga' and `xv' outputs 19 # Note: called by DROID "Truevision TGA Bitmap" version 1.0 via PUID x-fmt/367 23 # or theoretically 2-128 reserved for use by Truevision or 128-255 may be used for developer applic… 32 # Targa image data (strength=70=110-40) before some Commodore disc image (strength=70=70+0 ./c64) l… 35 !:strength -40 37 #>(2.S-2) belong !0x28632943 52 >>>>>>>0 use tga-image [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/media/ |
| H A D | fsl-vdoa.txt | 6 960 VPU to the conventional raster-scan order for scanout. 9 - compatible: must be "fsl,imx6q-vdoa" 10 - reg: the register base and size for the device registers 11 - interrupts: the VDOA interrupt 12 - clocks: the vdoa clock 17 compatible = "fsl,imx6q-vdoa";
|
| H A D | fsl,imx6q-vdoa.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/media/fsl,imx6q-vdoa.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 12 960 VPU to the conventional raster-scan order for scanout. 15 - Frank Li <Frank.Li@nxp.com> 19 const: "fsl,imx6q-vdoa" 33 - | 34 #include <dt-bindings/interrupt-controller/irq.h> 35 #include <dt-bindings/clock/imx6qdl-clock.h> [all …]
|
| /freebsd/usr.sbin/vidcontrol/ |
| H A D | vidcontrol.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 4 * Copyright (c) 1994-1996 Søren Schmidt 107 if (ioctl(0, VT_GETACTIVE, &cur_info.active_vty) == -1) in init() 111 if (ioctl(0, CONS_GETINFO, &cur_info.console_info) == -1) in init() 116 ioctl(0, GIO_SCRNMAP, &cur_info.screen_map) == -1) in init() 119 if (ioctl(0, CONS_GET, &cur_info.video_mode_number) == -1) in init() 124 if (ioctl(0, CONS_MODEINFO, &cur_info.video_mode_info) == -1) in init() 155 _IO('V', cur_info.video_mode_number - M_VESA_BASE), in revert() 184 "usage: vidcontrol [-Cx] [-b color] [-c appearance] [-f [[size] file]]", in usage() [all …]
|
| /freebsd/share/man/man4/ |
| H A D | syscons.4 | 3 .\" Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> 131 .Bd -literal -offset indent 132 Alt-F1 ttyv0 Alt-F7 ttyv6 Shift-Alt-F1 ttyva 133 Alt-F2 ttyv1 Alt-F8 ttyv7 Shift-Alt-F2 ttyvb 134 Alt-F3 ttyv2 Alt-F9 ttyv8 Shift-Alt-F3 ttyvc 135 Alt-F4 ttyv3 Alt-F10 ttyv9 Shift-Alt-F4 ttyvd 136 Alt-F5 ttyv4 Alt-F11 ttyva Shift-Alt-F5 ttyve 137 Alt-F6 ttyv5 Alt-F12 ttyvb Shift-Alt-F6 ttyvf 186 80-column-by-25-line mode. 206 to achieve a similar effect by re-mapping the font built into your video card. [all …]
|
| /freebsd/usr.sbin/lpr/common_source/ |
| H A D | printcap.c | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 41 #include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */ 82 * cgetent(3): -1 means we could not find what we wanted, -2 83 * means a system error occurred (and errno is set), -3 if a 88 * printcap-reading is consistent across the entire family. 121 case -1: in firstnextmap() 122 *status = -2; in firstnextmap() 124 case -2: in firstnextmap() 125 *status = -3; in firstnextmap() [all …]
|
| /freebsd/sys/arm/freescale/vybrid/ |
| H A D | vf_dcu4.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 80 #define RASTER_EN (1 << 14) /* Raster scan of pixel data */ 157 #define DCU_CTRLDESCL(n, m) 0x200 + (0x40 * n) + 0x4 * (m - 1) 202 { -1, 0 } 212 if (!ofw_bus_is_compatible(dev, "fsl,mvf600-dcu4")) in dcu_probe() 241 if ((node = ofw_bus_get_node(sc->dev)) == -1) in get_panel_info() 245 if ((len = OF_getproplen(node, "panel-size")) <= 0) in get_panel_info() 247 OF_getencprop(node, "panel-size", dts_value, len); in get_panel_info() 248 panel->width = dts_value[0]; in get_panel_info() [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
| H A D | am335x-guardian.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ 6 /dts-v1/; 9 #include <dt-bindings/input/input.h> 10 #include <dt-bindings/interrupt-controller/irq.h> 14 compatible = "bosch,am335x-guardian", "ti,am33xx"; 17 stdout-path = &uart0; 18 tick-timer = &timer2; 23 cpu0-supply = <&dcdc2_reg>; 32 guardian_buttons: gpio-keys { [all …]
|
| /freebsd/usr.sbin/lpr/lpd/ |
| H A D | printjob.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 33 #include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */ 35 * printjob -- print jobs in the queue. 77 #define REPRINT -2 78 #define ERROR -1 93 static int tfd = -1; /* output filter temp file output */ 99 /* these two are set from pp->daemon_user, but only if they are needed */ 100 static char *daemon_uname; /* set from pwd->pw_name */ 106 static char indent[10] = "-i0"; [all …]
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | funstack.ok | 23 for Pert Networks . . . . . . . . . . . 738--739 29 the First Kind . . . . . . . . . . . . . 479--480 40 for Arguments Larger than One . . . . . 488--492 52 M. C. Pike ACM Algorithm 299: Chi-Squared Integral 243--244 57 Edsger Wybe Dijkstra Go to statement considered harmful . . . 147--148 62 ANSI Subcommittee X3J3 Clarification of Fortran Standards --- 63 Initial Progress . . . . . . . . . . . . 289--294 69 Computer Organization . . . . . . . . . 489--498 74 V. Y. Lum Multi-Attribute Retrieval with Combined 75 Indexes . . . . . . . . . . . . . . . . 660--665 [all …]
|
| H A D | funstack.in | 2 %%% BibTeX-file{ 23 %%% (incompletely) 1970 -- 1979. 50 %%% covering 1958--1996 became too large (about 65 %%% Algorithms 1--492. For Algorithms 493--686, 72 %%% cross-referenced in both directions, so 75 %%% Corrigenda. Cross-referenced entries are 77 %%% that each is completely self-contained. 83 %%% ftp://netlib.bell-labs.com/netlib/toms. 88 %%% http://ciir.cs.umass.edu/cgi-bin/web_query_form/public/cacm2.1. 90 %%% The initial draft of entries for 1981 -- [all …]
|
| /freebsd/contrib/ncurses/doc/ |
| H A D | ncurses-intro.doc | 5 by Eric S. Raymond and Zeyd M. Ben-Halim 31 o Low-Level Capability Access 71 + Variable-Sized Fields 84 o Inter-Field Navigation Requests 85 o Intra-Field Navigation Requests 117 The curses package is a subroutine library for terminal-independent 118 screen-painting and input-event handling which presents a high level 128 the advantage of (a) back-portability to character-cell terminals, and 129 (b) simplicity. For an application that does not require bit-mapped 137 provide screen-handling for the vi editor; these used the termcap [all …]
|
| /freebsd/contrib/ncurses/doc/html/ |
| H A D | ncurses-intro.html | 1 <!-- 2 $Id: ncurses-intro.html,v 1.57 2022/11/26 19:33:46 tom Exp $ 4 * Copyright 2019-2020,2022 Thomas E. Dickey * 5 * Copyright 2000-2013,2017 Free Software Foundation, Inc. * 31 --> 32 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> 38 <link rel="author" href="mailto:bugs-ncurses@gnu.org"> 39 <meta http-equiv="Content-Type" content= 40 "text/html; charset=us-ascii"> 43 <h1 class="no-header">Writing Programs with NCURSES</h1> [all …]
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | terminfo.src | 7 # bug-ncurses@gnu.org 19 # under the ncurses MIT-style license. That was the effect of the agreement 33 # some portions of the data are derivative work under a compatible MIT-style 36 #------------------------------------------------------------------------------ 37 # https://invisible-island.net/ncurses/ncurses.faq.html#terminfo_copying 38 # https://invisible-island.net/personal/copyrights.html#removing_notes 39 #------------------------------------------------------------------------------ 48 # Please e-mail changes to terminfo@thyrsus.com; the old termcap@berkeley.edu 54 # This file describes the capabilities of various character-cell terminals, 55 # as needed by software such as screen-oriented editors. [all …]
|
| /freebsd/share/dict/ |
| H A D | web2 | 99810 Jean-Christophe 99811 Jean-Pierre 163479 raster 174477 scan
|