Searched refs:srcPixels (Results 1 – 1 of 1) sorted by relevance
201 int[] srcPixels = new int[width]; in compose() local207 src.getDataElements(0, y, width, 1, srcPixels); in compose()211 int pixel = srcPixels[x]; in compose()