Home
last modified time | relevance | path

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

/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DMaterialYouColorsSimulationUtils.kt55 bitmapArray: IntArray, in fillAverageColorForUnmappedPixel()
83 bitmapArray[col + row * bitmapWidth] = in fillAverageColorForUnmappedPixel()
101 val bitmapArray = originalBitmap.toIntArray() in bitmapWithMaterialYouColorsSimulation() constant
111 val pixelValue = bitmapArray[it] in bitmapWithMaterialYouColorsSimulation()
114 bitmapArray[it] = k.second in bitmapWithMaterialYouColorsSimulation()
138 bitmapArray, in bitmapWithMaterialYouColorsSimulation()
150 bitmapArray, in bitmapWithMaterialYouColorsSimulation()
DScreenshotTestRule.kt404 val bitmapArray = IntArray(width * height) in toIntArray() constant
405 getPixels(bitmapArray, 0, width, 0, 0, width, height) in toIntArray()
406 return bitmapArray in toIntArray()