HomeSort by relevance Sort by last modified time
    Searched refs:ComputeSkewport (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/cc/resources/
picture_layer_tiling_unittest.cc 65 using PictureLayerTiling::ComputeSkewport;
322 tiling->ComputeSkewport(1.5, gfx::Rect(0, 50, 100, 100));
332 tiling->ComputeSkewport(1.5, gfx::Rect(10, 50, 100, 100));
342 tiling->ComputeSkewport(1.5, gfx::Rect(-50, 0, 100, 100));
352 tiling->ComputeSkewport(1.5, gfx::Rect(-50, -50, 200, 200));
364 tiling->ComputeSkewport(1.5, gfx::Rect(-500, -500, 1500, 1500));
373 TEST(PictureLayerTilingTest, ComputeSkewport) {
387 tiling->ComputeSkewport(1.5, gfx::Rect(0, 50, 100, 100));
396 tiling->ComputeSkewport(1.5, gfx::Rect(25, 25, 50, 50));
405 tiling->ComputeSkewport(1.5, gfx::Rect(10, 50, 100, 100))
    [all...]
picture_layer_tiling.h 282 gfx::Rect ComputeSkewport(double current_frame_time_in_seconds,
picture_layer_tiling.cc 371 gfx::Rect PictureLayerTiling::ComputeSkewport(
445 gfx::Rect skewport = ComputeSkewport(current_frame_time_in_seconds,

Completed in 334 milliseconds