Searched refs:top_bottom (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cv/src/
H A Dcvfilter.cpp2381 CvMat* top_bottom = 0;
2460 CV_CALL( top_bottom = cvCreateMat( ksize.height*2, cvAlign(size.width,align), type ));
2484 top_bottom_step = top_bottom->step ? top_bottom->step : CV_STUB_STEP;
2513 src_stripe_size, top_bottom->data.ptr, top_bottom_step,
2515 vin = top_bottom;
2560 cvReleaseMat( &top_bottom );
/external/chromium/chrome/browser/ui/gtk/
H A Dlocation_bar_view_gtk.cc814 const int top_bottom = popup_window_mode_ ? kBorderThickness : 0; local
818 top_bottom, top_bottom); local
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp2202 int top_bottom = 0, base_line; local
2219 top_bottom = 1;
2236 if( top_bottom )

Completed in 2736 milliseconds