Home
last modified time | relevance | path

Searched refs:fx (Results 1 – 5 of 5) sorted by relevance

/cts/suite/cts/deviceTests/opengl/jni/graphics/
DMatrix.cpp139 float fx = centerX - eyeX; in newLookAt() local
144 float rlf = 1.0f / (float) sqrt(fx * fx + fy * fy + fz * fz); in newLookAt()
145 fx *= rlf; in newLookAt()
151 float sy = fz * upX - fx * upZ; in newLookAt()
152 float sz = fx * upY - fy * upX; in newLookAt()
162 float uy = sz * fx - sx * fz; in newLookAt()
163 float uz = sx * fy - sy * fx; in newLookAt()
168 d[2] = -fx; in newLookAt()
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/
Djquery.js2090 time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;
8405 e = new jQuery.fx( this, opt, p );
8563 opt.duration = jQuery.fx.off ? 0 : typeof opt.duration === "number" ? opt.duration :
8564 opt.duration in jQuery.fx.speeds ? jQuery.fx.speeds[ opt.duration ] : jQuery.fx.speeds._default;
8600 fx: function( elem, options, prop ) { method
8610 jQuery.fx.prototype = { class in jQuery
8617 ( jQuery.fx.step[ this.prop ] || jQuery.fx.step._default )( this );
8637 fx = jQuery.fx;
8658 timerId = setInterval( fx.tick, fx.interval );
8772 jQuery.extend( jQuery.fx, {
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVRecordActivity.java487 double fx = width/2/Math.tan(alpha/2.0); in init() local
490 + mCamera.getParameters().getHorizontalViewAngle() +" Estimated fx = "+fx); in init()
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java862 float fx = cameraIntrinsics[0]; in testDepthOutputCharacteristics() local
/cts/apps/CtsVerifier/libs/
Dopencv-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...