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 191 views::View* bottom_row = new View();
198 bottom_row->SetLayoutManager(layout);
206 bottom_row->AddChildView(help);
213 bottom_row->AddChildView(settings);
216 AddChildView(bottom_row);
  /external/chromium_org/ash/system/chromeos/network/
network_state_list_detailed_view.cc 404 views::View* bottom_row = new views::View(); local
411 bottom_row->SetLayoutManager(layout);
416 bottom_row->AddChildView(other_wifi_);
420 bottom_row->AddChildView(turn_on_wifi_);
424 bottom_row->AddChildView(other_mobile_);
433 bottom_row->AddChildView(toggle_debug_preferred_networks_);
440 bottom_row->AddChildView(other_vpn_);
445 bottom_row->AddChildView(settings_ ? settings_ : proxy_settings_);
447 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 782 milliseconds