Searched refs:scales (Results 1 – 3 of 3) sorted by relevance
/cts/tests/pdf/module/src/android/graphics/pdf/cts/module/ |
D | PdfRendererTransformTest.java | 79 float[] scales = {-0.5f, 0, 1, 1.5f}; in getParameters() local 84 for (float scaleX : scales) { in getParameters() 85 for (float scaleY : scales) { in getParameters()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | ImageDecoderTest.java | 1363 float[] scales = new float[] { .0625f, .125f, .25f, .5f, .75f, 1.1f, 2.0f }; in testTargetSize() local 1365 for (int j = 0; j < scales.length; ++j) { in testTargetSize() 1366 l.width = (int) (scales[j] * record.width); in testTargetSize() 1367 l.height = (int) (scales[j] * record.height); in testTargetSize() 1416 float[] scales = new float[] { .0625f, .125f, .25f, .5f, .75f }; in testResizeWebp() local 1418 for (int j = 0; j < scales.length; ++j) { in testResizeWebp() 1419 l.width = (int) (scales[j] * 240); in testResizeWebp() 1420 l.height = (int) (scales[j] * 87); in testResizeWebp()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | MatrixTest.rscript | 574 /* We are creating a matrix that scales first then does the remaining operation.
|