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

  /external/chromium_org/cc/resources/
picture_layer_tiling_set.h 34 gfx::Size layer_bounds() const { return layer_bounds_; }
123 gfx::Size layer_bounds_; member in class:cc::PictureLayerTilingSet
picture_layer_tiling.h 52 gfx::Size layer_bounds() const { return layer_bounds_; }
203 gfx::Size layer_bounds_; member in class:cc::PictureLayerTiling
picture_layer_tiling_set.cc 27 layer_bounds_(layer_bounds) {
46 layer_bounds_ = new_layer_bounds;
92 layer_bounds_ = new_layer_bounds;
105 layer_bounds_,
picture_layer_tiling.cc 33 layer_bounds_(layer_bounds),
64 return gfx::ScaleSize(layer_bounds_, contents_scale_);
132 if (layer_bounds_ == layer_bounds)
137 gfx::Size old_layer_bounds = layer_bounds_;
138 layer_bounds_ = layer_bounds;
141 gfx::ToCeiledSize(gfx::ScaleSize(layer_bounds_, contents_scale_));
158 Region layer_region((gfx::Rect(layer_bounds_)));

Completed in 31 milliseconds