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

  /external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
gpumat.hpp 123 __host__ GpuMat_& adjustROI(int dtop, int dbottom, int dleft, int dright);
  /external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/detail/
gpumat.hpp 250 __host__ GpuMat_<T>& GpuMat_<T>::adjustROI(int dtop, int dbottom, int dleft, int dright)
252 return (GpuMat_<T>&)(GpuMat::adjustROI(dtop, dbottom, dleft, dright));
  /external/opencv3/modules/core/src/
copy.cpp     [all...]
cuda_gpu_mat.cpp 230 GpuMat& cv::cuda::GpuMat::adjustROI(int dtop, int dbottom, int dleft, int dright)
238 int row1 = std::max(ofs.y - dtop, 0);
umatrix.cpp 460 UMat& UMat::adjustROI( int dtop, int dbottom, int dleft, int dright )
466 int row1 = std::max(ofs.y - dtop, 0), row2 = std::min(ofs.y + rows + dbottom, wholeSize.height);
matrix.cpp 905 Mat& Mat::adjustROI( int dtop, int dbottom, int dleft, int dright )
911 int row1 = std::max(ofs.y - dtop, 0), row2 = std::min(ofs.y + rows + dbottom, wholeSize.height);
    [all...]
  /external/opencv3/modules/core/misc/java/src/java/
core+Mat.java 117 // C++: Mat Mat::adjustROI(int dtop, int dbottom, int dleft, int dright)
120 // javadoc: Mat::adjustROI(dtop, dbottom, dleft, dright)
121 public Mat adjustROI(int dtop, int dbottom, int dleft, int dright)
124 Mat retVal = new Mat(n_adjustROI(nativeObj, dtop, dbottom, dleft, dright));
1118 // C++: Mat Mat::adjustROI(int dtop, int dbottom, int dleft, int dright)
1119 private static native long n_adjustROI(long nativeObj, int dtop, int dbottom, int dleft, int dright);
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
cuda.hpp 247 GpuMat& adjustROI(int dtop, int dbottom, int dleft, int dright);
mat.hpp     [all...]
mat.inl.hpp     [all...]
  /frameworks/base/core/java/android/text/
Layout.java 491 int dtop, dbottom; local
499 dtop = sTempRect.top;
503 final int top = Math.max(dtop, 0);
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Canvas_Delegate.java     [all...]
  /external/opencv3/modules/java/generator/src/cpp/
Mat.cpp 208 // Mat Mat::adjustROI(int dtop, int dbottom, int dleft, int dright)
212 (JNIEnv* env, jclass, jlong self, jint dtop, jint dbottom, jint dleft, jint dright);
215 (JNIEnv* env, jclass, jlong self, jint dtop, jint dbottom, jint dleft, jint dright)
221 Mat _retval_ = me->adjustROI( dtop, dbottom, dleft, dright );
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 1566 milliseconds