Home
last modified time | relevance | path

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

/external/selinux/sandbox/
DsandboxX.sh6 [ -z $2 ] && export DPI="96" || export DPI="$2"
23 (/usr/bin/Xephyr -resizeable -title "$TITLE" -terminate -screen $SCREENSIZE -dpi $DPI -nolisten tcp…
/external/autotest/client/site_tests/platform_DebugDaemonCupsAddPrinters/src/
DGenericPostScript.ppd.gz
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DJumpThreading.cpp993 DenseMap<BasicBlock*, unsigned>::iterator DPI = DestPopularity.begin(); in FindMostPopularDest() local
994 BasicBlock *MostPopularDest = DPI->first; in FindMostPopularDest()
995 unsigned Popularity = DPI->second; in FindMostPopularDest()
998 for (++DPI; DPI != DestPopularity.end(); ++DPI) { in FindMostPopularDest()
1001 if (DPI->second < Popularity) in FindMostPopularDest()
1003 else if (DPI->second == Popularity) { in FindMostPopularDest()
1005 SamePopularity.push_back(DPI->first); in FindMostPopularDest()
1009 MostPopularDest = DPI->first; in FindMostPopularDest()
1010 Popularity = DPI->second; in FindMostPopularDest()
/external/python/cpython3/Misc/NEWS.d/
D3.7.0rc1.rst221 On Windows, add API call saying that tk scales for DPI. On Windows 8.1+ or
222 10, with DPI compatibility properties of the Python binary unchanged, and a
223 monitor resolution greater than 96 DPI, this should make text and lines
D3.6.6rc1.rst712 On Windows, add API call saying that tk scales for DPI. On Windows 8.1+ or
713 10, with DPI compatibility properties of the Python binary unchanged, and a
714 monitor resolution greater than 96 DPI, this should make text and lines
D3.7.1rc1.rst1287 tab. It can also interact badly with the DPI setting.
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1128 DenseMap<BasicBlock*, unsigned>::iterator DPI = DestPopularity.begin(); in FindMostPopularDest() local
1129 BasicBlock *MostPopularDest = DPI->first; in FindMostPopularDest()
1130 unsigned Popularity = DPI->second; in FindMostPopularDest()
1133 for (++DPI; DPI != DestPopularity.end(); ++DPI) { in FindMostPopularDest()
1136 if (DPI->second < Popularity) in FindMostPopularDest()
1138 else if (DPI->second == Popularity) { in FindMostPopularDest()
1140 SamePopularity.push_back(DPI->first); in FindMostPopularDest()
1144 MostPopularDest = DPI->first; in FindMostPopularDest()
1145 Popularity = DPI->second; in FindMostPopularDest()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1520 DenseMap<BasicBlock*, unsigned>::iterator DPI = DestPopularity.begin(); in FindMostPopularDest() local
1521 BasicBlock *MostPopularDest = DPI->first; in FindMostPopularDest()
1522 unsigned Popularity = DPI->second; in FindMostPopularDest()
1525 for (++DPI; DPI != DestPopularity.end(); ++DPI) { in FindMostPopularDest()
1528 if (DPI->second < Popularity) in FindMostPopularDest()
1530 else if (DPI->second == Popularity) { in FindMostPopularDest()
1532 SamePopularity.push_back(DPI->first); in FindMostPopularDest()
1536 MostPopularDest = DPI->first; in FindMostPopularDest()
1537 Popularity = DPI->second; in FindMostPopularDest()
/external/u-boot/arch/arm/dts/
Domap3-panel-sharp-ls037v7dw01.dtsi43 /* Needed to power the DPI pins */
Domap3-beagle.dts350 /* Needed to power the DPI pins */
/external/webrtc/webrtc/modules/desktop_capture/mac/
Ddesktop_configuration.mm108 // DPI match that of the primary monitor.
138 // display uses different DPI settings.
/external/libcups/filter/
Dppd-compiler.shtml76 *<a href='ref-ppdcfile.html#Resolution'>Resolution</a> k 8 0 0 0 "600dpi/600 DPI"
185 *<a href='ref-ppdcfile.html#Resolution'>Resolution</a> k 8 0 0 0 "600dpi/600 DPI"
226 text to be <TT>"600dpi/600 DPI"</TT>. The name and text are separated by
291 *<a href='ref-ppdcfile.html#Resolution'>Resolution</a> k 8 0 0 0 "600dpi/600 DPI"
300 *<a href='ref-ppdcfile.html#Resolution'>Resolution</a> k 8 0 0 0 "1200dpi/1200 DPI"
315 *<a href='ref-ppdcfile.html#Resolution'>Resolution</a> k 8 0 0 0 "600dpi/600 DPI"
338 that supports printing at 300 and 600 DPI.</P>
440 *<a href='ref-ppdcfile.html#Resolution'>Resolution</a> k 8 0 0 0 "600dpi/600 DPI"
456 *<a href='ref-ppdcfile.html#Resolution'>Resolution</a> - 8 0 0 0 "300dpi/300 DPI"
457 <a href='ref-ppdcfile.html#Resolution'>Resolution</a> - 8 0 0 0 "600dpi/600 DPI"
[all …]
Draster-driver.shtml95 <a href='ref-ppdcfile.html#Resolution'>Resolution</a> - 1 0 0 0 "300dpi/300 DPI"
96 *<a href='ref-ppdcfile.html#Resolution'>Resolution</a> - 8 0 0 0 "600dpi/600 DPI"
/external/scapy/doc/scapy/
Dtroubleshooting.rst49 Try providing different DPI options (50,70,75,96,101,125, for instance)::
/external/webrtc/webrtc/modules/desktop_capture/
Dscreen_capturer_mac.mm673 // Capturing mixed-DPI on one surface is hard, so we only return displays
674 // that match the "primary" display's DPI. The primary display is always
/external/python/cpython3/Lib/idlelib/
DNEWS.txt164 bpo-33656: On Windows, add API call saying that tk scales for DPI.
165 On Windows 8.1+ or 10, with DPI compatibility properties of the Python
166 binary unchanged, and a monitor resolution greater than 96 DPI, this
/external/python/cpython3/Doc/whatsnew/
D3.6.rst1182 On Windows, a new API call tells Windows that tk scales for DPI. On Windows
1183 8.1+ or 10, with DPI compatibility properties of the Python binary
1184 unchanged, and a monitor resolution greater than 96 DPI, this should
D3.7.rst1003 On Windows, a new API call tells Windows that tk scales for DPI. On Windows
1004 8.1+ or 10, with DPI compatibility properties of the Python binary
1005 unchanged, and a monitor resolution greater than 96 DPI, this should
/external/ImageMagick/
DChangeLog107 * Change SVG default DPI to 96 from 90 to meet recommendation of SVG2 & CSS.
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
D2013-1_UNLOCODE_CodeListPart2.csv9389 ,"IN","DPI","Dharmapuri","Dharmapuri","TN","--3-----","RL","1201",,"1208N 07810E",
D2013-1_UNLOCODE_CodeListPart3.csv13735 ,"US","DPI","Deposit","Deposit","NY","--3-----","RQ","9307",,,