GetDeviceScale 138 native_client_sdk/src/examples/api/input_event/input_event.cc << " GetDeviceScale:" << view.GetDeviceScale() GetDeviceScale 44 ppapi/c/dev/ppb_view_dev.h float (*GetDeviceScale)(PP_Resource resource); GetDeviceScale 187 ppapi/c/ppb_view.h float (*GetDeviceScale)(PP_Resource resource); GetDeviceScale 23 ppapi/cpp/dev/view_dev.cc return get_interface<PPB_View_Dev>()->GetDeviceScale(pp_resource()); GetDeviceScale 31 ppapi/cpp/dev/view_dev.h float GetDeviceScale() const; GetDeviceScale 88 ppapi/cpp/view.cc return get_interface<PPB_View_1_1>()->GetDeviceScale(pp_resource()); GetDeviceScale 132 ppapi/cpp/view.h float GetDeviceScale() const; GetDeviceScale 45 ppapi/examples/scaling/scaling.cc view.GetDeviceScale() == device_scale_ && GetDeviceScale 51 ppapi/examples/scaling/scaling.cc device_scale_ = view.GetDeviceScale(); GetDeviceScale 50 ppapi/shared_impl/ppb_view_shared.h virtual float GetDeviceScale() const OVERRIDE; GetDeviceScale 28 ppapi/thunk/ppb_view_api.h virtual float GetDeviceScale() const = 0; GetDeviceScale 24 ppapi/thunk/ppb_view_dev_thunk.cc return enter.object()->GetDeviceScale(); GetDeviceScale 36 ppapi/thunk/ppb_view_dev_thunk.cc &GetDeviceScale, GetDeviceScale 70 ppapi/thunk/ppb_view_thunk.cc return enter.object()->GetDeviceScale(); GetDeviceScale 97 ppapi/thunk/ppb_view_thunk.cc &GetDeviceScale, GetDeviceScale 106 remoting/client/plugin/pepper_view.cc float new_dips_to_device_scale = view.GetDeviceScale();