Searched refs:colorTopLeft (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/view/jni/ |
D | android_view_cts_ASurfaceControlTest.cpp | 112 static bool getQuadrantBuffer(int32_t width, int32_t height, jint colorTopLeft, in getQuadrantBuffer() argument 133 fillRegion(data, 0, 0, width / 2, height / 2, colorTopLeft, desc.stride); in getQuadrantBuffer() 238 jint width, jint height, jint colorTopLeft, jint colorTopRight, in SurfaceTransaction_setQuadrantBuffer() argument 244 getQuadrantBuffer(width, height, colorTopLeft, colorTopRight, in SurfaceTransaction_setQuadrantBuffer()
|
/cts/tests/tests/view/src/android/view/cts/util/ |
D | ASurfaceControlTestUtils.java | 133 long surfaceTransaction, int width, int height, int colorTopLeft, int colorTopRight, in nSurfaceTransaction_setQuadrantBuffer() argument
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ASurfaceControlTest.java | 209 int height, int colorTopLeft, int colorTopRight, int colorBottomRight, in setQuadrantBuffer() argument 212 width, height, colorTopLeft, colorTopRight, colorBottomRight, colorBottomLeft); in setQuadrantBuffer() 217 public void setQuadrantBuffer(long surfaceControl, int width, int height, int colorTopLeft, in setQuadrantBuffer() argument 220 setQuadrantBuffer(surfaceControl, surfaceTransaction, width, height, colorTopLeft, in setQuadrantBuffer()
|