Searched refs:hatX (Results 1 – 2 of 2) sorted by relevance
148 Mat hatX = -(src3*h1) - (src4*h0); in image_jacobian_euclidean_ECC() local155 dst.colRange(0, w) = (src1.mul(hatX))+(src2.mul(hatY));//1 in image_jacobian_euclidean_ECC()
1628 … int hatX = Math.round(event.getAxisValue( joystick.hats.get(i).getAxis(), actionPointerIndex ) ); in handleMotionEvent() local1630 SDLActivity.onNativeHat(joystick.device_id, i/2, hatX, hatY ); in handleMotionEvent()