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 68 using PictureLayerTiling::ComputeSkewport;
545 tiling->ComputeSkewport(1.5, gfx::Rect(0, 50, 100, 100));
555 tiling->ComputeSkewport(1.5, gfx::Rect(10, 50, 100, 100));
565 tiling->ComputeSkewport(1.5, gfx::Rect(-50, 0, 100, 100));
575 tiling->ComputeSkewport(1.5, gfx::Rect(-50, -50, 200, 200));
587 tiling->ComputeSkewport(1.5, gfx::Rect(-500, -500, 1500, 1500));
596 TEST(PictureLayerTilingTest, ComputeSkewport) {
611 tiling->ComputeSkewport(1.5, gfx::Rect(0, 50, 100, 100));
620 tiling->ComputeSkewport(1.5, gfx::Rect(25, 25, 50, 50));
629 tiling->ComputeSkewport(1.5, gfx::Rect(10, 50, 100, 100))
    [all...]
picture_layer_tiling.h 309 gfx::Rect ComputeSkewport(double current_frame_time_in_seconds,
picture_layer_tiling.cc 489 gfx::Rect PictureLayerTiling::ComputeSkewport(
566 gfx::Rect skewport = ComputeSkewport(current_frame_time_in_seconds,
    [all...]

Completed in 493 milliseconds