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

  /external/chromium_org/cc/resources/
layer_tiling_data.h 33 bool has_empty_bounds() const { return tiling_data_.has_empty_bounds(); } function in class:cc::LayerTilingData
50 bool is_empty() const { return has_empty_bounds() || !tiles().size(); }
  /external/chromium_org/cc/base/
tiling_data.h 42 bool has_empty_bounds() const { return !num_tiles_x_ || !num_tiles_y_; } function in class:cc::TilingData
tiling_data.cc 143 if (!rect.Intersects(tiling_rect_) || has_empty_bounds())
157 if (!rect.Intersects(tiling_rect_) || has_empty_bounds())
  /external/chromium_org/cc/layers/
tiled_layer_impl.cc 147 if (!tiler_ || tiler_->has_empty_bounds() ||
157 DCHECK(!tiler_->has_empty_bounds());
tiled_layer.cc 604 if (tiler_->has_empty_bounds())
732 if (tiler_->has_empty_bounds() || !DrawsContent())
858 tiler_->has_empty_bounds() || !DrawsContent())

Completed in 6748 milliseconds