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

  /external/chromium_org/cc/resources/
picture_layer_tiling_set.h 36 gfx::Size layer_bounds() const { return layer_bounds_; }
109 gfx::Size layer_bounds_; member in class:cc::PictureLayerTilingSet
picture_layer_tiling_set.cc 27 layer_bounds_(layer_bounds) {
45 layer_bounds_ = new_layer_bounds;
97 layer_bounds_ = new_layer_bounds;
111 layer_bounds_,
picture_layer_tiling.h 129 gfx::Size layer_bounds() const { return layer_bounds_; }
291 gfx::Size layer_bounds_; member in class:cc::PictureLayerTiling
picture_layer_tiling.cc 63 layer_bounds_(layer_bounds),
142 if (layer_bounds_ == layer_bounds)
147 gfx::Size old_layer_bounds = layer_bounds_;
148 layer_bounds_ = layer_bounds;
150 gfx::ToCeiledSize(gfx::ScaleSize(layer_bounds_, contents_scale_));
167 Region layer_region((gfx::Rect(layer_bounds_)));

Completed in 1506 milliseconds