Lines Matching refs:dpi
119 <b>target-densitydpi</b> = [<em>dpi_value</em> | device-dpi |
120 high-dpi | medium-dpi | low-dpi]
213 the {@code target-densitydpi} property with a value of {@code device-dpi}. This is discussed more in
272 dots per inch (dpi). There are three screen
282 width=device-width} and {@code target-densitydpi=device-dpi}.</p>
306 <li><code>device-dpi</code> - Use the device's native dpi as the target dpi. Default scaling never
308 <li><code>high-dpi</code> - Use hdpi as the target dpi. Medium and low density screens scale down
310 <li><code>medium-dpi</code> - Use mdpi as the target dpi. High density screens scale up and low
312 <li><code>low-dpi</code> - Use ldpi as the target dpi. Medium and high density screens scale up
314 <li><em><code><value></code></em> - Specify a dpi value to use as the target dpi. Values must
320 the {@code target-densitydpi} viewport property to {@code device-dpi}. When you do, the page is
326 <meta name="viewport" content="target-densitydpi=device-dpi, width=device-width" />
395 <meta name="viewport" content="target-densitydpi=device-dpi, width=device-width" />