Home
last modified time | relevance | path

Searched defs:y1 (Results 1 – 6 of 6) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
DWaveformView.java102 float y1 = (localData[i] * mScaleY) + mOffsetY; in onDraw() local
111 float y1 = (localData[i] * mScaleY) + mOffsetY; in onDraw() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DIntrinsicHistogram.java75 int x1 = 0, y1 = 0, x2 = w, y2 = h; in testNorm() local
203 int x1 = 0, y1 = 0, x2 = w, y2 = h; in testDot() local
DIntrinsicColorMatrix.java58 int x1 = 0, y1 = 0, x2 = w, y2 = h; in subtest() local
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DVirtualTouchscreenTest.java132 final float x1 = 60f, y1 = 60f; in sendHoverEvents() local
/cts/apps/CameraITS/utils/
Dimage_processing_utils.py1034 def area_of_triangle(x1, y1, x2, y2, x3, y3): argument
1052 def point_in_triangle(x1, y1, x2, y2, x3, y3, xp, yp, abs_tol): argument
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityMagnificationTest.java1031 final float y1 = 1000; in testAnimatingMagnification() local