Home
last modified time | relevance | path

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

12

/third_party/cups-filters/ppd/
Dpxlmono.ppd138 *Resolution 150dpi/150 DPI: "<</HWResolution[150 150]>>setpagedevice"
139 *Resolution 300dpi/300 DPI: "<</HWResolution[300 300]>>setpagedevice"
140 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]>>setpagedevice"
141 *Resolution 1200dpi/1200 DPI: "<</HWResolution[1200 1200]>>setpagedevice"
Dpxlcolor.ppd145 *Resolution 150dpi/150 DPI: "<</HWResolution[150 150]>>setpagedevice"
146 *Resolution 300dpi/300 DPI: "<</HWResolution[300 300]>>setpagedevice"
147 *Resolution 600dpi/600 DPI: "<</HWResolution[600 600]>>setpagedevice"
148 *Resolution 1200dpi/1200 DPI: "<</HWResolution[1200 1200]>>setpagedevice"
/third_party/python/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1508 DenseMap<BasicBlock*, unsigned>::iterator DPI = DestPopularity.begin(); in FindMostPopularDest() local
1509 BasicBlock *MostPopularDest = DPI->first; in FindMostPopularDest()
1510 unsigned Popularity = DPI->second; in FindMostPopularDest()
1513 for (++DPI; DPI != DestPopularity.end(); ++DPI) { in FindMostPopularDest()
1516 if (DPI->second < Popularity) in FindMostPopularDest()
1518 else if (DPI->second == Popularity) { in FindMostPopularDest()
1520 SamePopularity.push_back(DPI->first); in FindMostPopularDest()
1524 MostPopularDest = DPI->first; in FindMostPopularDest()
1525 Popularity = DPI->second; in FindMostPopularDest()
/third_party/skia/experimental/tools/
Dpdf-comparison.py33 DPI = float(os.environ.get('PDF_COMPARISON_DPI', 72)) variable
238 ret = timeout(30, [PDFIUM_TEST, '--png', '--scale=%g' % (DPI / 72.0), path])
/third_party/skia/third_party/externals/imgui/docs/
DFAQ.md32 | [How should I handle DPI in my application?](#q-how-should-i-handle-dpi-in-my-application) |
486 ### Q: How should I handle DPI in my application?
488 The short answer is: obtain the desired DPI scale, load your fonts resized with that scale (always …
490 Your application may want to detect DPI change and reload the fonts and reset style between frames.
496 Applications in the `examples/` folder are not DPI aware partly because they are unable to load a c…
498DPI is not auto-magically solved in stock examples is that we don't yet have a satisfying solution…
499 - Create and maintain one font atlas per active DPI scale (e.g. by iterating `platform_io.Monitors[…
500 …rt()` to detect when a `Begin()` call makes a Dear ImGui window change monitor (and therefore DPI).
501 …ne atlas to the other (may need to maintain a remapping table of your fonts at variying DPI scale).
507 Please note that if you are not using multi-viewports with multi-monitors using different DPI scale…
DREADME.md110 The demo applications are not DPI aware so expect some blurriness on a 4K screen. For DPI awareness…
140 …es look better, improve styles, improve font support, make the examples hi-DPI and multi-DPI aware.
DFONTS.md15 - [How should I handle DPI in my application?](#how-should-i-handle-dpi-in-my-application)
46 ## How should I handle DPI in my application?
256 …nge in order to support multi-dpi (multiple viewports on multiple monitors with varying DPI scale).
/third_party/libinput/doc/user/
Dpointer-acceleration.rst123 0.0 at different DPI settings. A device with low DPI has the acceleration
Dnormalization-of-relative-motion.rst64 Setting custom DPI settings
Dreporting-bugs.rst142 - the resolution of the mouse as specified by the vendor (in DPI)
/third_party/flutter/glfw/docs/
Dnews.dox280 @subsection news_30_hidpi High-DPI support
282 GLFW now supports high-DPI monitors on both Windows and OS X, giving windows full
Dmonitor.dox139 the DPI of a monitor.
Dmoving.dox193 as pixels on machines with high-DPI monitors. This is important as OpenGL uses
/third_party/flutter/skia/third_party/externals/sdl/
DWhatsNew.txt98 * Added SDL_GetDisplayDPI() to get the DPI information for a display
138 * SDL_GetWindowSize() and display mode sizes are in the "DPI-independent points" / "screen coordina…
/third_party/flutter/skia/third_party/externals/imgui/docs/
DREADME.md107 …he demo applications are unfortunately not yet DPI aware so expect some blurriness on a 4K screen.…
167 - Make the examples look better, improve styles, improve font support, make the examples hi-DPI awa…
/third_party/skia/third_party/externals/icu/source/data/unit/
Dcs.txt3143 dnam{"DPI"}
3144 few{"{0} DPI"}
3145 many{"{0} DPI"}
3146 one{"{0} DPI"}
3147 other{"{0} DPI"}
/third_party/icu/icu4c/source/data/unit/
Dcs.txt3143 dnam{"DPI"}
3144 few{"{0} DPI"}
3145 many{"{0} DPI"}
3146 one{"{0} DPI"}
3147 other{"{0} DPI"}
/third_party/cups-filters/drv/
Dcupsfilters.drv106 Choice "150dpi/150 DPI" "<</HWResolution[150 150]>>setpagedevice"
107 Choice "300dpi/300 DPI" "<</HWResolution[300 300]>>setpagedevice"
108 *Choice "600dpi/600 DPI" "<</HWResolution[600 600]>>setpagedevice"
109 Choice "1200x600dpi/1200x600 DPI" "<</HWResolution[1200 600]>>setpagedevice"
110 Choice "1200dpi/1200 DPI" "<</HWResolution[1200 1200]>>setpagedevice"
111 Choice "2400x1200dpi/2400x1200 DPI" "<</HWResolution[2400 1200]>>setpagedevice"
112 Choice "2400dpi/2400 DPI" "<</HWResolution[2400 2400]>>setpagedevice"
564 Choice "150dpi/150 DPI" "<</HWResolution[150 150]>>setpagedevice"
565 *Choice "300dpi/300 DPI" "<</HWResolution[300 300]>>setpagedevice"
566 Choice "600dpi/600 DPI" "<</HWResolution[600 600]>>setpagedevice"
/third_party/flutter/skia/third_party/externals/sdl/docs/
DREADME-ios.md62 Notes -- Retina / High-DPI and window sizes
/third_party/python/Lib/idlelib/
DNEWS.txt420 bpo-33656: On Windows, add API call saying that tk scales for DPI.
421 On Windows 8.1+ or 10, with DPI compatibility properties of the Python
422 binary unchanged, and a monitor resolution greater than 96 DPI, this
/third_party/python/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.rst1009 On Windows, a new API call tells Windows that tk scales for DPI. On Windows
1010 8.1+ or 10, with DPI compatibility properties of the Python binary
1011 unchanged, and a monitor resolution greater than 96 DPI, this should
/third_party/mesa3d/docs/
Denvvars.rst485 Scale HUD by an integer factor, for high DPI displays. Default is 1.

12