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 56 gfx::Size layer_bounds() const { return layer_bounds_; }
131 gfx::Size layer_bounds_; member in class:cc::PictureLayerTilingSet
picture_layer_tiling_set.cc 27 layer_bounds_(layer_bounds) {
50 layer_bounds_ = new_layer_bounds;
102 layer_bounds_ = new_layer_bounds;
111 layer_bounds_,
picture_layer_tiling.h 143 gfx::Size layer_bounds() const { return layer_bounds_; }
324 gfx::Size layer_bounds_; member in class:cc::PictureLayerTiling
picture_layer_tiling.cc 79 layer_bounds_(layer_bounds),
94 layer_bounds_ = gfx::Size();
176 if (new_layer_bounds != layer_bounds_) {
182 layer_bounds_ = gfx::Size();
185 layer_bounds_ = new_layer_bounds;
    [all...]

Completed in 273 milliseconds