HomeSort by relevance Sort by last modified time
    Searched full:layer_rect_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/cc/trees/
layer_tree_host_pixeltest_on_demand_raster.cc 62 : layer_rect_(layer_rect) {}
69 *opaque = gfx::RectF(layer_rect_.width(), layer_rect_.height());
73 canvas->drawRect(SkRect::MakeWH(layer_rect_.width(),
74 layer_rect_.height() / 2),
80 layer_rect_.height() / 2,
81 layer_rect_.width(),
82 layer_rect_.height() / 2),
87 gfx::Rect layer_rect_; member in class:cc::__anon3946::BlueYellowLayerClient
  /external/chromium_org/cc/resources/
picture.cc 89 : layer_rect_(layer_rect),
157 layer_rect_(layer_rect),
167 layer_rect_(layer_rect),
198 layer_rect_,
214 layer_rect_.width(), layer_rect_.height(), tile_grid_info));
217 layer_rect_.width(),
218 layer_rect_.height(),
223 canvas->translate(SkFloatToScalar(-layer_rect_.x()),
224 SkFloatToScalar(-layer_rect_.y()))
    [all...]
picture.h 50 gfx::Rect LayerRect() const { return layer_rect_; }
136 gfx::Rect layer_rect_; member in class:cc::Picture
picture_pile_impl.cc 359 layer_rect_(
361 tile_iterator_(&picture_pile_->tiling_, layer_rect_, true) {
398 pixel_ref_iterator_ = Picture::PixelRefIterator(layer_rect_, picture);
picture_pile_impl.h 99 gfx::Rect layer_rect_; member in class:cc::PicturePileImpl::PixelRefIterator

Completed in 182 milliseconds