Home
last modified time | relevance | path

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

/cts/tests/pdf/src/android/graphics/pdf/cts/
DPdfRendererTransformTest.java73 float[] scales = { -0.5f, 0, 1, 1.5f }; in getParameters() local
78 for (float scaleX : scales) { in getParameters()
79 for (float scaleY : scales) { in getParameters()
/cts/tests/tests/graphics/src/android/graphics/cts/
DImageDecoderTest.java1208 float[] scales = new float[] { .0625f, .125f, .25f, .5f, .75f, 1.1f, 2.0f }; in testTargetSize() local
1211 for (int j = 0; j < scales.length; ++j) { in testTargetSize()
1212 l.width = (int) (scales[j] * record.width); in testTargetSize()
1213 l.height = (int) (scales[j] * record.height); in testTargetSize()
1269 float[] scales = new float[] { .0625f, .125f, .25f, .5f, .75f }; in testResizeWebp() local
1271 for (int j = 0; j < scales.length; ++j) { in testResizeWebp()
1272 l.width = (int) (scales[j] * 240); in testResizeWebp()
1273 l.height = (int) (scales[j] * 87); in testResizeWebp()