Searched refs:drawGradient (Results 1 – 2 of 2) sorted by relevance
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | CtsUtilsTest.java | 48 drawGradient(src.planes[0], w, h); in testCopyYuv() 49 drawGradient(src.planes[1], w/2, h/2); in testCopyYuv() 50 drawGradient(src.planes[2], w/2, h/2); in testCopyYuv() 66 drawGradient(src.planes[0], w, h); in testCopyPad0to0() 79 drawGradient(src.planes[0], w, h); in testCopyPad3to3() 92 drawGradient(src.planes[0], w, h); in testCopyPad3to0() 105 drawGradient(src.planes[0], w, h); in testCopyPad0to3() 118 drawGradient(src.planes[0], w, h); in testCopyPad5to3() 131 drawGradient(src.planes[0], w, h); in testCopyPad3to5() 160 private static void drawGradient(FakePlane plane, int w, int h) { in drawGradient() method in CtsUtilsTest
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapTest.java | 2424 drawGradient(original); in testAsShared() 2769 private static void drawGradient(Bitmap bitmap) { in drawGradient() method 2795 drawGradient(bitmap); in testNdkCompress()
|