Searched refs:xPixels (Results 1 – 3 of 3) sorted by relevance
165 int xPixels = (int) (pixelizationFactor * ((float)width)); in customImagePixelization() local166 xPixels = xPixels > 0 ? xPixels : 1; in customImagePixelization()174 int[] pixels = new int[yPixels * xPixels]; in customImagePixelization()179 for (int x = 0; x < width; x+=xPixels) { in customImagePixelization()183 maxX = Math.min(x + xPixels, width); in customImagePixelization()200 int w = Math.min(xPixels, width - x); 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