OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDefaultDPI
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/remoting/host/
resizing_host_observer_unittest.cc
23
const int
kDefaultDPI
= 96;
103
webrtc::DesktopVector(
kDefaultDPI
,
kDefaultDPI
)));
client_session.cc
33
const int
kDefaultDPI
= 96;
122
webrtc::DesktopVector(
kDefaultDPI
,
kDefaultDPI
));
/external/chromium_org/remoting/client/plugin/
chromoting_instance.cc
59
const int
kDefaultDPI
= 96;
386
int x_dpi =
kDefaultDPI
;
387
int y_dpi =
kDefaultDPI
;
805
client_resolution.set_dips_width((width *
kDefaultDPI
) / x_dpi);
806
client_resolution.set_dips_height((height *
kDefaultDPI
) / y_dpi);
[
all
...]
Completed in 86 milliseconds