HomeSort by relevance Sort by last modified time
    Searched refs:dips_to_device_scale_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/remoting/client/plugin/
pepper_view.cc 69 dips_to_device_scale_(1.0f),
109 dips_to_device_scale_ != new_dips_to_device_scale) {
111 dips_to_device_scale_ = new_dips_to_device_scale;
114 // If |dips_to_device_scale_| is > 1.0 then the device is high-DPI, and
125 dips_to_view_scale_ = dips_to_device_scale_;
pepper_view.h 118 float dips_to_device_scale_; member in class:remoting::PepperView

Completed in 191 milliseconds