Home
last modified time | relevance | path

Searched refs:ScaleToEnclosingRect (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/ui/gfx/
Drect.h111 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()
Drect_unittest.cc669 TEST(RectTest, ScaleToEnclosingRect) { in TEST() argument
707 Rect result = ScaleToEnclosingRect(tests[i].input_rect, in TEST()
/external/chromium_org/ui/snapshot/
Dsnapshot_android.cc28 gfx::ScaleToEnclosingRect(snapshot_bounds, in GrabWindowSnapshot()
/external/chromium_org/cc/layers/
Dcontent_layer_unittest.cc38 gfx::Rect opaque_rect_in_content_space = gfx::ScaleToEnclosingRect( in TEST()
Dpainted_scrollbar_layer.cc154 gfx::Rect expanded_rect = gfx::ScaleToEnclosingRect( in ScrollbarLayerRectToContentRect()
233 gfx::Rect layer_rect = gfx::ScaleToEnclosingRect( in RasterizeScrollbarPart()
Dpicture_layer.cc106 gfx::Rect visible_layer_rect = gfx::ScaleToEnclosingRect( in Update()
Dpicture_layer_impl_unittest.cc360 gfx::Rect content_invalidation = gfx::ScaleToEnclosingRect( in TEST_F()
423 gfx::Rect active_content_bounds = gfx::ScaleToEnclosingRect( in TEST_F()
Dtiled_layer_unittest.cc1468 gfx::ScaleToEnclosingRect(layer_bounds_rect, 0.5f); in TEST_F()
/external/chromium_org/cc/resources/
Dpicture_pile_impl.cc154 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()
Dpicture_layer_tiling.cc90 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()
Dcontent_layer_updater.cc56 layer_rect = gfx::ScaleToEnclosingRect( in PaintContents()
Dpicture_layer_tiling_set.cc317 gfx::Rect viewport_in_layer_space = gfx::ScaleToEnclosingRect( in UpdateTilePriorities()
320 gfx::Rect visible_layer_rect = gfx::ScaleToEnclosingRect( in UpdateTilePriorities()
Dpicture_pile_base.cc192 gfx::Rect layer_rect = gfx::ScaleToEnclosingRect( in CanRaster()
Dpicture_layer_tiling_set_unittest.cc362 gfx::Rect content_rect = gfx::ScaleToEnclosingRect(iter.rect(), 2.f); in TEST_F()
Dpicture_layer_tiling_unittest.cc149 gfx::Rect clamped_rect = gfx::ScaleToEnclosingRect( in VerifyTilesCoverNonContainedRect()
/external/chromium_org/cc/debug/
Drasterize_and_record_benchmark.cc114 gfx::Rect visible_content_rect = gfx::ScaleToEnclosingRect( in RunOnLayer()
/external/chromium_org/cc/output/
Drenderer_pixeltest.cc1951 gfx::ScaleToEnclosingRect(layer_rect, contents_scale)); in TYPED_TEST()