Home
last modified time | relevance | path

Searched refs:ConvertRectToPixel (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
Ddip_util.cc44 return ConvertRectToPixel(GetScaleForView(view), rect_in_dip); in ConvertViewRectToPixel()
60 gfx::Rect ConvertRectToPixel(float scale_factor, in ConvertRectToPixel() function
Ddip_util.h38 CONTENT_EXPORT gfx::Rect ConvertRectToPixel(
Drender_widget_host_view_android.cc600 ConvertRectToPixel(device_scale_factor, src_subrect); in CopyFromCompositingSurface()
Drender_widget_host_view_aura.cc1092 ConvertRectToPixel(current_device_scale_factor_, src_subrect); in CopyFromCompositingSurface()
1127 ConvertRectToPixel(current_device_scale_factor_, src_subrect); in CopyFromCompositingSurfaceToVideoFrame()
/external/chromium_org/ui/compositor/
Ddip_util.h43 COMPOSITOR_EXPORT gfx::Rect ConvertRectToPixel(
Ddip_util.cc60 gfx::Rect ConvertRectToPixel(const Layer* layer, in ConvertRectToPixel() function
Dlayer.cc585 gfx::Rect damaged_in_pixel = ConvertRectToPixel(this, damaged); in SendDamagedRects()
/external/chromium_org/content/browser/renderer_host/media/
Ddesktop_capture_device_aura.cc266 ui::ConvertRectToPixel(desktop_window_->layer(), in Capture()