Home | History | Annotate | Download | only in optimize

Lines Matching refs:xPos

286             for (int xPos = 0; xPos < width; xPos++) {
287 int i = ((xPos + x) + (yPos + y) * atlasWidth) * 4;
289 int j = (xPos + yPos * width) * 4;
295 int j = (xPos + yPos * width) * 3;
301 int j = (xPos + yPos * width) * 3;
307 int j = (xPos + yPos * width) * 4;
313 int j = (xPos + yPos * width) * 1;
319 int j = (xPos + yPos * width) * 2;
331 int j = (xPos + yPos * width) * 4;