Lines Matching refs:externalName
23 private const val externalName = "RenderScript Toolkit" constant
85 "$externalName blend. sourceArray is too small for the given dimensions. " + in blend()
89 "$externalName blend. sourceArray is too small for the given dimensions. " + in blend()
132 "$externalName blend. Source and destination bitmaps should be the same size. " + in blend()
185 "$externalName blur. The vectorSize should be 1 or 4. $vectorSize provided." in blur()
188 "$externalName blur. inputArray is too small for the given dimensions. " + in blur()
192 "$externalName blur. The radius should be between 1 and 25. $radius provided." in blur()
232 "$externalName blur. The radius should be between 1 and 25. $radius provided." in blur()
348 "$externalName colorMatrix. The inputVectorSize should be between 1 and 4. " + in colorMatrix()
352 "$externalName colorMatrix. The outputVectorSize should be between 1 and 4. " + in colorMatrix()
356 "$externalName colorMatrix. inputArray is too small for the given dimensions. " + in colorMatrix()
360 "$externalName colorMatrix. matrix should have 16 entries. ${matrix.size} provided." in colorMatrix()
363 "$externalName colorMatrix. addVector should have 4 entries. " + in colorMatrix()
407 "$externalName colorMatrix. matrix should have 16 entries. ${matrix.size} provided." in colorMatrix()
410 "$externalName colorMatrix. addVector should have 4 entries." in colorMatrix()
469 "$externalName convolve. The vectorSize should be between 1 and 4. " + in convolve()
473 "$externalName convolve. inputArray is too small for the given dimensions. " + in convolve()
477 "$externalName convolve. Only 3x3 or 5x5 convolutions are supported. " + in convolve()
527 "$externalName convolve. Only 3x3 or 5x5 convolutions are supported. " + in convolve()
573 "$externalName histogram. The vectorSize should be between 1 and 4. " + in histogram()
577 "$externalName histogram. inputArray is too small for the given dimensions. " + in histogram()
674 "$externalName histogramDot. The vectorSize should be between 1 and 4. " + in histogramDot()
678 "$externalName histogramDot. inputArray is too small for the given dimensions. " + in histogramDot()
779 "$externalName lut. inputArray is too small for the given dimensions. " + in lut()
880 "$externalName lut3d. inputArray is too small for the given dimensions. " + in lut3d()
887 "$externalName lut3d. The dimensions of the cube should be between 2 and 256. " + in lut3d()
980 "$externalName resize. The vectorSize should be between 1 and 4. $vectorSize provided." in resize()
983 "$externalName resize. inputArray is too small for the given dimensions. " + in resize()
1055 "$externalName yuvToRgb. Non-even dimensions are not supported. " + in yuvToRgb()
1081 "$externalName yuvToRgbBitmap. Non-even dimensions are not supported. " + in yuvToRgbBitmap()
1484 "$externalName. $function supports only ARGB_8888 and ALPHA_8 bitmaps. " + in validateBitmap()
1489 "$externalName. $function supports only ARGB_8888. " + in validateBitmap()
1494 "$externalName $function. Only bitmaps with rowSize equal to the width * vectorSize are " + in validateBitmap()
1508 "$externalName histogramDot. The coefficients should be null or have $vectorSize values." in createCompatibleBitmap()
1514 "$externalName histogramDot. Coefficients should not be negative. " + in createCompatibleBitmap()
1520 "$externalName histogramDot. Coefficients should add to 1 or less. Their sum is $sum." in createCompatibleBitmap()
1537 "$externalName $tag. sizeX should be greater than restriction.startX and greater " + in validateRestriction()
1542 "$externalName $tag. sizeY should be greater than restriction.startY and greater " + in validateRestriction()
1547 "$externalName $tag. Restriction startX should be less than endX. " + in validateRestriction()
1551 "$externalName $tag. Restriction startY should be less than endY. " + in validateRestriction()
1561 "$externalName. Only ARGB_8888 and ALPHA_8 Bitmap are supported." in vectorSize()