Home
last modified time | relevance | path

Searched refs:scales (Results 1 – 3 of 3) sorted by relevance

/cts/tests/pdf/module/src/android/graphics/pdf/cts/module/
DPdfRendererTransformTest.java79 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/
DImageDecoderTest.java1363 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/
DMatrixTest.rscript574 /* We are creating a matrix that scales first then does the remaining operation.