Home
last modified time | relevance | path

Searched defs:matrix (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DMatrixTest.java54 Matrix matrix = new Matrix(); in testSet() local
64 Matrix matrix = new Matrix(); in testEquals() local
203 Matrix matrix = new Matrix(); in testPreConcat() local
255 Matrix matrix = new Matrix(); in testPostConcat() local
300 Matrix matrix = new Matrix(); in testInvert() local
463 Matrix matrix = new Matrix(); in testAccessValues() local
DPathMeasureTest.java119 Matrix matrix = new Matrix(); in testGetMatrix() local
DPathTest.java288 Matrix matrix = new Matrix(); in testAddPath3() local
/cts/suite/cts/deviceTests/opengl/jni/graphics/
DTransformationNode.cpp16 TransformationNode::TransformationNode(Matrix* matrix) : in TransformationNode()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DResourceModifier.java67 Matrix matrix = new Matrix(); in ResourceModifier() local
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
DRawConverter.java635 private static void map(float[] matrix, float[] input, /*out*/float[] output) { in map()
728 private static void scale(float factor, /*inout*/float[] matrix) { in scale()
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/testcases/
DCamera2MultiViewTestCase.java208 TransformUpdater(TextureView view, Matrix matrix) { in updatePreviewDisplayRotation()
/cts/tests/tests/view/src/android/view/cts/
DMotionEventTest.java376 Matrix matrix = new Matrix(); in testTransformShouldApplyMatrixToPointsAndPreserveRawPosition() local
/cts/tests/tests/widget/src/android/widget/cts/
DImageViewTest.java334 final Matrix matrix = new Matrix(); in testAccessImageMatrix() local