HomeSort by relevance Sort by last modified time
    Searched full:layer_rect (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/cc/resources/
content_layer_updater.cc 45 gfx::Rect layer_rect = content_rect; local
51 layer_rect = gfx::ScaleToEnclosingRect(
59 layer_rect.x(), layer_rect.y(), layer_rect.width(), layer_rect.height());
64 painter_->Paint(canvas, layer_rect, &opaque_layer_rect);
picture_unittest.cc 28 gfx::Rect layer_rect(100, 100);
52 content_layer_client.add_draw_rect(layer_rect, red_paint);
53 scoped_refptr<Picture> one_rect_picture = Picture::Create(layer_rect);
67 DrawPicture(one_rect_buffer, layer_rect, one_rect_picture);
69 DrawPicture(one_rect_buffer_check, layer_rect, one_rect_picture_check);
80 scoped_refptr<Picture> two_rect_picture = Picture::Create(layer_rect);
95 DrawPicture(two_rect_buffer, layer_rect, two_rect_picture);
97 DrawPicture(two_rect_buffer_check, layer_rect, two_rect_picture_check);
108 gfx::Rect layer_rect(2048, 2048);
141 scoped_refptr<Picture> picture = Picture::Create(layer_rect);
    [all...]
picture.h 46 static scoped_refptr<Picture> Create(gfx::Rect layer_rect);
87 PixelRefIterator(gfx::Rect layer_rect, const Picture* picture);
120 explicit Picture(gfx::Rect layer_rect);
124 gfx::Rect layer_rect,
129 gfx::Rect layer_rect,
picture_pile_impl.cc 155 gfx::Rect layer_rect = gfx::ScaleToEnclosingRect( local
168 for (TilingData::Iterator tile_iter(&tiling_, layer_rect);
267 gfx::Rect layer_rect(tiling_.total_size());
269 if (layer_rect.IsEmpty())
273 layer_rect.width(),
274 layer_rect.height(),
277 RasterToBitmap(canvas, layer_rect, 1.0, NULL);
289 gfx::Rect layer_rect = gfx::ScaleToEnclosingRect( local
292 layer_rect.Intersect(gfx::Rect(tiling_.total_size()));
296 layer_rect.width()
    [all...]
picture.cc 86 scoped_refptr<Picture> Picture::Create(gfx::Rect layer_rect) {
87 return make_scoped_refptr(new Picture(layer_rect));
90 Picture::Picture(gfx::Rect layer_rect)
91 : layer_rect_(layer_rect) {
111 if (!value->Get("params.layer_rect", &layer_rect_value))
114 gfx::Rect layer_rect;
115 if (!MathUtil::FromValue(layer_rect_value, &layer_rect))
131 return make_scoped_refptr(new Picture(skpicture, layer_rect, opaque_rect));
135 gfx::Rect layer_rect,
137 layer_rect_(layer_rect),
370 gfx::Rect layer_rect = picture->layer_rect_; local
    [all...]
picture_pile_base.cc 176 gfx::Rect layer_rect = gfx::ScaleToEnclosingRect(
178 layer_rect.Intersect(gfx::Rect(tiling_.total_size()));
179 return recorded_region_.Contains(layer_rect);
184 gfx::Rect layer_rect(tiling_.total_size());
185 for (TilingData::Iterator tile_iter(&tiling_, layer_rect);
  /external/chromium_org/cc/test/
skia_common.cc 61 gfx::Rect layer_rect,
65 layer_rect.width(),
66 layer_rect.height());
70 canvas.clipRect(gfx::RectToSkRect(layer_rect));
71 picture->Raster(&canvas, NULL, layer_rect, 1.0f);
skia_common.h 56 gfx::Rect layer_rect,
  /external/chromium_org/cc/trees/
layer_tree_host_pixeltest_on_demand_raster.cc 63 explicit BlueYellowLayerClient(gfx::Rect layer_rect)
64 : layer_rect_(layer_rect) {}
95 gfx::Rect layer_rect(200, 200);
96 BlueYellowLayerClient client(layer_rect);
101 layer->SetBounds(layer_rect.size());
102 layer->SetPosition(layer_rect.origin());
quad_culler_unittest.cc 60 gfx::Rect layer_rect,
69 tiler->SetBounds(layer_rect.size());
74 layer->draw_properties().visible_content_rect = layer_rect;
77 layer->SetBounds(layer_rect.size());
78 layer->SetContentBounds(layer_rect.size());
    [all...]
layer_tree_host_impl_unittest.cc     [all...]
  /external/chromium-trace/trace-viewer/src/cc/
picture_view_test_data.js 17 'layer_rect': [
picture_debugger_test.js 15 'layer_rect': [-15, -15, 46, 833]
picture.js 103 layer_rect: this.args.params.layerRect,
133 layer_rect: this.args.params.layerRect,
  /external/chromium_org/skia/ext/
lazy_pixel_ref_utils_unittest.cc 143 SkCanvas* StartRecording(SkPicture* picture, gfx::Rect layer_rect) {
145 layer_rect.width(),
146 layer_rect.height(),
151 canvas->translate(-layer_rect.x(), -layer_rect.y());
153 layer_rect.x(), layer_rect.y(), layer_rect.width(), layer_rect.height()));
166 gfx::Rect layer_rect(0, 0, 256, 256)
    [all...]
  /external/chromium_org/cc/layers/
picture_layer.cc 85 void PictureLayer::SetNeedsDisplayRect(const gfx::RectF& layer_rect) {
86 gfx::Rect rect = gfx::ToEnclosedRect(layer_rect);
92 Layer::SetNeedsDisplayRect(layer_rect);
picture_layer.h 31 virtual void SetNeedsDisplayRect(const gfx::RectF& layer_rect) OVERRIDE;
scrollbar_layer.h 63 gfx::Rect ScrollbarLayerRectToContentRect(gfx::Rect layer_rect) const;
scrollbar_layer_impl.h 76 gfx::Rect ScrollbarLayerRectToContentRect(gfx::RectF layer_rect) const;
scrollbar_layer.cc 260 gfx::Rect layer_rect) const {
262 // layer_rect here might be in coordinates of the containing layer.
264 layer_rect, contents_scale_y(), contents_scale_y());
scrollbar_layer_impl.cc 164 gfx::RectF layer_rect) const {
166 // layer_rect here might be in coordinates of the containing layer.
167 gfx::RectF content_rect = gfx::ScaleRect(layer_rect,
tiled_layer_unittest.cc     [all...]
picture_layer_impl_unittest.cc 401 gfx::Rect layer_rect = gfx::ScaleToEnclosingRect( local
403 layer_rect.Intersect(gfx::Rect(layer_bounds));
405 bool in_pending = pending_pile->recorded_region().Contains(layer_rect);
406 bool in_active = active_pile->recorded_region().Contains(layer_rect);
    [all...]
texture_layer_unittest.cc 209 const gfx::Rect layer_rect(layer_bounds);
210 const Region layer_region(layer_rect);
214 layer->draw_properties().visible_content_rect = layer_rect;
    [all...]
  /external/chromium_org/cc/output/
renderer_pixeltest.cc     [all...]

Completed in 913 milliseconds

1 2