Searched defs:yOffset (Results 1 – 4 of 4) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/ |
D | WaveScopeView.java | 173 float yOffset = height / (2.0f * mNumChannels); in onDraw() local 180 float yOffset = height / (2.0f * mNumChannels); in onDraw() local
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | AllocationTest.java | 500 int xOffset, int yOffset, in helperFloatCopy2D() 529 int xOffset, int yOffset, in helperByteCopy2D() 559 int xOffset, int yOffset, in helperShortCopy2D() 588 int xOffset, int yOffset, in helperIntCopy2D() 617 int xOffset, int yOffset, in helperFloatAllocationCopy2D() 646 int xOffset, int yOffset, in helperByteAllocationCopy2D()
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni_allocation.cpp | 238 int xOffset, int yOffset, int xCount, int yCount, in helperCopy2D() 279 int xOffset, int yOffset, int xCount, int yCount) { in helperFloatAllocationCopy2D() 329 int xOffset, int yOffset, int zOffset, in helperCopy3D() 382 int xOffset, int yOffset, int zOffset, in helperFloatAllocationCopy3D()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/ |
D | CameraFormatsActivity.java | 199 ColorMatrix yOffset = new ColorMatrix(yuvOffset); in onCreate() local
|