Searched refs:pixelRow (Results 1 – 1 of 1) sorted by relevance
615 int[] pixelRow = new int[width]; in convertToRGB() local618 argbBitmap.getPixels(pixelRow, /*offset*/0, /*stride*/width, /*x*/0, /*y*/i, in convertToRGB()621 colorToRgb(pixelRow[j], j * BYTES_PER_RGB_PIX, /*out*/finalRow); in convertToRGB()