Searched refs:rowPixels (Results 1 – 1 of 1) sorted by relevance
168 int[] rowPixels = new int[bitmapWidth]; in assertAllPixelsOfColor() local170 bitmap.getPixels(rowPixels, 0, bitmapWidth, 0, row, bitmapWidth, 1); in assertAllPixelsOfColor()172 @ColorInt int colorAtCurrPixel = rowPixels[column]; in assertAllPixelsOfColor()