Home | History | Annotate | Download | only in gdx2d

Lines Matching refs:y1

5674 static void stbi__fill_gif_background(stbi__gif *g, int x0, int y0, int x1, int y1)
5678 for (y = y0; y < y1; y += 4 * g->w) {