HomeSort by relevance Sort by last modified time
    Searched refs:content_rect (Results 26 - 50 of 94) sorted by null

12 3 4

  /external/chromium_org/cc/resources/
caching_bitmap_content_layer_updater.cc 36 gfx::Rect content_rect,
41 BitmapContentLayerUpdater::PrepareToUpdate(content_rect,
layer_updater.h 51 virtual void PrepareToUpdate(gfx::Rect content_rect,
bitmap_skpicture_content_layer_updater.cc 74 // Translate the origin of content_rect to that of source_rect.
75 canvas->translate(content_rect().x() - source_rect.x(),
76 content_rect().y() - source_rect.y());
tile.cc 19 gfx::Rect content_rect,
28 content_rect_(content_rect),
67 res->Set("content_rect", MathUtil::AsValue(content_rect_).release());
picture_layer_tiling_set_unittest.cc 35 gfx::Rect content_rect(content_bounds);
37 Region remaining(content_rect);
41 content_rect,
45 EXPECT_TRUE(content_rect.Contains(geometry_rect));
88 gfx::Rect content_rect(content_bounds);
90 Region remaining(content_rect);
94 content_rect,
98 EXPECT_TRUE(content_rect.Contains(geometry_rect));
230 EXPECT_TRUE(tile->content_rect().Intersects(tiling->live_tiles_rect()))
280 if (tiles[i]->content_rect().origin() == gfx::Point()
362 gfx::Rect content_rect = gfx::ScaleToEnclosingRect(iter.rect(), 2.f); local
    [all...]
tile.h 106 gfx::Rect content_rect() const { return content_rect_; } function in class:cc::Tile
139 gfx::Rect content_rect,
bitmap_content_layer_updater.h 20 // This class rasterizes the content_rect into a skia bitmap canvas. It then
49 virtual void PrepareToUpdate(gfx::Rect content_rect,
picture_layer_tiling.cc 105 gfx::Rect content_rect) const {
167 gfx::Rect content_rect = local
169 content_rect.Intersect(live_tiles_rect_);
170 if (content_rect.IsEmpty())
174 &tiling_data_, content_rect, include_borders);
227 gfx::Rect content_rect = local
233 content_rect.Intersect(gfx::Rect(tiling_->tiling_data_.total_size()));
234 if (content_rect.IsEmpty())
237 left_ = tiling_->tiling_data_.TileXIndexFromSrcCoord(content_rect.x());
238 top_ = tiling_->tiling_data_.TileYIndexFromSrcCoord(content_rect.y())
277 gfx::Rect content_rect = tiling_->tiling_data_.TileBounds(tile_i_, tile_j_); local
    [all...]
picture_layer_tiling.h 27 // Create a tile at the given content_rect (in the contents scale of the
31 gfx::Rect content_rect) = 0;
83 // Iterate over all tiles to fill content_rect. Even if tiles are invalid
86 // exactly equal content_rect and no two geometry_rects should intersect.
95 // Visible rect (no borders), always in the space of content_rect,
103 // of content_rect, regardless of the contents scale of the tiling.
132 Region OpaqueRegionInContentRect(gfx::Rect content_rect) const;
prioritized_tile_set.cc 36 gfx::Rect a_rect = a->content_rect();
37 gfx::Rect b_rect = b->content_rect();
picture_layer_tiling_set.h 83 gfx::Rect content_rect,
  /external/chromium_org/cc/test/
fake_content_layer.cc 15 using ContentLayerUpdater::content_rect;
48 (Updater()))->content_rect();
fake_scrollbar.cc 59 gfx::Rect content_rect) {
fake_scrollbar.h 31 gfx::Rect content_rect) OVERRIDE;
tiled_layer_test_common.cc 37 void FakeLayerUpdater::PrepareToUpdate(gfx::Rect content_rect,
43 last_update_rect_ = content_rect;
  /external/chromium_org/webkit/renderer/compositor_bindings/
scrollbar_impl.cc 66 SkCanvas* canvas, cc::ScrollbarPart part, gfx::Rect content_rect) {
68 painter_.paintThumb(canvas, content_rect);
73 painter_.paintScrollbarBackground(canvas, content_rect);
scrollbar_impl.h 38 gfx::Rect content_rect) OVERRIDE;
  /external/chromium_org/cc/layers/
content_layer.cc 27 gfx::Rect content_rect,
30 client_->PaintContents(canvas, content_rect, opaque);
38 double pixels_per_sec = (content_rect.width() * content_rect.height()) /
scrollbar_layer_impl_base.cc 41 gfx::RectF content_rect = gfx::ScaleRect(layer_rect, local
44 return gfx::ToEnclosingRect(content_rect);
render_surface_impl.h 120 void SetContentRect(gfx::Rect content_rect);
121 gfx::Rect content_rect() const { return content_rect_; } function in class:cc::RenderSurfaceImpl
content_layer.h 25 gfx::Rect content_rect,
layer_perftest.cc 27 gfx::Rect content_rect,
  /external/chromium_org/printing/
printed_page.h 41 gfx::Rect* content_rect) const;
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_damage.cc 276 root_damage.Intersect(root_surface->content_rect());
338 root_damage.Intersect(root_surface->content_rect());
344 EXPECT_EQ(gfx::RectF(root_surface->content_rect()).ToString(),
358 EXPECT_EQ(gfx::RectF(root_surface->content_rect()).ToString(),
394 EXPECT_EQ(gfx::RectF(root_surface->content_rect()).ToString(),
444 gfx::RectF content_rect(content_layer->position(),
448 EXPECT_FALSE(content_rect.Intersects(scrollbar_rect));
472 root_damage.Intersect(root_surface->content_rect());
543 root_damage.Intersect(root_surface->content_rect());
  /external/chromium_org/ui/app_list/views/
search_result_view.cc 211 gfx::Rect content_rect(rect);
212 content_rect.set_height(rect.height() - kBorderSize);
217 canvas->FillRect(content_rect, kSelectedColor);
219 canvas->FillRect(content_rect, kHighlightedColor);
221 canvas->FillRect(content_rect, kContentsBackgroundColor);
223 gfx::Rect border_bottom = gfx::SubtractRects(rect, content_rect);

Completed in 131 milliseconds

12 3 4