Lines Matching refs:pixel
1047 // - If client and host have matching DPI, render the host pixel-for-pixel.
1048 // - If the host has higher DPI then still render pixel-for-pixel.
1052 // render pixel-for-pixel we need to down-scale the host dimensions by the
1053 // devicePixelRatio of the client. To match the host pixel density, we choose
1056 // Determine the effective device pixel ratio of the host, based on DPI.