Searched defs:bottom_row (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_state_list_detailed_view.cc331 views::View* bottom_row = new views::View(); local
338 bottom_row->SetLayoutManager(layout);
343 bottom_row->AddChildView(other_wifi_);
347 bottom_row->AddChildView(turn_on_wifi_);
351 bottom_row->AddChildView(other_mobile_);
357 bottom_row->AddChildView(other_vpn_);
369 bottom_row->AddChildView(settings_ ? settings_ : proxy_settings_);
371 AddChildView(bottom_row);
/external/chromium_org/cc/resources/
H A Dpicture_pile_unittest.cc637 gfx::Rect bottom_row = gfx::UnionRects(pile_->tiling().TileBounds(0, 5), local
639 EXPECT_FALSE(expected_invalidation.Contains(bottom_row));
641 expected_invalidation.Union(bottom_row);
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_region.cc554 Rows::const_iterator bottom_row = row_; local
557 bottom = bottom_row->second->bottom;
558 previous = bottom_row;
559 ++bottom_row;
560 } while (bottom_row != region_.rows_.end() &&
561 previous->second->bottom == bottom_row->second->top &&
562 IsSpanInRow(*bottom_row->second, *row_span_));
/external/pixman/pixman/
H A Dpixman-bits-image.c157 uint32_t *bottom_row; local
209 bottom_row = zero;
215 bottom_row = bits->bits + y2 * bits->rowstride;
236 if (top_row == zero && bottom_row == zero)
248 else if (bottom_row == zero)
285 br = bottom_row[pixman_fixed_to_int (x_bottom) + 1] | bottom_mask;
309 bl = bottom_row [pixman_fixed_to_int (x_bottom)] | bottom_mask;
310 br = bottom_row [pixman_fixed_to_int (x_bottom) + 1] | bottom_mask;
334 bl = bottom_row [pixman_fixed_to_int (x_bottom)] | bottom_mask;

Completed in 1060 milliseconds