Searched refs:bitmap_rect (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/content/browser/renderer_host/
H A Dbacking_store_manager.h42 // bitmap_rect
57 const gfx::Rect& bitmap_rect,
H A Dtest_backing_store.cc20 const gfx::Rect& bitmap_rect,
17 PaintToBackingStore( RenderProcessHost* process, TransportDIB::Id bitmap, const gfx::Rect& bitmap_rect, const std::vector<gfx::Rect>& copy_rects, float scale_factor, const base::Closure& completion_callback, bool* scheduled_completion_callback) argument
H A Dbacking_store_win.h31 const gfx::Rect& bitmap_rect,
H A Dtest_backing_store.h23 const gfx::Rect& bitmap_rect,
H A Dbacking_store_gtk.h62 const gfx::Rect& bitmap_rect,
77 const gfx::Rect& bitmap_rect,
H A Dbacking_store_manager.cc198 const gfx::Rect& bitmap_rect,
208 if (bitmap_rect.size() != backing_store_size ||
209 bitmap_rect.x() != 0 || bitmap_rect.y() != 0 ||
222 bitmap_rect, copy_rects, scale_factor,
194 PrepareBackingStore( RenderWidgetHost* host, const gfx::Size& backing_store_size, TransportDIB::Id bitmap, const gfx::Rect& bitmap_rect, const std::vector<gfx::Rect>& copy_rects, float scale_factor, const base::Closure& completion_callback, bool* needs_full_paint, bool* scheduled_completion_callback) argument
H A Dbacking_store_gtk.cc315 const gfx::Rect& bitmap_rect,
317 const int width = bitmap_rect.width();
318 const int height = bitmap_rect.height();
333 copy_rect.x() - bitmap_rect.x(), // src_x
334 copy_rect.y() - bitmap_rect.y(), // src_y
347 const gfx::Rect& bitmap_rect,
357 if (bitmap_rect.IsEmpty())
361 gfx::ScaleRect(bitmap_rect, scale_factor));
374 return PaintRectWithoutXrender(dib, bitmap_rect, copy_rects);
485 copy_rect.x() - bitmap_rect
313 PaintRectWithoutXrender( TransportDIB* bitmap, const gfx::Rect& bitmap_rect, const std::vector<gfx::Rect>& copy_rects) argument
344 PaintToBackingStore( RenderProcessHost* process, TransportDIB::Id bitmap, const gfx::Rect& bitmap_rect, const std::vector<gfx::Rect>& copy_rects, float scale_factor, const base::Closure& completion_callback, bool* scheduled_completion_callback) argument
[all...]
H A Dbacking_store.h47 // Paints the bitmap from the renderer onto the backing store. bitmap_rect
59 const gfx::Rect& bitmap_rect,
H A Dbacking_store_aura.h44 const gfx::Rect& bitmap_rect,
H A Dbacking_store_mac.h39 const gfx::Rect& bitmap_rect,
H A Dbacking_store_aura.cc94 const gfx::Rect& bitmap_rect,
100 if (bitmap_rect.IsEmpty())
104 gfx::ScaleRect(bitmap_rect, scale_factor));
91 PaintToBackingStore( RenderProcessHost* process, TransportDIB::Id bitmap, const gfx::Rect& bitmap_rect, const std::vector<gfx::Rect>& copy_rects, float scale_factor, const base::Closure& completion_callback, bool* scheduled_completion_callback) argument
H A Dbacking_store_win.cc102 const gfx::Rect& bitmap_rect,
127 gfx::ScaleRect(bitmap_rect, scale_factor));
134 // Account for a bitmap_rect that exceeds the bounds of our view.
99 PaintToBackingStore( RenderProcessHost* process, TransportDIB::Id bitmap, const gfx::Rect& bitmap_rect, const std::vector<gfx::Rect>& copy_rects, float scale_factor, const base::Closure& completion_callback, bool* scheduled_completion_callback) argument
H A Drender_widget_host_impl.cc1543 DCHECK(!params.bitmap_rect.IsEmpty());
1545 gfx::ScaleSize(params.bitmap_rect.size(), params.scale_factor));
1564 params.bitmap_rect,
1809 const gfx::Rect& bitmap_rect,
1828 BackingStoreManager::PrepareBackingStore(this, view_size, bitmap, bitmap_rect,
1807 PaintBackingStoreRect( TransportDIB::Id bitmap, const gfx::Rect& bitmap_rect, const std::vector<gfx::Rect>& copy_rects, const gfx::Size& view_size, float scale_factor, const base::Closure& completion_callback) argument
H A Drender_widget_host_view_win.cc1315 gfx::Rect bitmap_rect(gfx::Point(),
1347 gfx::IntersectRects(bitmap_rect, gfx::Rect(region_rects[i]));
1365 if (damaged_rect.right() > bitmap_rect.right()) {
1367 r.left = std::max(bitmap_rect.right(), damaged_rect.x());
1370 r.bottom = std::min(bitmap_rect.bottom(), damaged_rect.bottom());
1373 if (damaged_rect.bottom() > bitmap_rect.bottom()) {
1377 r.top = std::max(bitmap_rect.bottom(), damaged_rect.y());
H A Drender_widget_host_impl.h690 const gfx::Rect& bitmap_rect,
697 // |dib| and its corresponding location |bitmap_rect| in the backing store
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin_backing_store.h39 const gfx::Rect& bitmap_rect,
H A Dbrowser_plugin_backing_store.cc35 const gfx::Rect& bitmap_rect,
38 if (bitmap_rect.IsEmpty())
42 gfx::ScaleRect(bitmap_rect, scale_factor_));
34 PaintToBackingStore( const gfx::Rect& bitmap_rect, const std::vector<gfx::Rect>& copy_rects, void* bitmap) argument
/external/chromium_org/cc/layers/
H A Dnine_patch_layer_impl_unittest.cc82 gfx::Rect bitmap_rect(bitmap_size);
83 Region tex_remaining(bitmap_rect);
136 gfx::Rect bitmap_rect(bitmap_size);
137 Region tex_remaining(bitmap_rect);
/external/chromium_org/printing/
H A Demf_win.cc119 gfx::Rect bitmap_rect(raster_size);
128 RECT rect = bitmap_rect.ToRECT();
619 gfx::Rect bitmap_rect(page_size);
620 RECT rect = bitmap_rect.ToRECT();
634 float(page_bounds.width()) / bitmap_rect.width(), 0,
635 0, float(page_bounds.height()) / bitmap_rect.height(),
640 ::BitBlt(hdc, 0, 0, bitmap_rect.width(), bitmap_rect.height(),
641 bitmap.context(), bitmap_rect.x(), bitmap_rect
[all...]
/external/chromium_org/skia/ext/
H A Dlazy_pixel_ref_utils.cc143 SkRect bitmap_rect = SkRect::MakeWH(bitmap.width(), bitmap.height()); variable
145 total_matrix.mapRect(&mapped_rect, bitmap_rect);
157 SkRect bitmap_rect = SkRect::MakeWH(bitmap.width(), bitmap.height()); variable
159 matrix.setRectToRect(bitmap_rect, dst, SkMatrix::kFill_ScaleToFit);
171 SkRect bitmap_rect = SkRect::MakeWH(bitmap.width(), bitmap.height()); variable
173 matrix.mapRect(&mapped_rect, bitmap_rect);
/external/chromium_org/content/common/browser_plugin/
H A Dbrowser_plugin_messages.h96 IPC_STRUCT_MEMBER(gfx::Rect, bitmap_rect)
/external/chromium/chrome/browser/tab_contents/
H A Dthumbnail_generator_unittest.cc64 params.bitmap_rect = gfx::Rect(0, 0, kBitmapWidth, kBitmapHeight);
65 params.view_size = params.bitmap_rect.size();
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_win.cc872 gfx::Rect bitmap_rect(gfx::Point(), backing_store->size());
886 gfx::Rect paint_rect = bitmap_rect.Intersect(gfx::Rect(region_rects[i]));
911 if (damaged_rect.right() > bitmap_rect.right()) {
913 r.left = std::max(bitmap_rect.right(), damaged_rect.x());
916 r.bottom = std::min(bitmap_rect.bottom(), damaged_rect.bottom());
919 if (damaged_rect.bottom() > bitmap_rect.bottom()) {
923 r.top = std::max(bitmap_rect.bottom(), damaged_rect.y());
/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_guest.cc1605 params.bitmap_rect.width() *
1606 params.bitmap_rect.height() * 4;
1619 relay_params.bitmap_rect = params.bitmap_rect;
/external/chromium_org/content/renderer/
H A Drender_widget.cc1312 pending_update_params_->bitmap_rect = optimized_copy_location;
1349 pending_update_params_->bitmap_rect = bounds;
1375 pending_update_params_->bitmap_rect = bounds;
1497 // we might end up in a situation where bitmap_rect is larger than the

Completed in 331 milliseconds

12