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

  /external/chromium_org/cc/resources/
picture_pile_base.h 46 bool CanRaster(float contents_scale, const gfx::Rect& content_rect);
107 // An internal CanRaster check that goes to the picture_map rather than
tile.h 135 DCHECK(pile->CanRaster(contents_scale_, content_rect_))
picture_pile_base.cc 145 bool PicturePileBase::CanRaster(float contents_scale,
picture_pile_unittest.cc 28 return CanRaster(1.f, layer_rect);
389 // and doesn't get re-recorded, then CanRaster is not true for any
442 // issue because CanRaster checks will go down the slow path.
    [all...]
  /external/chromium_org/cc/layers/
picture_layer_impl.cc 613 if (!pile_->CanRaster(tiling->contents_scale(), content_rect))
    [all...]
picture_layer_impl_unittest.cc 667 bool in_pending = pending_pile->CanRaster(tiling->contents_scale(),
669 bool in_active = active_pile->CanRaster(tiling->contents_scale(),
    [all...]

Completed in 276 milliseconds