Searched refs:has_rect (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/cc/base/
H A Dregion.cc113 for (Iterator it(*this); it.has_rect(); it.next()) {
123 for (Iterator it(*this); it.has_rect(); it.next()) {
134 for (Iterator it(*this); it.has_rect(); it.next()) {
H A Dregion.h82 bool has_rect() const { function in class:cc::Region::Iterator
H A Dsimple_enclosed_region.cc19 for (Region::Iterator it(region); it.has_rect(); it.next())
H A Dregion_unittest.cc97 for (Region::Iterator it(r); it.has_rect(); it.next())
/external/chromium_org/cc/resources/
H A Dpicture_layer_tiling_set.cc190 if (!region_iter_.has_rect())
268 if (!region_iter_.has_rect()) {
275 if (!region_iter_.has_rect()) {
307 region_iter_.has_rect();
H A Dpicture_pile_impl.cc304 for (Region::Iterator it(total_clip); it.has_rect(); it.next())
H A Dpicture.cc346 for (Region::Iterator it(negated_content_region); it.has_rect(); it.next())
H A Dpicture_pile.cc403 for (Region::Iterator i(*invalidation); i.has_rect(); i.next()) {
H A Dpicture_layer_tiling_set_unittest.cc510 for (Region::Iterator iter(layer_invalidation); iter.has_rect();
H A Dpicture_layer_tiling.cc273 for (Region::Iterator iter(layer_region); iter.has_rect(); iter.next()) {
/external/chromium_org/cc/blink/
H A Dweb_layer_impl.cc337 region_rects.has_rect();
344 region_rects.has_rect();
362 region_rects.has_rect();
369 region_rects.has_rect();
/external/chromium_org/cc/debug/
H A Ddebug_rect_history.cc196 iter.has_rect();
258 iter.has_rect();
/external/chromium_org/cc/trees/
H A Docclusion_tracker.cc473 non_opaque_content_rects.has_rect();
H A Dlayer_tree_host_impl.cc620 fill_rects.has_rect();
635 fill_rects.has_rect();
/external/chromium_org/cc/layers/
H A Dtiled_layer.cc155 for (Region::Iterator new_rects(new_region); new_rects.has_rect();
/external/chromium_org/cc/output/
H A Drenderer_pixeltest.cc2046 for (Region::Iterator iter(outside); iter.has_rect(); iter.next()) {

Completed in 266 milliseconds