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

  /external/chromium_org/chrome/browser/ui/views/download/
download_shelf_view.cc 230 int next_x = show_link_only ? kLeftPadding : local
233 arrow_image_->SetBounds(next_x,
236 next_x += image_size.width() + kDownloadsTitlePadding;
237 show_all_view_->SetBounds(next_x,
241 next_x += show_all_size.width() + kCloseAndLinkPadding;
246 close_button_->SetBounds(next_x, y,
247 is_maximized ? width() - next_x : close_button_size.width(),
257 next_x = kLeftPadding;
262 int x = next_x;
271 next_x += item_width
    [all...]
  /external/opencv/cv/src/
cvemd.cpp 754 CvNode2D head, *cur_x, *next_x, *leave_x = 0; local
803 while( (next_x = cur_x->next[0]) != leave_x )
805 cur_x = next_x;
808 cur_x->next[0] = next_x->next[0];
813 while( (next_x = cur_x->next[1]) != leave_x )
815 cur_x = next_x;
818 cur_x->next[1] = next_x->next[1];
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
stacked_tab_strip_layout.cc 341 for (int next_x = x, i = index - 1; i > active_index(); --i) {
342 next_x = std::max(GetMinXCompressed(i), next_x - tab_offset());
343 SetIdealBoundsAt(i, next_x);
tab_strip.cc 2397 int next_x = 0; local
    [all...]
tab_drag_controller.cc 1344 int next_x = attached_tabstrip_->ideal_bounds(index + 1).x(); local
    [all...]
  /development/perftests/panorama/feature_stab/db_vlvm/
db_feature_detection.cpp 706 int x,next_x,last,right; local
709 for(x=3;x<=last;x=next_x)
711 next_x=x+chunk_width;
712 right=next_x-1;
729 int x,next_x,last; local
733 for(x=3;x<=last;x=next_x)
735 next_x=x+124;
1413 int x,next_x; local
1504 int x,next_x,last_x; local
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 706 int x,next_x,last,right; local
709 for(x=3;x<=last;x=next_x)
711 next_x=x+chunk_width;
712 right=next_x-1;
729 int x,next_x,last; local
733 for(x=3;x<=last;x=next_x)
735 next_x=x+124;
1413 int x,next_x; local
1504 int x,next_x,last_x; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 706 int x,next_x,last,right; local
709 for(x=3;x<=last;x=next_x)
711 next_x=x+chunk_width;
712 right=next_x-1;
729 int x,next_x,last; local
733 for(x=3;x<=last;x=next_x)
735 next_x=x+124;
1413 int x,next_x; local
1504 int x,next_x,last_x; local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 1919 int next_x = x + pref.width() + kButtonPadding; local
    [all...]

Completed in 290 milliseconds