Lines Matching refs:pixel
234 800-pixel-wide page on the screen.</p></dd>
296 web page with a default scale factor that is 1.5 times larger than the actual pixel resolution, to
331 medium-density device, so no scaling occurs and the 320-pixel-wide image is drawn using exactly 320
342 screen densities—the <code>-webkit-device-pixel-ratio</code> CSS media feature. The
350 <link rel="stylesheet" media="screen and (-webkit-device-pixel-ratio: 1.5)" href="hdpi.css" />
351 <link rel="stylesheet" media="screen and (-webkit-device-pixel-ratio: 1.0)" href="mdpi.css" />
352 <link rel="stylesheet" media="screen and (-webkit-device-pixel-ratio: 0.75)" href="ldpi.css" /&g…
359 specific screen densities using the {@code -webkit-device-pixel-ratio} media feature. Notice
370 @media screen and (-webkit-device-pixel-ratio: 1.5) {
377 @media screen and (-webkit-device-pixel-ratio: 0.75) {
387 than 2.0, which do not support the {@code -webkit-device-pixel-ratio} media feature.</p>
401 figure 4. However, by adding some custom CSS using the {@code -webkit-device-pixel-ratio} media