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

  /external/chromium_org/ash/system/
tray_accessibility.cc 174 views::View* bottom_row = new View();
181 bottom_row->SetLayoutManager(layout);
189 bottom_row->AddChildView(help);
196 bottom_row->AddChildView(settings);
199 AddChildView(bottom_row);
  /external/chromium_org/ash/system/chromeos/network/
network_state_list_detailed_view.cc 376 views::View* bottom_row = new views::View(); local
383 bottom_row->SetLayoutManager(layout);
388 bottom_row->AddChildView(other_wifi_);
392 bottom_row->AddChildView(turn_on_wifi_);
396 bottom_row->AddChildView(other_mobile_);
405 bottom_row->AddChildView(toggle_debug_preferred_networks_);
412 bottom_row->AddChildView(other_vpn_);
417 bottom_row->AddChildView(settings_ ? settings_ : proxy_settings_);
419 AddChildView(bottom_row);
  /external/pixman/pixman/
pixman-bits-image.c 157 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;
    [all...]
  /external/opencv/cv/src/
cvfilter.cpp     [all...]

Completed in 1336 milliseconds