HomeSort by relevance Sort by last modified time
    Searched refs:bitmap_rect (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/content/browser/renderer_host/
backing_store_manager.h 42 // bitmap_rect
57 const gfx::Rect& bitmap_rect,
test_backing_store.cc 20 const gfx::Rect& bitmap_rect,
test_backing_store.h 23 const gfx::Rect& bitmap_rect,
backing_store_gtk.h 62 const gfx::Rect& bitmap_rect,
77 const gfx::Rect& bitmap_rect,
backing_store.h 47 // Paints the bitmap from the renderer onto the backing store. bitmap_rect
59 const gfx::Rect& bitmap_rect,
backing_store_aura.h 44 const gfx::Rect& bitmap_rect,
backing_store_win.h 31 const gfx::Rect& bitmap_rect,
backing_store_manager.cc 198 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,
backing_store_gtk.cc 315 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.x(), // src_
    [all...]
backing_store_mac.h 39 const gfx::Rect& bitmap_rect,
backing_store_aura.cc 94 const gfx::Rect& bitmap_rect,
100 if (bitmap_rect.IsEmpty())
104 gfx::ScaleRect(bitmap_rect, scale_factor));
backing_store_win.cc 102 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.
render_widget_host_impl.cc     [all...]
render_widget_host_view_win.cc     [all...]
render_widget_host_impl.h 690 const gfx::Rect& bitmap_rect,
697 // |dib| and its corresponding location |bitmap_rect| in the backing store
    [all...]
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_backing_store.h 39 const gfx::Rect& bitmap_rect,
browser_plugin_backing_store.cc 35 const gfx::Rect& bitmap_rect,
38 if (bitmap_rect.IsEmpty())
42 gfx::ScaleRect(bitmap_rect, scale_factor_));
  /external/chromium_org/cc/layers/
nine_patch_layer_impl_unittest.cc 82 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/
emf_win.cc 119 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.y(), SRCCOPY)
    [all...]
  /external/chromium_org/skia/ext/
lazy_pixel_ref_utils.cc 143 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/
browser_plugin_messages.h 96 IPC_STRUCT_MEMBER(gfx::Rect, bitmap_rect)
  /external/chromium/chrome/browser/tab_contents/
thumbnail_generator_unittest.cc 64 params.bitmap_rect = gfx::Rect(0, 0, kBitmapWidth, kBitmapHeight);
65 params.view_size = params.bitmap_rect.size();
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.cc 872 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());
    [all...]
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_guest.cc     [all...]
  /external/chromium_org/content/renderer/
render_widget.cc     [all...]

Completed in 4610 milliseconds

1 2