Home
last modified time | relevance | path

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

/cts/tests/pdf/src/android/graphics/pdf/cts/
DPdfRendererTransformTest.java74 float[] scales = { -0.5f, 0, 1, 1.5f }; in getParameters() local
79 for (float scaleX : scales) { in getParameters()
80 for (float scaleY : scales) { in getParameters()
/cts/tests/tests/graphics/src/android/graphics/cts/
DImageDecoderTest.java1220 float[] scales = new float[] { .0625f, .125f, .25f, .5f, .75f, 1.1f, 2.0f }; in testTargetSize() local
1223 for (int j = 0; j < scales.length; ++j) { in testTargetSize()
1224 l.width = (int) (scales[j] * record.width); in testTargetSize()
1225 l.height = (int) (scales[j] * record.height); in testTargetSize()
1281 float[] scales = new float[] { .0625f, .125f, .25f, .5f, .75f }; in testResizeWebp() local
1283 for (int j = 0; j < scales.length; ++j) { in testResizeWebp()
1284 l.width = (int) (scales[j] * 240); in testResizeWebp()
1285 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.