Searched refs:yPixels (Results 1 – 3 of 3) sorted by relevance
167 int yPixels = (int) (pixelizationFactor * ((float)height)); in customImagePixelization() local168 yPixels = yPixels > 0 ? yPixels : 1; in customImagePixelization()174 int[] pixels = new int[yPixels * xPixels]; in customImagePixelization()178 for (int y = 0; y < height; y+=yPixels) { in customImagePixelization()184 maxY = Math.min(y + yPixels, height); in customImagePixelization()201 int h = Math.min(yPixels, height - y); in customImagePixelization()
127 float xStep, float yStep, int xPixels, int yPixels) { in onOffsetsChanged() argument
191 float xStep, float yStep, int xPixels, int yPixels) { in onOffsetsChanged() argument