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

1 2 3 4

  /external/chromium_org/cc/resources/
skpicture_content_layer_updater.cc 26 gfx::Rect content_rect,
32 picture_.beginRecording(content_rect.width(), content_rect.height());
36 content_rect,
43 duration, content_rect.width() * content_rect.height());
resource_update.cc 15 gfx::Rect content_rect,
18 CHECK(content_rect.Contains(source_rect));
22 update.content_rect = content_rect;
31 gfx::Rect content_rect,
34 CHECK(content_rect.Contains(source_rect));
39 update.content_rect = content_rect;
layer_painter.h 23 gfx::Rect content_rect,
content_layer_updater.cc 36 gfx::Rect content_rect,
42 canvas->translate(SkFloatToScalar(-content_rect.x()),
43 SkFloatToScalar(-content_rect.y()));
45 gfx::Rect layer_rect = content_rect;
52 content_rect, 1.f / contents_width_scale, 1.f / contents_height_scale);
71 content_rect_ = content_rect;
resource_update.h 24 gfx::Rect content_rect,
29 gfx::Rect content_rect,
39 gfx::Rect content_rect; member in struct:cc::ResourceUpdate
content_layer_updater.h 33 gfx::Rect content_rect,
37 gfx::Rect content_rect() const { return content_rect_; } function in class:cc::ContentLayerUpdater
bitmap_content_layer_updater.cc 58 gfx::Rect content_rect,
65 if (canvas_size_ != content_rect.size()) {
68 canvas_size_ = content_rect.size();
76 content_rect,
84 content_rect.width() * content_rect.height());
96 content_rect(),
layer_tiling_data.cc 69 void LayerTilingData::ContentRectToTileIndices(gfx::Rect content_rect,
78 DCHECK(!content_rect.IsEmpty());
80 *left = tiling_data_.TileXIndexFromSrcCoord(content_rect.x());
81 *top = tiling_data_.TileYIndexFromSrcCoord(content_rect.y());
82 *right = tiling_data_.TileXIndexFromSrcCoord(content_rect.right() - 1);
83 *bottom = tiling_data_.TileYIndexFromSrcCoord(content_rect.bottom() - 1);
93 gfx::Rect content_rect) const {
94 if (content_rect.IsEmpty())
99 ContentRectToTileIndices(content_rect, &left, &top, &right, &bottom);
107 gfx::IntersectRects(content_rect, tile->opaque_rect())
    [all...]
caching_bitmap_content_layer_updater.h 21 virtual void PrepareToUpdate(gfx::Rect content_rect,
skpicture_content_layer_updater.h 17 // This class records the content_rect into an SkPicture. Subclasses, provide
33 virtual void PrepareToUpdate(gfx::Rect content_rect,
caching_bitmap_content_layer_updater.cc 36 gfx::Rect content_rect,
41 BitmapContentLayerUpdater::PrepareToUpdate(content_rect,
tile.cc 19 gfx::Rect content_rect,
27 content_rect_(content_rect),
50 res->Set("content_rect", MathUtil::AsValue(content_rect_).release());
  /external/chromium_org/printing/
printed_page.cc 29 const gfx::Size& paper_size, gfx::Rect* content_rect) const {
30 *content_rect = page_content_rect();
33 content_rect->set_x(content_rect->x() + diff / 2);
37 content_rect->set_y(content_rect->y() + diff / 2);
  /external/chromium/chrome/browser/ui/window_snapshot/
window_snapshot_win.cc 23 RECT content_rect = {0, 0, 0, 0}; local
24 ::GetWindowRect(window_handle, &content_rect);
25 content_rect.right++; // Match what PrintWindow wants.
26 int width = content_rect.right - content_rect.left;
27 int height = content_rect.bottom - content_rect.top;
  /external/chromium_org/cc/quads/
picture_draw_quad.cc 28 gfx::Rect content_rect,
35 this->content_rect = content_rect;
49 gfx::Rect content_rect,
57 this->content_rect = content_rect;
76 value->Set("content_rect", MathUtil::AsValue(content_rect).release());
picture_draw_quad.h 31 gfx::Rect content_rect,
44 gfx::Rect content_rect,
49 gfx::Rect content_rect; member in class:cc::PictureDrawQuad
  /external/chromium_org/ui/snapshot/
snapshot_win.cc 19 RECT content_rect = {0, 0, 0, 0}; local
21 ::GetWindowRect(window_handle, &content_rect);
27 content_rect = monitor_info.rcMonitor;
30 content_rect.right++; // Match what PrintWindow wants.
32 return gfx::Rect(content_rect.right - content_rect.left,
33 content_rect.bottom - content_rect.top);
  /external/chromium_org/cc/layers/
content_layer_unittest.cc 36 gfx::Rect content_rect(10, 10, 100, 100);
49 updater->PrepareToUpdate(content_rect,
render_surface_unittest.cc 48 // Currently, the content_rect, clip_rect, and
96 gfx::Rect content_rect(0, 0, 50, 50);
103 render_surface->SetContentRect(content_rect);
125 EXPECT_RECT_EQ(content_rect,
159 gfx::Rect content_rect(0, 0, 50, 50);
164 render_surface->SetContentRect(content_rect);
174 EXPECT_RECT_EQ(content_rect, pass->output_rect);
render_surface.h 32 void SetContentRect(gfx::Rect content_rect) { content_rect_ = content_rect; }
33 gfx::Rect content_rect() const { return content_rect_; } function in class:cc::RenderSurface
content_layer.cc 27 gfx::Rect content_rect,
30 client_->PaintContents(canvas, content_rect, opaque);
32 double pixels_per_sec = (content_rect.width() * content_rect.height()) /
  /external/chromium_org/cc/input/
scrollbar.h 35 gfx::Rect content_rect) = 0;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
NativeMacSubWindow.m 45 NSRect content_rect = [win contentRectForFrameRect:[win frame]];
46 int cocoa_y = (int)content_rect.size.height - (y + height);
  /external/chromium_org/cc/trees/
occlusion_tracker.cc 68 return target_surface->content_rect();
353 old_target, false, old_surface->content_rect(), NULL);
356 old_target, true, old_surface->content_rect(), NULL);
445 layer->render_target()->render_surface()->content_rect());
512 gfx::Rect content_rect,
526 if (content_rect.IsEmpty())
546 MathUtil::MapClippedRect(draw_transform, gfx::RectF(content_rect)));
560 render_target->render_surface()->content_rect());
582 gfx::Rect content_rect,
591 return content_rect;
    [all...]
  /external/chromium_org/cc/test/
fake_scrollbar.h 30 gfx::Rect content_rect) OVERRIDE;

Completed in 220 milliseconds

1 2 3 4