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

  /external/skia/legacy/src/effects/
SkBlurMask.cpp 127 int next_x = 1; local
131 int nx = SkFastMin32(next_x, sw);
137 next_x += 1;
154 int nx = SkFastMin32(next_x, sw);
160 next_x += 1;
164 * center section, where neither prev_x nor next_x is clamped
165 * right-hand section, where next_x is clamped to sw
193 int next_x = 1; local
198 SkASSERT(next_x <= sw);
201 int nx = next_x;
297 int next_x = 1; local
390 int next_x = 1; local
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
oobe_progress_bar.cc 82 int next_x = static_cast<int>((i + 1) * step_width); local
90 int line_width = ((next_x - x) -
111 next_x - ix, line_->height());
117 (next_x - x - 2 * kTextPadding),
122 x = next_x;
  /external/skia/src/effects/
SkBlurMask.cpp 435 int next_x = 1; local
439 int nx = SkFastMin32(next_x, sw);
445 next_x += 1;
462 int nx = SkFastMin32(next_x, sw);
468 next_x += 1;
472 * center section, where neither prev_x nor next_x is clamped
473 * right-hand section, where next_x is clamped to sw
501 int next_x = 1; local
506 SkASSERT(next_x <= sw);
509 int nx = next_x;
605 int next_x = 1; local
698 int next_x = 1; local
    [all...]
  /external/chromium/chrome/browser/ui/views/download/
download_shelf_view.cc 273 int next_x = show_link_only ? kLeftPadding : local
276 arrow_image_->SetBounds(next_x,
279 next_x += image_size.width() + kDownloadsTitlePadding;
280 show_all_view_->SetBounds(next_x,
284 next_x += show_all_size.width() + kCloseAndLinkPadding;
289 close_button_->SetBounds(next_x, y,
290 is_maximized ? width() - next_x : close_button_size.width(),
300 next_x = kLeftPadding;
305 int x = next_x;
314 next_x += item_width
    [all...]
  /external/chromium/chrome/browser/ui/views/autocomplete/
touch_autocomplete_popup_contents_view.cc 79 int next_x = bounds.x() + static_cast<int>(((i + 1) * child_width) + 0.5); local
80 visible_children[i]->SetBounds(x, bounds.y(), next_x - x, bounds.height());
81 x = next_x;
  /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...]
  /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/Gallery2/jni_mosaic/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/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 1695 int next_x = x + pref.width() + kButtonPadding; local
    [all...]

Completed in 400 milliseconds