Home
last modified time | relevance | path

Searched refs:DPI (Results 1 – 25 of 3462) sorted by relevance

12345678910>>...139

/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/main/
H A Ddoc_plugin_interface.cpp241 data->insert(DPI::ETYPE, DPI::LINE); in getData()
249 data->insert(DPI::ETYPE, DPI::POINT); in getData()
255 data->insert(DPI::ETYPE, DPI::ARC); in getData()
265 data->insert(DPI::ETYPE, DPI::CIRCLE); in getData()
286 data->insert(DPI::ETYPE, DPI::SOLID); in getData()
293 data->insert(DPI::ETYPE, DPI::IMAGE); in getData()
311 data->insert(DPI::ETYPE, DPI::INSERT); in getData()
321 data->insert(DPI::ETYPE, DPI::MTEXT); in getData()
330 data->insert(DPI::ETYPE, DPI::TEXT); in getData()
339 data->insert(DPI::ETYPE, DPI::HATCH); in getData()
[all …]
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_dpi_result_type_bad.out3 79 | import "DPI-C" function bit [ 32:0] i_array_2_state_33();
7 80 | import "DPI-C" function bit [ 63:0] i_array_2_state_64();
11 81 | import "DPI-C" function bit [ 64:0] i_array_2_state_65();
15 82 | import "DPI-C" function bit [127:0] i_array_2_state_128();
66 103 | import "DPI-C" function integer i_integer();
69 106 | import "DPI-C" function logic [ 0:0] i_array_4_state_1();
72 107 | import "DPI-C" function logic [ 1:0] i_array_4_state_2();
75 108 | import "DPI-C" function logic [ 7:0] i_array_4_state_8();
78 109 | import "DPI-C" function logic [ 8:0] i_array_4_state_9();
81 110 | import "DPI-C" function logic [ 15:0] i_array_4_state_16();
[all …]
H A Dt_dpi_open_oob_bad.out3 %Warning: DPI svOpenArrayHandle function index 3 out of bounds; 1 outside [4:-4].
4 %Warning: DPI svOpenArrayHandle function index 2 out of bounds; 20 outside [-3:3].
5 %Warning: DPI svOpenArrayHandle function index 1 out of bounds; 10 outside [2:-2].
8 %Warning: DPI svOpenArrayHandle function unsupported datatype (5).
9 %Warning: DPI svOpenArrayHandle function unsupported datatype (5).
10 %Warning: DPI svOpenArrayHandle function unsupported datatype (5).
11 %Warning: DPI svOpenArrayHandle function unsupported datatype (5).
12 %Warning: DPI svOpenArrayHandle function unsupported datatype (5).
13 %Warning: DPI svOpenArrayHandle function unsupported datatype (5).
14 %Warning: DPI svOpenArrayHandle function unsupported datatype (5).
[all …]
/dports/cad/librecad/LibreCAD-2.2.0-rc2/plugins/list/
H A Dlist.cpp87 case DPI::POINT: in getStrData()
93 case DPI::LINE: in getStrData()
117 case DPI::ARC: in getStrData()
133 case DPI::CIRCLE: in getStrData()
171 case DPI::SOLID: in getStrData()
175 case DPI::MTEXT: in getStrData()
178 case DPI::TEXT: in getStrData()
181 case DPI::INSERT: in getStrData()
226 case DPI::IMAGE: in getStrData()
229 case DPI::SPLINE: in getStrData()
[all …]
/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DColorPopup.cpp146 w.DrawRect(x + DPI(1), y + DPI(1), cx - DPI(2), cy - DPI(2), bcol); in DrawFilledFrame()
165 Rect r(1, y, sz.cx - DPI(1), fsz.cy + y + DPI(2)); in Paint()
181 Rect r(1, y, sz.cx - DPI(1), fsz.cy + y + DPI(2)); in Paint()
197 for(int x = 0; x < 18 * DPI(16); x += DPI(16)) { in Paint()
200 Rect r(DPI(8 * 16 + 1), cy + DPI(4), DPI(10 * 16 - 1), sz.cy - DPI(4) - DPI(24)); in Paint()
215 DrawFilledFrame(w, x + DPI(1), y, DPI(14), DPI(14), SColorText, c); in Paint()
217 w.DrawRect(x + DPI(2) + DPI(6), y + DPI(1), DPI(6), DPI(12), DarkThemeCached(c)); in Paint()
221 DrawFrame(w, x, y - DPI(1), DPI(16), DPI(16), SColorShadow, SColorLight); in Paint()
227 y += DPI(16); in Paint()
249 return p.x / DPI(16) + p.y / DPI(16) * 18; in Get()
[all …]
H A DCh.cpp35 s.sel = Rect(0, DPI(1), 0, DPI(1)); in SyntheticTab()
45 int sz = DPI(32); in MakeDialogIcons()
166 int c = DPI(14); in ChClassicSkin()
204 …p.Circle(DPI(7), DPI(7), DPI(6)).Fill(f).Stroke(2, Pointf(DPI(2), DPI(2)), SGray(), Pointf(DPI(14)… in ChClassicSkin()
205 …p.Circle(DPI(7), DPI(7), DPI(6) - 1).Fill(f).Stroke(1, Pointf(DPI(2) + 1, DPI(2) + 1), SBlack(), P… in ChClassicSkin()
207 p.Circle(DPI(7), DPI(7), DPI(4)).Fill(SColorText()); in ChClassicSkin()
308 return WithHotSpots(m, DPI(n), DPI(n), 0, 0); in ChHot()
433 …to Espots = [=](const Image& m) { return WithHotSpots(m, DPI(3), DPI(1), CH_EDITFIELD_IMAGE, DPI(3… in ChSynthetic()
438 roundness = macos ? DPI(3) : GetRoundness(m) ? DPI(3) : 0; in ChSynthetic()
491 return WithHotSpot(ib, DPI(1), DPI(1)); in ChSynthetic()
[all …]
H A DChGtk3.cpp89 ImageDraw iw(DPI(cx), DPI(cy)); in CairoImage()
90 iw.DrawRect(0, 0, DPI(cx), DPI(cy), i ? Black() : White()); in CairoImage()
93 cairo_surface_set_device_scale(cairo_get_target(cr), DPI(1), DPI(1)); in CairoImage()
351 m = CreateImage(Size(DPI(32), DPI(16)), SColorFace()); in ChHostSkin()
353 Over(m, CairoImage(DPI(32), DPI(16))); in ChHostSkin()
355 Over(m, CairoImage(DPI(32), DPI(16))); in ChHostSkin()
357 Over(m, CairoImage(DPI(32), DPI(16))); in ChHostSkin()
493 m = CreateImage(Size(DPI(32), DPI(16)), SColorFace()); in ChHostSkin()
495 Over(m, CairoImage(DPI(32), DPI(16))); in ChHostSkin()
497 Over(m, CairoImage(DPI(32), DPI(16))); in ChHostSkin()
[all …]
/dports/devel/upp/upp/uppsrc/IconDes/
H A DAlphaCtrl.cpp18 w.DrawRect(DPI(15), isz.cy + 1, 1, h, SColorPaper()); in Paint()
19 w.DrawRect(DPI(16), isz.cy + 1, 1, h, SColorText()); in Paint()
20 w.DrawRect(DPI(17), isz.cy + 1, 1, h, SColorPaper()); in Paint()
26 int x = a == 0 ? DPI(8) - isz.cx / 2 : in Paint()
27 a == 255 ? sz.cx - DPI(8) - isz.cx / 2 in Paint()
28 : DPI(16) + a * (sz.cx - DPI(32)) / 255 - isz.cx / 2; in Paint()
38 if(p.x < DPI(16) || sz.cx < DPI(32)) in DoPoint()
41 if(p.x > sz.cx - DPI(16)) in DoPoint()
44 alpha = 255 * (p.x - DPI(16)) / (sz.cx - DPI(32)); in DoPoint()
74 if(sz.cx <= DPI(32) || sz.cy < 0) { in MakeImage()
[all …]
/dports/graphics/sane-backends/sane-backends-1.0.32/doc/descriptions/
H A Dpixma.desc35 :comment "All resolutions supported (up to 600DPI)."
65 :comment "All resolutions supported (up to 1200DPI)."
630 :comment "All resolutions supported (flatbed color up to 1200DPI, grayscale up to 600DPI)."
642 :comment "Flatbed color up to 1200DPI, grayscale up to 600DPI. ADF scan to be confirmed."
684 :comment "All resolutions supported up to 2400DPI. Full TPU support up to 2400DPI."
690 :comment "All resolutions supported up to 2400DPI. Full TPU support up to 2400DPI."
696 :comment "All resolutions supported up to 4800DPI. Full TPU support (negative and slides) up to 480…
708 :comment "All resolutions supported up to 4800DPI. Full TPU support (negative and slides) up to 480…
1315 :comment "Flatbed and ADF scan. All resolutions supported (up to 600DPI, ADF up to 300DPI)."
1717 …support up to 4800DPI (Note: flatbed does not have 9600DPI capability). Full TPU support (negative…
[all …]
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/core/
H A DRuntimeDPIProvider.as22 * similar device DPI values into predefined DPI classes.
30 * in a different DPI class.</p>
34 * <tr><td>160 DPI</td><td>&lt;200 DPI</td></tr>
35 * <tr><td>240 DPI</td><td>&gt;=200 DPI and &lt;280 DPI</td></tr>
36 * <tr><td>320 DPI</td><td>&gt;=280 DPI</td></tr>
71 * Returns the runtime DPI of the current device by mapping its
76 * into the several DPI classes.
81 * @param dpi The DPI value.
101 * maps these into the several DPI classes.
104 * to calculate DPI classes.
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/opcodes/
H A Darc-nps400-tbl.h405 { "tr", 0x38210000, 0xf8ff0000, ARC_OPCODE_ARC700, DPI, NPS400, { RA, RB, RC }, { C_F }},
408 { "tr", 0x3e217000, 0xffff7000, ARC_OPCODE_ARC700, DPI, NPS400, { RA, LIMM, RC }, { C_F }},
414 { "tr", 0x3821003e, 0xf8ff003f, ARC_OPCODE_ARC700, DPI, NPS400, { ZA, RB, RC }, { C_F }},
417 { "tr", 0x3e21703e, 0xffff703f, ARC_OPCODE_ARC700, DPI, NPS400, { ZA, LIMM, RC }, { C_F }},
423 { "tr", 0x38210fbe, 0xf8ff0fff, ARC_OPCODE_ARC700, DPI, NPS400, { ZA, RB, LIMM }, { C_F }},
426 { "tr", 0x38210f80, 0xf8ff0fc0, ARC_OPCODE_ARC700, DPI, NPS400, { RA, RB, LIMM }, { C_F }},
438 { "utf8", 0x38220000, 0xf8ff0000, ARC_OPCODE_ARC700, DPI, NPS400, { RA, RB, RC }, { C_F }},
441 { "utf8", 0x3e227000, 0xffff7000, ARC_OPCODE_ARC700, DPI, NPS400, { RA, LIMM, RC }, { C_F }},
447 { "utf8", 0x3822003e, 0xf8ff003f, ARC_OPCODE_ARC700, DPI, NPS400, { ZA, RB, RC }, { C_F }},
474 { "addf", 0x38230000, 0xf8ff0000, ARC_OPCODE_ARC700, DPI, NPS400, { RA, RB, RC }, { C_F }},
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/opcodes/
H A Darc-nps400-tbl.h405 { "tr", 0x38210000, 0xf8ff0000, ARC_OPCODE_ARC700, DPI, NPS400, { RA, RB, RC }, { C_F }},
408 { "tr", 0x3e217000, 0xffff7000, ARC_OPCODE_ARC700, DPI, NPS400, { RA, LIMM, RC }, { C_F }},
414 { "tr", 0x3821003e, 0xf8ff003f, ARC_OPCODE_ARC700, DPI, NPS400, { ZA, RB, RC }, { C_F }},
417 { "tr", 0x3e21703e, 0xffff703f, ARC_OPCODE_ARC700, DPI, NPS400, { ZA, LIMM, RC }, { C_F }},
423 { "tr", 0x38210fbe, 0xf8ff0fff, ARC_OPCODE_ARC700, DPI, NPS400, { ZA, RB, LIMM }, { C_F }},
426 { "tr", 0x38210f80, 0xf8ff0fc0, ARC_OPCODE_ARC700, DPI, NPS400, { RA, RB, LIMM }, { C_F }},
438 { "utf8", 0x38220000, 0xf8ff0000, ARC_OPCODE_ARC700, DPI, NPS400, { RA, RB, RC }, { C_F }},
441 { "utf8", 0x3e227000, 0xffff7000, ARC_OPCODE_ARC700, DPI, NPS400, { RA, LIMM, RC }, { C_F }},
447 { "utf8", 0x3822003e, 0xf8ff003f, ARC_OPCODE_ARC700, DPI, NPS400, { ZA, RB, RC }, { C_F }},
474 { "addf", 0x38230000, 0xf8ff0000, ARC_OPCODE_ARC700, DPI, NPS400, { RA, RB, RC }, { C_F }},
[all …]
/dports/print/freetype/freetype-1.3.1/contrib/ttf2bdf/contrib/
H A Dcreatett10 set DPI=96
35 ./ttf2bdf -m $LANG_ID -p $x -r $DPI ${y}.TTF | bdftopcf | compress > ${DPI}dpi/${z}${x}.pcf.Z
41 …./ttf2bdf -m $LANG_ID -p $x -r $DPI -w bold ${y}BD.TTF | bdftopcf | compress > ${DPI}dpi/${z}bd$…
47 …./ttf2bdf -m $LANG_ID -p $x -r $DPI -s o ${y}I.TTF | bdftopcf | compress >${DPI}dpi/${z}i${x}.pc…
53 …./ttf2bdf -m $LANG_ID -p $x -r $DPI -w bold -s o ${y}BI.TTF | bdftopcf | compress > ${DPI}dpi/${…
59 cd ${DPI}dpi
H A Dcreatett.m10 set DPI=96
34 …./ttf2bdf -c m -m $LANG_ID -p $x -r $DPI ${y}.TTF | bdftopcf | compress > ${DPI}dpi/${z}${x}.pcf.Z
40 …./ttf2bdf -c m -m $LANG_ID -p $x -r $DPI -w bold ${y}BD.TTF | bdftopcf | compress > ${DPI}dpi/${…
46 …./ttf2bdf -c m -m $LANG_ID -p $x -r $DPI -s o ${y}I.TTF | bdftopcf | compress >${DPI}dpi/${z}i${x…
52 …./ttf2bdf -c m -m $LANG_ID -p $x -r $DPI -w bold -s o ${y}BI.TTF | bdftopcf | compress > ${DPI}dp…
/dports/x11/xpra/xpra-4.3/docs/Features/
H A DDPI.md1 # DPI chapter
10 * with X11, there are far too many places where the DPI can be looked up, many places where it can …
12 …pplications will not reload the DPI settings, so they must be started _after_ the client connects …
23 * [Physical vs logical DPI on X](https://www.mail-archive.com/xorg-devel@lists.x.org/msg57713.html)
30 …Windows - The DPI Arms Race](http://www.anandtech.com/show/7939/scaling-windows-the-dpi-arms-race)…
36 * [Xorg: setting DPI manually](https://wiki.archlinux.org/index.php/xorg#Setting_DPI_manually)
37 * [KDE & Qt Applications and High DPI Displays with Scaling](https://cullmann.io/posts/kde-qt-highd…
41 ## xpra DPI issues
47 * [#887](https://github.com/Xpra-org/xpra/issues/887) chrome DPI
49 * [#1086](https://github.com/Xpra-org/xpra/issues/1086) DPI handling improvements, MacOS support
[all …]
/dports/cad/librecad/LibreCAD-2.2.0-rc2/plugins/sameprop/
H A Dsameprop.cpp50 lay = data.value(DPI::LAYER); in execComm()
51 col = data.value(DPI::COLOR); in execComm()
52 ltype = data.value(DPI::LTYPE); in execComm()
53 lwidth = data.value(DPI::LWIDTH); in execComm()
57 moddata.insert(DPI::LAYER, lay ); in execComm()
58 moddata.insert(DPI::LTYPE, ltype ); in execComm()
59 moddata.insert(DPI::LWIDTH, lwidth ); in execComm()
60 moddata.insert(DPI::COLOR, col ); in execComm()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/lp/process/
H A Ddvipost84 DPI='-Z -D100'
86 DPI='-Z -D600'
88 DPI='-Z -D1200'
90 DPI=''
99 eval dvips -q -f $DPI -r $LAND $COPIES $1
103 eval dvips -q -f $DPI -r $LAND $COPIES $DVIFILE
112 eval dvips -q -f $DPI $LAND $COPIES $1
116 eval dvips -q -f $DPI $LAND $COPIES $DVIFILE
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/splix/ppd/
H A Dsamsung.drv.in34 Resolution k 1 0 0 0 "300dpi/300 DPI"
39 Resolution k 1 0 0 0 "300dpi/300 DPI"
44 Resolution k 1 0 0 0 "300dpi/300 DPI"
49 Resolution k 1 0 0 0 "300dpi/300 DPI"
60 Resolution k 1 0 0 0 "300dpi/300 DPI"
76 Resolution k 1 0 0 0 "300dpi/300 DPI"
102 Resolution k 1 0 0 0 "1200dpi/1200 DPI"
208 Resolution k 1 0 0 0 "1200dpi/1200 DPI"
334 Resolution - 1 0 0 0 "1200dpi/1200 DPI"
461 Resolution - 1 0 0 0 "1200x600dpi/1200x600 DPI"
[all …]
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/huawei/
H A DHUAWEI-BRAS-DPI-MIB4 -- Description:HUAWEI-BRAS-DPI-MIB
10 HUAWEI-BRAS-DPI-MIB DEFINITIONS ::= BEGIN
31 "The MIB contains objects of module DPI."
46 " DPI Service Policy Configuration.
62 2.The DPI policy cannot be changed if it is referenced by some user.
105 The DPI policy name is assigned when DPI policy is created.
115 …Binding up DPI behavior policy is choosen to do, if up DPI behavior is binded, it need assingn beh…
125 …Binding down DPI behavior policy is choosen to do, if down DPI behavior is binded, it need assingn…
158 2.The DPI behavior cannot be changed if it is referenced by some DPI policy.
181 The DPI behavior name is assigned when DPI behavior is created.
[all …]
/dports/net-mgmt/observium/observium/mibs/huawei/
H A DHUAWEI-BRAS-DPI-MIB4 -- Description:HUAWEI-BRAS-DPI-MIB
10 HUAWEI-BRAS-DPI-MIB DEFINITIONS ::= BEGIN
31 "The MIB contains objects of module DPI."
46 " DPI Service Policy Configuration.
62 2.The DPI policy cannot be changed if it is referenced by some user.
105 The DPI policy name is assigned when DPI policy is created.
115 …Binding up DPI behavior policy is choosen to do, if up DPI behavior is binded, it need assingn beh…
125 …Binding down DPI behavior policy is choosen to do, if down DPI behavior is binded, it need assingn…
158 2.The DPI behavior cannot be changed if it is referenced by some DPI policy.
181 The DPI behavior name is assigned when DPI behavior is created.
[all …]
/dports/net-mgmt/observium/observium/mibs/alcatel-ent1/
H A DALCATEL-ENT1-DPI-MIB1 ALCATEL-ENT1-DPI-MIB DEFINITIONS ::= BEGIN
238 DESCRIPTION "Clear DPI Statistics"
626 DESCRIPTION "DPI Application Name."
640 DESCRIPTION "DPI Application revision"
782 DESCRIPTION "DPI Application Name."
986 DESCRIPTION "DPI Application Range ID."
1160 DESCRIPTION "DPI Application Name."
1216 DESCRIPTION "DPI Matched Flows."
1223 DESCRIPTION "DPI Flows Missed."
1569 "DPI Notification Group."
[all …]
/dports/audio/lmms/lmms-1.2.2/include/
H A Dgui_templates.h42 static const float DPI = 96; in pointSize() local
44 _f.setPointSizeF( ((float) SIZE+0.5f) * DPI / in pointSize()
47 _f.setPointSizeF( (float) SIZE * DPI / in pointSize()
56 static const float DPI = 96; in pointSizeF() local
58 _f.setPointSizeF( (SIZE+0.5f) * DPI / in pointSizeF()
61 _f.setPointSizeF( SIZE * DPI / in pointSizeF()
/dports/science/gramps/gramps-5.1.4/gramps/plugins/docgen/
H A Dcairodoc.py70 DPI = 72.0 variable
91 paper_width = self.paper.get_size().get_width() * DPI / 2.54
92 paper_height = self.paper.get_size().get_height() * DPI / 2.54
93 page_width = round(self.paper.get_usable_width() * DPI / 2.54)
95 left_margin = self.paper.get_left_margin() * DPI / 2.54
96 top_margin = self.paper.get_top_margin() * DPI / 2.54
109 fontmap.set_resolution(DPI)
120 DPI, DPI)
192 DPI, DPI)
226 self.paginate_document(layout, page_width, page_height, DPI, DPI)
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/docs/doxygen/overviews/
H A Dhigh_dpi.md1 High DPI Support in wxWidgets {#overview_high_dpi}
9 the norm, resulting in much higher values of DPI (dots, i.e. pixels, per inch)
15 at 72 dpi, then on a High DPI Display, called "Retina" by Apple with twice as
19 ![11 pt Helvetica at 72 DPI](overview_highdpi_text_72.png)
21 ![11 pt Helvetica at 144 DPI](overview_highdpi_text_144.png)
25 scaling, meaning that they use DPI of 120 or 144 respectively, as baseline DPI
32 The Problem with High DPI Displays
35 If high DPI displays were treated in the same way as normal ones, existing
40 factor, defined above, when displaying them on high DPI displays. In this
127 explicitly marked as DPI-aware in a platform-dependent way.
[all …]
/dports/devel/premake5/premake-5.0.0-alpha16-src/website/docs/
H A Ddpiawareness.md1 Sets the DPI awareness settings.
13 | Default | Use the toolset's default setting for DPI awareness. |
14 | None | Turn off DPI awareness. |
15 | High | Turn on DPI awareness. |
16 | HighPerMonitor | Turn on DPI awareness per monitor. |
29 -- Turn on DPI awareness

12345678910>>...139