/external/chromium_org/ui/snapshot/ |
snapshot_android.cc | 28 gfx::ScaleToEnclosingRect(snapshot_bounds,
|
/external/chromium_org/cc/layers/ |
content_layer_unittest.cc | 38 gfx::Rect opaque_rect_in_content_space = gfx::ScaleToEnclosingRect(
|
painted_scrollbar_layer.cc | 154 gfx::Rect expanded_rect = gfx::ScaleToEnclosingRect( 233 gfx::Rect layer_rect = gfx::ScaleToEnclosingRect(
|
picture_layer.cc | 106 gfx::Rect visible_layer_rect = gfx::ScaleToEnclosingRect(
|
picture_layer_impl_unittest.cc | 360 gfx::Rect content_invalidation = gfx::ScaleToEnclosingRect( 423 gfx::Rect active_content_bounds = gfx::ScaleToEnclosingRect( [all...] |
tiled_layer_unittest.cc | [all...] |
/external/chromium_org/ui/gfx/ |
rect.h | 111 inline Rect ScaleToEnclosingRect(const Rect& rect, 121 inline Rect ScaleToEnclosingRect(const Rect& rect, float scale) { 122 return ScaleToEnclosingRect(rect, scale, scale);
|
rect_unittest.cc | 669 TEST(RectTest, ScaleToEnclosingRect) { 707 Rect result = ScaleToEnclosingRect(tests[i].input_rect,
|
/external/chromium_org/cc/resources/ |
content_layer_updater.cc | 56 layer_rect = gfx::ScaleToEnclosingRect(
|
picture_pile_impl.cc | 154 gfx::Rect layer_rect = gfx::ScaleToEnclosingRect( 328 gfx::Rect layer_rect = gfx::ScaleToEnclosingRect( 360 gfx::ScaleToEnclosingRect(content_rect, 1.f / contents_scale)),
|
picture_layer_tiling_set.cc | 317 gfx::Rect viewport_in_layer_space = gfx::ScaleToEnclosingRect( 320 gfx::Rect visible_layer_rect = gfx::ScaleToEnclosingRect(
|
picture_layer_tiling.cc | 90 gfx::ScaleToEnclosingRect(paint_rect, 1.0f / contents_scale_); 168 gfx::ScaleToEnclosingRect(layer_rect, contents_scale_); 228 gfx::ScaleToEnclosingRect(dest_rect_, 280 gfx::ScaleToEnclosingRect(content_rect, 373 gfx::ScaleToEnclosingRect(viewport_in_layer_space, contents_scale_); 375 gfx::ScaleToEnclosingRect(visible_layer_rect, contents_scale_);
|
picture_pile_base.cc | 192 gfx::Rect layer_rect = gfx::ScaleToEnclosingRect(
|
picture_layer_tiling_set_unittest.cc | 362 gfx::Rect content_rect = gfx::ScaleToEnclosingRect(iter.rect(), 2.f);
|
picture_layer_tiling_unittest.cc | 149 gfx::Rect clamped_rect = gfx::ScaleToEnclosingRect( [all...] |
/external/chromium_org/cc/debug/ |
rasterize_and_record_benchmark.cc | 114 gfx::Rect visible_content_rect = gfx::ScaleToEnclosingRect(
|
/external/chromium_org/cc/output/ |
renderer_pixeltest.cc | [all...] |