Searched refs:ScaleToEnclosingRect (Results 1 – 17 of 17) sorted by relevance
/external/chromium_org/ui/gfx/ |
D | rect.h | 111 inline Rect ScaleToEnclosingRect(const Rect& rect, in ScaleToEnclosingRect() function 121 inline Rect ScaleToEnclosingRect(const Rect& rect, float scale) { in ScaleToEnclosingRect() function 122 return ScaleToEnclosingRect(rect, scale, scale); in ScaleToEnclosingRect()
|
D | rect_unittest.cc | 669 TEST(RectTest, ScaleToEnclosingRect) { in TEST() argument 707 Rect result = ScaleToEnclosingRect(tests[i].input_rect, in TEST()
|
/external/chromium_org/ui/snapshot/ |
D | snapshot_android.cc | 28 gfx::ScaleToEnclosingRect(snapshot_bounds, in GrabWindowSnapshot()
|
/external/chromium_org/cc/layers/ |
D | content_layer_unittest.cc | 38 gfx::Rect opaque_rect_in_content_space = gfx::ScaleToEnclosingRect( in TEST()
|
D | painted_scrollbar_layer.cc | 154 gfx::Rect expanded_rect = gfx::ScaleToEnclosingRect( in ScrollbarLayerRectToContentRect() 233 gfx::Rect layer_rect = gfx::ScaleToEnclosingRect( in RasterizeScrollbarPart()
|
D | picture_layer.cc | 106 gfx::Rect visible_layer_rect = gfx::ScaleToEnclosingRect( in Update()
|
D | picture_layer_impl_unittest.cc | 360 gfx::Rect content_invalidation = gfx::ScaleToEnclosingRect( in TEST_F() 423 gfx::Rect active_content_bounds = gfx::ScaleToEnclosingRect( in TEST_F()
|
D | tiled_layer_unittest.cc | 1468 gfx::ScaleToEnclosingRect(layer_bounds_rect, 0.5f); in TEST_F()
|
/external/chromium_org/cc/resources/ |
D | picture_pile_impl.cc | 154 gfx::Rect layer_rect = gfx::ScaleToEnclosingRect( in CoalesceRasters() 328 gfx::Rect layer_rect = gfx::ScaleToEnclosingRect( in AnalyzeInRect() 360 gfx::ScaleToEnclosingRect(content_rect, 1.f / contents_scale)), in PixelRefIterator()
|
D | picture_layer_tiling.cc | 90 gfx::ScaleToEnclosingRect(paint_rect, 1.0f / contents_scale_); in CreateTile() 168 gfx::ScaleToEnclosingRect(layer_rect, contents_scale_); in Invalidate() 228 gfx::ScaleToEnclosingRect(dest_rect_, in CoverageIterator() 280 gfx::ScaleToEnclosingRect(content_rect, in operator ++() 373 gfx::ScaleToEnclosingRect(viewport_in_layer_space, contents_scale_); in UpdateTilePriorities() 375 gfx::ScaleToEnclosingRect(visible_layer_rect, contents_scale_); in UpdateTilePriorities()
|
D | content_layer_updater.cc | 56 layer_rect = gfx::ScaleToEnclosingRect( in PaintContents()
|
D | picture_layer_tiling_set.cc | 317 gfx::Rect viewport_in_layer_space = gfx::ScaleToEnclosingRect( in UpdateTilePriorities() 320 gfx::Rect visible_layer_rect = gfx::ScaleToEnclosingRect( in UpdateTilePriorities()
|
D | picture_pile_base.cc | 192 gfx::Rect layer_rect = gfx::ScaleToEnclosingRect( in CanRaster()
|
D | picture_layer_tiling_set_unittest.cc | 362 gfx::Rect content_rect = gfx::ScaleToEnclosingRect(iter.rect(), 2.f); in TEST_F()
|
D | picture_layer_tiling_unittest.cc | 149 gfx::Rect clamped_rect = gfx::ScaleToEnclosingRect( in VerifyTilesCoverNonContainedRect()
|
/external/chromium_org/cc/debug/ |
D | rasterize_and_record_benchmark.cc | 114 gfx::Rect visible_content_rect = gfx::ScaleToEnclosingRect( in RunOnLayer()
|
/external/chromium_org/cc/output/ |
D | renderer_pixeltest.cc | 1951 gfx::ScaleToEnclosingRect(layer_rect, contents_scale)); in TYPED_TEST()
|