Searched defs:GetDeviceScale (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ppapi/cpp/dev/
H A Dview_dev.cc20 float ViewDev::GetDeviceScale() const { function in class:pp::ViewDev
23 return get_interface<PPB_View_Dev>()->GetDeviceScale(pp_resource());
/external/chromium_org/ppapi/c/dev/
H A Dppb_view_dev.h30 * GetDeviceScale returns the scale factor between device pixels and DIPs
44 float (*GetDeviceScale)(PP_Resource resource); member in struct:PPB_View_Dev_0_1
/external/chromium_org/ppapi/thunk/
H A Dppb_view_dev_thunk.cc19 float GetDeviceScale(PP_Resource resource) { function in namespace:ppapi::thunk::__anon10326
20 VLOG(4) << "PPB_View_Dev::GetDeviceScale()";
24 return enter.object()->GetDeviceScale();
36 &GetDeviceScale,
H A Dppb_view_thunk.cc65 float GetDeviceScale(PP_Resource resource) { function in namespace:ppapi::thunk::__anon10327
66 VLOG(4) << "PPB_View::GetDeviceScale()";
70 return enter.object()->GetDeviceScale();
105 &GetDeviceScale,
116 &GetDeviceScale,
/external/chromium_org/ppapi/cpp/
H A Dview.cc105 float View::GetDeviceScale() const { function in class:pp::View
107 return get_interface<PPB_View_1_2>()->GetDeviceScale(pp_resource());
109 return get_interface<PPB_View_1_1>()->GetDeviceScale(pp_resource());
/external/chromium_org/ppapi/c/
H A Dppb_view.h173 * GetDeviceScale returns the scale factor between device pixels and Density
188 float (*GetDeviceScale)(PP_Resource resource); member in struct:PPB_View_1_2
235 float (*GetDeviceScale)(PP_Resource resource); member in struct:PPB_View_1_1
/external/chromium_org/ppapi/shared_impl/
H A Dppb_view_shared.cc80 float PPB_View_Shared::GetDeviceScale() const { return data_.device_scale; } function in class:ppapi::PPB_View_Shared

Completed in 211 milliseconds