Home
last modified time | relevance | path

Searched refs:scales (Results 1 – 4 of 4) 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.java1244 float[] scales = new float[] { .0625f, .125f, .25f, .5f, .75f, 1.1f, 2.0f }; in testTargetSize() local
1246 for (int j = 0; j < scales.length; ++j) { in testTargetSize()
1247 l.width = (int) (scales[j] * record.width); in testTargetSize()
1248 l.height = (int) (scales[j] * record.height); in testTargetSize()
1297 float[] scales = new float[] { .0625f, .125f, .25f, .5f, .75f }; in testResizeWebp() local
1299 for (int j = 0; j < scales.length; ++j) { in testResizeWebp()
1300 l.width = (int) (scales[j] * 240); in testResizeWebp()
1301 l.height = (int) (scales[j] * 87); in testResizeWebp()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DAImageDecoderTest.kt508 val scales = arrayOf(.5f, .75f, 2.0f) in <lambda>() constant
511 for (scale in scales) { in <lambda>()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DMatrixTest.rscript574 /* We are creating a matrix that scales first then does the remaining operation.