Searched refs:yOffset (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | AllocationTest.java | 472 int xOffset, int yOffset, in helperFloatCopy2D() argument 487 A.copy2DRangeFrom(xOffset, yOffset, width, height, src); in helperFloatCopy2D() 491 for (int y = yOffset + height - 1; y >= yOffset ; y--) { in helperFloatCopy2D() 499 int xOffset, int yOffset, in helperByteCopy2D() argument 514 A.copy2DRangeFrom(xOffset, yOffset, width, height, src); in helperByteCopy2D() 518 for (int y = yOffset + height - 1; y >= yOffset ; y--) { in helperByteCopy2D() 526 int xOffset, int yOffset, in helperShortCopy2D() argument 541 A.copy2DRangeFrom(xOffset, yOffset, width, height, src); in helperShortCopy2D() 545 for (int y = yOffset + height - 1; y >= yOffset ; y--) { in helperShortCopy2D() 553 int xOffset, int yOffset, in helperIntCopy2D() argument [all …]
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni_allocation.cpp | 238 int xOffset, int yOffset, int xCount, int yCount, in helperCopy2D() argument 262 alloc->copy2DRangeFrom(xOffset, yOffset, xCount, yCount, src); in helperCopy2D() 263 alloc->copy2DRangeTo(xOffset, yOffset, xCount, yCount, dst); in helperCopy2D() 279 int xOffset, int yOffset, int xCount, int yCount) { in helperFloatAllocationCopy2D() argument 294 srcA->copy2DRangeFrom(xOffset, yOffset, xCount, yCount, src); in helperFloatAllocationCopy2D() 296 dstA->copy2DRangeFrom(xOffset, yOffset, xCount, yCount, srcA, xOffset, yOffset); in helperFloatAllocationCopy2D() 297 dstA->copy2DRangeTo(xOffset, yOffset, xCount, yCount, dst); in helperFloatAllocationCopy2D() 329 int xOffset, int yOffset, int zOffset, in helperCopy3D() argument 365 alloc->copy3DRangeFrom(xOffset, yOffset, zOffset, xCount, yCount, zCount, src); in helperCopy3D() 366 alloc->copy3DRangeTo(xOffset, yOffset, zOffset, xCount, yCount, zCount, dst); in helperCopy3D() [all …]
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ToastTest.java | 326 final int yOffset = 10; 329 mToast.setGravity(Gravity.BOTTOM, xOffset, yOffset); 339 assertEquals(yOffset, mToast.getYOffset()); 346 assertEquals(bottomXY[1] - yOffset, bottomOffsetXY[1]);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/ |
D | CameraFormatsActivity.java | 168 ColorMatrix yOffset = new ColorMatrix(yuvOffset); in onCreate() local 171 yTotal.setConcat(y2r, yOffset); in onCreate()
|