Lines Matching refs:restriction
36 val restriction: Range2d? in <lambda>() constant in com.example.testapp.TestLayout
121 commonLayoutsToTry.all { (sizeX, sizeY, restriction) -> in <lambda>() method
122 testOneRandomBlend(timer, sizeX, sizeY, mode, restriction) in <lambda>()
133 restriction: Range2d? in <lambda>()
145 restriction in <lambda>()
149 toolkit.blend(mode, sourceArray, toolkitDestArray, sizeX, sizeY, restriction) in <lambda>()
154 referenceBlend(mode, sourceArray, referenceDestArray, sizeX, sizeY, restriction) in <lambda>()
160 println("blend $mode ($sizeX, $sizeY) $restriction") in <lambda>()
175 restriction: Range2d? in <lambda>()
184 renderscriptContext, mode, sourceBitmap, intrinsicDestBitmap, restriction in <lambda>()
188 toolkit.blend(mode, sourceBitmap, toolkitDestBitmap, restriction) in <lambda>()
196 sourceBitmap.height, restriction in <lambda>()
205 println("BlendBitmap $mode $restriction") in <lambda>()
219 commonLayoutsToTry.all { (sizeX, sizeY, restriction) -> in <lambda>() method
221 testOneRandomBlur(timer, vectorSize, sizeX, sizeY, radius, restriction) in <lambda>()
234 restriction: Range2d? in <lambda>()
239 renderscriptContext, inputArray, vectorSize, sizeX, sizeY, radius, restriction in <lambda>()
243 toolkit.blur(inputArray, vectorSize, sizeX, sizeY, radius, restriction) in <lambda>()
248 referenceBlur(inputArray, vectorSize, sizeX, sizeY, radius, restriction) in <lambda>()
251 println("blur $vectorSize ($sizeX, $sizeY) radius = $radius $restriction") in <lambda>()
264 restriction: Range2d? in <lambda>()
267 intrinsicBlur(renderscriptContext, bitmap, radius, restriction) in <lambda>()
271 toolkit.blur(bitmap, radius, restriction) in <lambda>()
282 restriction in <lambda>()
288 println("BlurBitmap ${bitmap.config} $radius $restriction") in <lambda>()
312 commonLayoutsToTry.all { (sizeX, sizeY, restriction) -> in <lambda>() method
322 restriction in <lambda>()
338 restriction: Range2d? in <lambda>()
360 restriction in <lambda>()
372 restriction in <lambda>()
380 restriction in <lambda>()
386 println("colorMatrix ($sizeX, $sizeY) $inputVectorSize->$outputVectorSize $restriction") in <lambda>()
401 restriction: Range2d? in <lambda>()
413 renderscriptContext, conversion, bitmap, matrix, addVector, restriction in <lambda>()
417 toolkit.colorMatrix(bitmap, matrix, addVector, restriction) in <lambda>()
424 vectorSizeOfBitmap(bitmap), matrix, addVector, restriction in <lambda>()
430 println("colorMatrixBitmap $restriction") in <lambda>()
449 commonLayoutsToTry.all { (sizeX, sizeY, restriction) -> in <lambda>() method
457 restriction in <lambda>()
471 restriction: Range2d? in <lambda>()
477 renderscriptContext, inputArray, vectorSize, sizeX, sizeY, coefficients, restriction in <lambda>()
481 toolkit.convolve(inputArray, vectorSize, sizeX, sizeY, coefficients, restriction) in <lambda>()
486 referenceConvolve(inputArray, vectorSize, sizeX, sizeY, coefficients, restriction) in <lambda>()
491 println("Convolve $vectorSize ($sizeX, $sizeY) $restriction") in <lambda>()
505 restriction: Range2d? in <lambda>()
508 intrinsicConvolve(renderscriptContext, bitmap, coefficients, restriction) in <lambda>()
511 toolkit.convolve(bitmap, coefficients, restriction) in <lambda>()
518 coefficients, restriction in <lambda>()
525 println("ConvolveBitmap $restriction") in <lambda>()
542 commonLayoutsToTry.all { (sizeX, sizeY, restriction) -> in <lambda>() method
544 testOneRandomHistogram(timer, vectorSize, sizeX, sizeY, restriction) && in <lambda>()
551 restriction in <lambda>()
559 restriction in <lambda>()
571 restriction: Range2d? in <lambda>()
577 renderscriptContext, inputArray, vectorSize, sizeX, sizeY, restriction in <lambda>()
581 toolkit.histogram(inputArray, vectorSize, sizeX, sizeY, restriction) in <lambda>()
587 inputArray, vectorSize, sizeX, sizeY, restriction in <lambda>()
592 println("histogram $vectorSize ($sizeX, $sizeY) $restriction") in <lambda>()
604 restriction: Range2d? in <lambda>()
607 intrinsicHistogram(renderscriptContext, bitmap, restriction) in <lambda>()
610 toolkit.histogram(bitmap, restriction) in <lambda>()
617 restriction in <lambda>()
622 println("HistogramBitmap $restriction") in <lambda>()
635 coefficients: FloatArray?, restriction: Range2d? in <lambda>()
641 renderscriptContext, inputArray, vectorSize, sizeX, sizeY, coefficients, restriction in <lambda>()
646 inputArray, vectorSize, sizeX, sizeY, coefficients, restriction in <lambda>()
652 referenceHistogramDot(inputArray, vectorSize, sizeX, sizeY, coefficients, restriction) in <lambda>()
656 println("histogramDot $vectorSize ($sizeX, $sizeY) $restriction") in <lambda>()
670 restriction: Range2d? in <lambda>()
673 intrinsicHistogramDot(renderscriptContext, bitmap, coefficients, restriction) in <lambda>()
676 toolkit.histogramDot(bitmap, coefficients, restriction) in <lambda>()
687 restriction in <lambda>()
697 println("HistogramDotBitmap $restriction") in <lambda>()
710 commonLayoutsToTry.all { (sizeX, sizeY, restriction) -> in <lambda>() method
711 testOneRandomLut(timer, sizeX, sizeY, restriction) in <lambda>()
720 restriction: Range2d? in <lambda>()
736 restriction in <lambda>()
740 toolkit.lut(inputArray, sizeX, sizeY, table, restriction) in <lambda>()
745 referenceLut(inputArray, sizeX, sizeY, table, restriction) in <lambda>()
749 println("lut ($sizeX, $sizeY) $restriction") in <lambda>()
765 restriction: Range2d? in <lambda>()
779 renderscriptContext, bitmap, newRed, newGreen, newBlue, newAlpha, restriction in <lambda>()
783 toolkit.lut(bitmap, table, restriction) in <lambda>()
793 restriction in <lambda>()
799 println("LutBitmap $restriction") in <lambda>()
824 commonLayoutsToTry.all { (sizeX, sizeY, restriction) -> in <lambda>() method
825 … testOneRandomLut3d(timer, sizeX, sizeY, cubeSize, identityCube, 1, restriction) && in <lambda>()
833 restriction in <lambda>()
846 allowedIntError: Int, restriction: Range2d? in <lambda>()
852 renderscriptContext, inputArray, sizeX, sizeY, cubeArray, cubeSize, restriction in <lambda>()
857 toolkit.lut3d(inputArray, sizeX, sizeY, toolkitCube, restriction) in <lambda>()
863 referenceLut3d(inputArray, sizeX, sizeY, cube, restriction) in <lambda>()
874 println("lut3d ($sizeX, $sizeY) $restriction") in <lambda>()
889 allowedIntError: Int, restriction: Range2d? in <lambda>()
892 intrinsicLut3d(renderscriptContext, bitmap, cubeArray, cubeSize, restriction) in <lambda>()
896 toolkit.lut3d(bitmap, toolkitCube, restriction) in <lambda>()
902 referenceLut3d(getBitmapBytes(bitmap), bitmap.width, bitmap.height, cube, restriction) in <lambda>()
914 println("Lut3dBitmap $restriction") in <lambda>()
950 layoutsToTry.all { (sizeX, sizeY, restriction) -> in <lambda>() method
959 restriction in <lambda>()
974 restriction: Range2d? in <lambda>()
983 restriction in <lambda>()
988 inputArray, vectorSize, inSizeX, inSizeY, outSizeX, outSizeY, restriction in <lambda>()
995 inputArray, vectorSize, inSizeX, inSizeY, outSizeX, outSizeY, restriction in <lambda>()
1000 …ze $vectorSize ($inSizeX, $inSizeY) by ($scaleX, $scaleY) to ($outSizeX, $outSizeY), $restriction") in <lambda>()
1014 restriction: Range2d? in <lambda>()
1021 intrinsicResize(renderscriptContext, bitmap, outSizeX, outSizeY, restriction) in <lambda>()
1024 toolkit.resize(bitmap, outSizeX, outSizeY, restriction) in <lambda>()
1036 restriction in <lambda>()
1042 println("ResizeBitmap by ($scaleX, $scaleY) to ($outSizeX, $outSizeY), $restriction") in <lambda>()