Searched refs:bitmapArray (Results 1 – 2 of 2) sorted by relevance
55 bitmapArray: IntArray, in fillAverageColorForUnmappedPixel()83 bitmapArray[col + row * bitmapWidth] = in fillAverageColorForUnmappedPixel()101 val bitmapArray = originalBitmap.toIntArray() in bitmapWithMaterialYouColorsSimulation() constant111 val pixelValue = bitmapArray[it] in bitmapWithMaterialYouColorsSimulation()114 bitmapArray[it] = k.second in bitmapWithMaterialYouColorsSimulation()138 bitmapArray, in bitmapWithMaterialYouColorsSimulation()150 bitmapArray, in bitmapWithMaterialYouColorsSimulation()
404 val bitmapArray = IntArray(width * height) in toIntArray() constant405 getPixels(bitmapArray, 0, width, 0, 0, width, height) in toIntArray()406 return bitmapArray in toIntArray()