Home
last modified time | relevance | path

Searched refs:ConvertSizeToDIP (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
Ddip_util.h34 CONTENT_EXPORT gfx::Size ConvertSizeToDIP(
Ddip_util.cc47 gfx::Size ConvertSizeToDIP(float scale_factor, in ConvertSizeToDIP() function
Dsoftware_frame_manager.cc191 return ConvertSizeToDIP(current_frame_->frame_device_scale_factor_, in GetCurrentFrameSizeInDIP()
Drender_widget_host_view_aura.cc1249 current_frame_size_ = ConvertSizeToDIP( in UpdateExternalTexture()
1261 current_frame_size_ = ConvertSizeToDIP(last_swapped_surface_scale_factor_, in UpdateExternalTexture()
1287 if (ShouldSkipFrame(ConvertSizeToDIP(surface_scale_factor, in SwapBuffersPrepare()
1390 ConvertSizeToDIP(frame_device_scale_factor, frame_size); in SwapDelegatedFrame()
1537 ConvertSizeToDIP(frame_device_scale_factor, frame_size); in SwapSoftwareFrame()
/external/chromium_org/ui/compositor/
Ddip_util.h31 COMPOSITOR_EXPORT gfx::Size ConvertSizeToDIP(
Ddip_util.cc36 gfx::Size ConvertSizeToDIP(const Layer* layer, in ConvertSizeToDIP() function