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_; }
121 gfx::Size layer_bounds_; member in class:cc::PictureLayerTilingSet
picture_layer_tiling.h 52 gfx::Size layer_bounds() const { return layer_bounds_; }
181 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_);
129 if (layer_bounds_ == layer_bounds)
134 gfx::Size old_layer_bounds = layer_bounds_;
135 layer_bounds_ = layer_bounds;
138 gfx::ToCeiledSize(gfx::ScaleSize(layer_bounds_, contents_scale_));
155 Region layer_region((gfx::Rect(layer_bounds_)));

Completed in 260 milliseconds