Searched refs:shift_x (Results 1 – 3 of 3) sorted by relevance
/external/autotest/client/deps/glbench/src/ |
D | utils.cc | 226 GLfloat shift_x = size_x * width; in CreateLattice() local 230 *vptr++ = 2 * i * size_x - shift_x; in CreateLattice()
|
/external/opencv3/modules/java/src/ |
D | photo+AlignMTB.java | 193 …shiftMat_0(long nativeObj, long src_nativeObj, long dst_nativeObj, double shift_x, double shift_y); in shiftMat_0() argument
|
D | photo.cpp | 2395 …(JNIEnv* env, jclass , jlong self, jlong src_nativeObj, jlong dst_nativeObj, jdouble shift_x, jdou… in Java_org_opencv_photo_AlignMTB_shiftMat_10() argument 2403 Point shift((int)shift_x, (int)shift_y); in Java_org_opencv_photo_AlignMTB_shiftMat_10()
|