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

  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.cc 599 gfx::Rect src_subrect_in_pixel = local
603 SynchronousCopyContents(src_subrect_in_pixel, dst_size_in_pixel, callback);
608 if (src_subrect_in_pixel.size() == dst_size_in_pixel) {
619 request->set_area(src_subrect_in_pixel);
828 const gfx::Rect& src_subrect_in_pixel,
846 (float)dst_size_in_pixel.width() / (float)src_subrect_in_pixel.width(),
847 (float)dst_size_in_pixel.height() / (float)src_subrect_in_pixel.height());
    [all...]
render_widget_host_view_android.h 275 const gfx::Rect& src_subrect_in_pixel,
render_widget_host_view_aura.cc 1091 gfx::Rect src_subrect_in_pixel = local
1126 gfx::Rect src_subrect_in_pixel = local
    [all...]

Completed in 960 milliseconds