OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
131
if (rect.IsEmpty() ||
has_empty_bounds
())
147
if (rect.IsEmpty() ||
has_empty_bounds
())
/external/chromium_org/cc/layers/
tiled_layer_impl.cc
151
if (!tiler_ || tiler_->
has_empty_bounds
() ||
163
DCHECK(!tiler_->
has_empty_bounds
());
tiled_layer.cc
576
if (tiler_->
has_empty_bounds
())
702
if (tiler_->
has_empty_bounds
() || !DrawsContent())
828
tiler_->
has_empty_bounds
() || !DrawsContent())
Completed in 670 milliseconds