Searched refs:pixelBytesPerRow (Results 1 – 1 of 1) sorted by relevance
190 val pixelBytesPerRow = pixelStrideBytes * image.width in getScreenshot() constant191 val rowPaddingBytes = rowStrideBytes - pixelBytesPerRow in getScreenshot()197 for (i in 0 until pixelBytesPerRow) { in getScreenshot()