Home | History | Annotate | Download | only in optimize

Lines Matching refs:yPos

285         for (int yPos = 0; yPos < height; yPos++) {
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;