y 34 src/bin/imlib2_bumpmap.c int w, h, x, y;
y 89 src/bin/imlib2_bumpmap.c y = -9999;
y 106 src/bin/imlib2_bumpmap.c y = ev.xmotion.y;
y 125 src/bin/imlib2_bumpmap.c ("bump_map_point(x=[],y=[],map="PACKAGE_DATA_DIR"/data/images/imlib2.png);", &x, &y);
y 39 src/bin/imlib2_grab.c int x, y;
y 124 src/bin/imlib2_grab.c XGetGeometry(disp, draw, &rr, &x, &y, &w, &h, &bw, &depth);
y 132 src/bin/imlib2_grab.c draw, x, y, w, h, bw, depth);
y 793 src/bin/imlib2_show.c int x, y, i, j;
y 951 src/bin/imlib2_show.c y = -9999;
y 955 src/bin/imlib2_show.c py = y;
y 964 src/bin/imlib2_show.c ev.xexpose.y,
y 978 src/bin/imlib2_show.c y = ev.xmotion.y;
y 1017 src/bin/imlib2_show.c s = sin(6.2831853 * (double)y / (double)h);
y 1018 src/bin/imlib2_show.c c = cos(6.2831853 * (double)y / (double)h);
y 1050 src/bin/imlib2_show.c uu = imlib_image_draw_line(200, 200, x, y, 1);
y 1256 src/bin/imlib2_show.c cp = imlib_text_get_index_and_location(str, x - 50, y - 50,
y 1277 src/bin/imlib2_show.c if ((px != x) || (py != y))
y 1292 src/bin/imlib2_show.c y + (j * ih * 2), ww,
y 1301 src/bin/imlib2_show.c y + (j * ih * 2),
y 1323 src/bin/imlib2_show.c if ((px != x) || (py != y))
y 103 src/bin/imlib2_test.c ev.xexpose.y,
y 140 src/bin/imlib2_test.c mouse_y = ev.xmotion.y;
y 41 src/bin/imlib2_view.c int x, y, onoff;
y 57 src/bin/imlib2_view.c for (y = 0; y < image_height; y += 8)
y 59 src/bin/imlib2_view.c onoff = (y / 8) & 0x1;
y 66 src/bin/imlib2_view.c imlib_image_fill_rectangle(x, y, 8, 8);
y 152 src/bin/imlib2_view.c int x, y, b, count, fdsize, xfd, timeout = 0;
y 167 src/bin/imlib2_view.c y = ev.xbutton.y;
y 172 src/bin/imlib2_view.c zy = y;
y 188 src/bin/imlib2_view.c y = ev.xbutton.y;
y 241 src/bin/imlib2_view.c y = ev.xmotion.y;
y 159 src/lib/Imlib2.h EAPI void imlib_context_set_cliprect(int x, int y, int w, int h);
y 189 src/lib/Imlib2.h EAPI void imlib_context_get_cliprect(int *x, int *y, int *w, int *h);
y 230 src/lib/Imlib2.h EAPI void imlib_image_query_pixel(int x, int y, Imlib_Color * color_return);
y 231 src/lib/Imlib2.h EAPI void imlib_image_query_pixel_hsva(int x, int y, float *hue, float *saturation, float *value, int *alpha);
y 232 src/lib/Imlib2.h EAPI void imlib_image_query_pixel_hlsa(int x, int y, float *hue, float *lightness, float *saturation, int *alpha);
y 233 src/lib/Imlib2.h EAPI void imlib_image_query_pixel_cmya(int x, int y, int *cyan, int *magenta, int *yellow, int *alpha);
y 243 src/lib/Imlib2.h EAPI void imlib_render_image_on_drawable(int x, int y);
y 244 src/lib/Imlib2.h EAPI void imlib_render_image_on_drawable_at_size(int x, int y, int width,
y 250 src/lib/Imlib2.h int y, int width,
y 268 src/lib/Imlib2.h EAPI Imlib_Image imlib_create_image_from_drawable(Pixmap mask, int x, int y,
y 271 src/lib/Imlib2.h EAPI Imlib_Image imlib_create_image_from_ximage(XImage *image, XImage *mask, int x, int y,
y 284 src/lib/Imlib2.h EAPI char imlib_copy_drawable_to_image(Pixmap mask, int x, int y, int width,
y 289 src/lib/Imlib2.h EAPI Imlib_Image imlib_create_cropped_image(int x, int y, int width,
y 299 src/lib/Imlib2.h EAPI Imlib_Updates imlib_update_append_rect(Imlib_Updates updates, int x, int y,
y 309 src/lib/Imlib2.h EAPI void imlib_updates_set_coordinates(Imlib_Updates updates, int x, int y,
y 312 src/lib/Imlib2.h int y);
y 337 src/lib/Imlib2.h EAPI void imlib_text_draw(int x, int y, const char *text);
y 338 src/lib/Imlib2.h EAPI void imlib_text_draw_with_return_metrics(int x, int y, const char *text,
y 352 src/lib/Imlib2.h EAPI int imlib_text_get_index_and_location(const char *text, int x, int y,
y 388 src/lib/Imlib2.h EAPI void imlib_apply_color_modifier_to_rectangle(int x, int y, int width,
y 392 src/lib/Imlib2.h EAPI Imlib_Updates imlib_image_draw_pixel(int x, int y, char make_updates);
y 398 src/lib/Imlib2.h EAPI void imlib_image_draw_rectangle(int x, int y, int width, int height);
y 399 src/lib/Imlib2.h EAPI void imlib_image_fill_rectangle(int x, int y, int width, int height);
y 401 src/lib/Imlib2.h int y);
y 403 src/lib/Imlib2.h int x, int y, int width,
y 407 src/lib/Imlib2.h EAPI void imlib_image_scroll_rect(int x, int y, int width, int height,
y 409 src/lib/Imlib2.h EAPI void imlib_image_copy_rect(int x, int y, int width, int height, int new_x,
y 415 src/lib/Imlib2.h EAPI void imlib_polygon_add_point(ImlibPolygon poly, int x, int y);
y 421 src/lib/Imlib2.h int y);
y 431 src/lib/Imlib2.h EAPI void imlib_image_fill_color_range_rectangle(int x, int y, int width,
y 433 src/lib/Imlib2.h EAPI void imlib_image_fill_hsva_color_range_rectangle(int x, int y, int width,
y 201 src/lib/api.c context->cliprect.y = 0;
y 301 src/lib/api.c ctx->cliprect.y = y;
y 311 src/lib/api.c *y = ctx->cliprect.y;
y 1819 src/lib/api.c im->h, x, y, im->w, im->h, 0, ctx->dither, ctx->blend,
y 1849 src/lib/api.c im->h, x, y, width, height, ctx->anti_alias,
y 1888 src/lib/api.c source_width, source_height, x, y, width, height,
y 1962 src/lib/api.c ctx->cliprect.x, ctx->cliprect.y,
y 2102 src/lib/api.c ctx->colormap, ctx->depth, x, y, width,
y 2145 src/lib/api.c ctx->depth, x, y, width, height, need_to_grab_x);
y 2227 src/lib/api.c XFillRectangle(ctx->display, mask, mgc, rect[x].x, rect[x].y,
y 2338 src/lib/api.c if (y < 0)
y 2340 src/lib/api.c height += y;
y 2341 src/lib/api.c pre_adj = y;
y 2342 src/lib/api.c y = 0;
y 2349 src/lib/api.c y -= destination_y - pre_adj;
y 2361 src/lib/api.c ctx->colormap, ctx->depth, x, y, width,
y 2448 src/lib/api.c __imlib_BlendImageToImage(im_old, im, 0, 0, 1, x, y, abs(width),
y 2451 src/lib/api.c ctx->cliprect.x, ctx->cliprect.y,
y 2456 src/lib/api.c __imlib_BlendImageToImage(im_old, im, 0, 0, 0, x, y, abs(width),
y 2459 src/lib/api.c ctx->cliprect.x, ctx->cliprect.y,
y 2510 src/lib/api.c ctx->cliprect.x, ctx->cliprect.y,
y 2519 src/lib/api.c ctx->cliprect.x, ctx->cliprect.y,
y 2561 src/lib/api.c return (Imlib_Updates) __imlib_AddUpdate(u, x, y, w, h);
y 2660 src/lib/api.c *y_return = u->y;
y 2686 src/lib/api.c u->y = y;
y 2722 src/lib/api.c ctx->colormap, ctx->depth, u->x, u->y, u->w, u->h,
y 2723 src/lib/api.c x + u->x, y + u->y, u->w, u->h, 0, ctx->dither, 0,
y 3101 src/lib/api.c imlib_text_draw_with_return_metrics(x, y, text, NULL, NULL, NULL, NULL);
y 3148 src/lib/api.c imlib_render_str(im, fn, x, y, text, (DATA8) ctx->color.red,
y 3154 src/lib/api.c ctx->cliprect.x, ctx->cliprect.y,
y 3402 src/lib/api.c yy = y;
y 3406 src/lib/api.c yy = h - y;
y 3409 src/lib/api.c xx = y;
y 3413 src/lib/api.c xx = h - y;
y 3878 src/lib/api.c if (y < 0)
y 3880 src/lib/api.c height += y;
y 3881 src/lib/api.c y = 0;
y 3885 src/lib/api.c if ((y + height) > im->h)
y 3886 src/lib/api.c height = (im->h - y);
y 3894 src/lib/api.c __imlib_DataCmodApply(im->data + (y * im->w) + x, width, height,
y 3918 src/lib/api.c return (Imlib_Updates) __imlib_Point_DrawToImage(x, y, color, im,
y 3920 src/lib/api.c ctx->cliprect.y,
y 3962 src/lib/api.c ctx->cliprect.y,
y 3999 src/lib/api.c __imlib_Rectangle_DrawToImage(x, y, width, height, color,
y 4000 src/lib/api.c im, ctx->cliprect.x, ctx->cliprect.y,
y 4033 src/lib/api.c __imlib_Rectangle_FillToImage(x, y, width, height, color,
y 4034 src/lib/api.c im, ctx->cliprect.x, ctx->cliprect.y,
y 4069 src/lib/api.c __imlib_copy_alpha_data(im, im2, 0, 0, im->w, im->h, x, y);
y 4108 src/lib/api.c __imlib_copy_alpha_data(im, im2, x, y, width, height, destination_x,
y 4152 src/lib/api.c yy = y;
y 4153 src/lib/api.c ny = y + delta_y;
y 4158 src/lib/api.c yy = y - delta_y;
y 4159 src/lib/api.c ny = y;
y 4191 src/lib/api.c __imlib_copy_image_data(im, x, y, width, height, new_x, new_y);
y 4267 src/lib/api.c __imlib_DrawGradient(im, x, y, width, height,
y 4270 src/lib/api.c ctx->cliprect.x, ctx->cliprect.y,
y 4305 src/lib/api.c __imlib_DrawHsvaGradient(im, x, y, width, height,
y 4308 src/lib/api.c ctx->cliprect.x, ctx->cliprect.y,
y 4334 src/lib/api.c if ((x < 0) || (x >= im->w) || (y < 0) || (y >= im->h))
y 4342 src/lib/api.c p = im->data + (im->w * y) + x;
y 4375 src/lib/api.c if ((x < 0) || (x >= im->w) || (y < 0) || (y >= im->h))
y 4383 src/lib/api.c p = im->data + (im->w * y) + x;
y 4418 src/lib/api.c if ((x < 0) || (x >= im->w) || (y < 0) || (y >= im->h))
y 4426 src/lib/api.c p = im->data + (im->w * y) + x;
y 4461 src/lib/api.c if ((x < 0) || (x >= im->w) || (y < 0) || (y >= im->h))
y 4469 src/lib/api.c p = im->data + (im->w * y) + x;
y 4666 src/lib/api.c int x, y, dx, dy, sz;
y 4685 src/lib/api.c y = (int)(y1 * _ROTATE_PREC_MAX);
y 4702 src/lib/api.c im_old->h, im->w, sz, sz, x, y, dx, dy, -dy,
y 4707 src/lib/api.c im_old->h, im->w, sz, sz, x, y, dx, dy, -dy, dx);
y 4712 src/lib/api.c im_old->h, im->w, sz, sz, x, y, dx, dy, -dy, dx);
y 4723 src/lib/api.c int x, y, dx, dy, sz;
y 4749 src/lib/api.c y = (int)(y1 * _ROTATE_PREC_MAX);
y 4773 src/lib/api.c im_old->h, im->w, sz, sz, x, y, dx, dy, -dy,
y 4778 src/lib/api.c im_old->h, im->w, sz, sz, x, y, dx, dy, -dy, dx);
y 4783 src/lib/api.c im_old->h, im->w, sz, sz, x, y, dx, dy, -dy, dx);
y 4837 src/lib/api.c ctx->cliprect.x, ctx->cliprect.y,
y 4926 src/lib/api.c ctx->cliprect.x, ctx->cliprect.y,
y 5192 src/lib/api.c __imlib_polygon_add_point((ImlibPoly) poly, x, y);
y 5236 src/lib/api.c im, ctx->cliprect.x, ctx->cliprect.y,
y 5266 src/lib/api.c im, ctx->cliprect.x, ctx->cliprect.y,
y 5322 src/lib/api.c im, ctx->cliprect.x, ctx->cliprect.y,
y 5359 src/lib/api.c im, ctx->cliprect.x, ctx->cliprect.y,
y 5378 src/lib/api.c return __imlib_polygon_contains_point((ImlibPoly) poly, x, y);
y 1848 src/lib/blend.c int y, h, hh;
y 1949 src/lib/blend.c for (y = 0; y < dh; y += LINESIZE)
y 1959 src/lib/blend.c __imlib_Scale_mmx_AARGBA(scaleinfo, buf, dxx, dyy + y,
y 1964 src/lib/blend.c __imlib_ScaleAARGBA(scaleinfo, buf, dxx, dyy + y,
y 1967 src/lib/blend.c __imlib_ScaleAARGB(scaleinfo, buf, dxx, dyy + y,
y 1971 src/lib/blend.c __imlib_ScaleSampleRGBA(scaleinfo, buf, dxx, dyy + y,
y 1976 src/lib/blend.c 0, 0, dx, dy + y, dw, dh,
y 51 src/lib/blend.h (y < (yy + hh)) && \
y 53 src/lib/blend.h ((y + h) > yy))
y 81 src/lib/colormod.c int x, y;
y 88 src/lib/colormod.c for (y = 0; y < h; y++)
y 103 src/lib/colormod.c for (y = 0; y < h; y++)
y 39 src/lib/common.h if (y < (yy)) {h += (y - (yy)); y = (yy);} \
y 41 src/lib/common.h if ((y + h) > ((yy) + (hh))) {h = (hh) - (y - yy);}
y 15 src/lib/ellipse.c int xx, yy, x, y, prev_x, prev_y, ty, by, lx, rx;
y 50 src/lib/ellipse.c y = yy >> 16;
y 51 src/lib/ellipse.c y += ((yy - (y << 16)) >> 15);
y 53 src/lib/ellipse.c if (prev_y != y)
y 55 src/lib/ellipse.c prev_y = y;
y 146 src/lib/ellipse.c int xx, yy, x, y, prev_x, prev_y, ty, by, lx, rx;
y 182 src/lib/ellipse.c y = yy >> 16;
y 184 src/lib/ellipse.c if (prev_y != y)
y 186 src/lib/ellipse.c prev_y = y;
y 194 src/lib/ellipse.c A_VAL(&col1) = (yy - (y << 16)) >> 8;
y 238 src/lib/ellipse.c y = yy >> 16;
y 240 src/lib/ellipse.c prev_x = y;
y 280 src/lib/ellipse.c if (IN_RANGE(lx + 1, ty, clw, clh) && (x != y))
y 283 src/lib/ellipse.c if (IN_RANGE(rx - 1, ty, clw, clh) && (x != y))
y 290 src/lib/ellipse.c if (IN_RANGE(lx + 1, by, clw, clh) && (x != y))
y 293 src/lib/ellipse.c if (IN_RANGE(rx - 1, by, clw, clh) && (x != y))
y 319 src/lib/ellipse.c int xx, yy, x, y, prev_x, prev_y, ty, by, lx, rx;
y 356 src/lib/ellipse.c y = yy >> 16;
y 357 src/lib/ellipse.c y += ((yy - (y << 16)) >> 15);
y 359 src/lib/ellipse.c if (prev_y != y)
y 361 src/lib/ellipse.c prev_y = y;
y 475 src/lib/ellipse.c int xx, yy, x, y, prev_x, prev_y, ty, by, lx, rx;
y 514 src/lib/ellipse.c y = yy >> 16;
y 516 src/lib/ellipse.c if (prev_y != y)
y 518 src/lib/ellipse.c prev_y = y;
y 544 src/lib/ellipse.c A_VAL(&col1) = ((yy - (y << 16)) >> 8);
y 570 src/lib/ellipse.c y = yy >> 16;
y 572 src/lib/ellipse.c prev_x = y;
y 649 src/lib/ellipse.c int x, y, w, h;
y 686 src/lib/ellipse.c y = yc - b - 1;
y 692 src/lib/ellipse.c y--;
y 695 src/lib/ellipse.c CLIP_RECT_TO_RECT(x, y, w, h, clx, cly, clw, clh);
y 717 src/lib/ellipse.c int x, y, w, h;
y 754 src/lib/ellipse.c y = yc - b - 1;
y 760 src/lib/ellipse.c y--;
y 763 src/lib/ellipse.c CLIP_RECT_TO_RECT(x, y, w, h, clx, cly, clw, clh);
y 72 src/lib/filter.c if ((pix[i].xoff == x) && (pix[i].yoff == y))
y 102 src/lib/filter.c pix[i].yoff = y;
y 165 src/lib/filter.c off = y + pix->yoff;
y 187 src/lib/filter.c int x, y, a, r, g, b, ad, rd, gd, bd;
y 202 src/lib/filter.c for (y = 0; y < im->h; y++)
y 210 src/lib/filter.c y);
y 217 src/lib/filter.c y);
y 224 src/lib/filter.c y);
y 231 src/lib/filter.c y);
y 336 src/lib/font_draw.c pen_y = y << 8;
y 390 src/lib/font_draw.c dy = y - (chr_y - i - y);
y 301 src/lib/font_query.c if ((x >= chr_x) && (x <= (chr_x + chr_w)) && (y > -asc) && (y < desc))
y 42 src/lib/grab.c origy = y;
y 88 src/lib/grab.c for (y = 0; y < h; y++)
y 93 src/lib/grab.c (unsigned short *)(xim->data + (xim->bytes_per_line * y));
y 103 src/lib/grab.c for (y = 0; y < h; y++)
y 107 src/lib/grab.c tmp = (unsigned int *)(xim->data + (xim->bytes_per_line * y));
y 132 src/lib/grab.c for (y = 0; y < h; y++)
y 134 src/lib/grab.c ptr = data + ((y + iny) * ow) + inx;
y 137 src/lib/grab.c pixel = XGetPixel(xim, x, y);
y 141 src/lib/grab.c if (XGetPixel(mxim, x, y))
y 149 src/lib/grab.c for (y = 0; y < h; y++)
y 151 src/lib/grab.c ptr = data + ((y + iny) * ow) + inx;
y 154 src/lib/grab.c pixel = XGetPixel(xim, x, y);
y 176 src/lib/grab.c #define MP(x, y) ((XGetPixel(mxim, (x), (y))) ? 0xff000000 : 0)
y 190 src/lib/grab.c for (y = 0; y < h; y++)
y 192 src/lib/grab.c src = (DATA32 *) (xim->data + (xim->bytes_per_line * y));
y 193 src/lib/grab.c ptr = data + ((y + iny) * ow) + inx;
y 197 src/lib/grab.c *ptr++ = MP(x + 1, y) | P2(*src);
y 198 src/lib/grab.c *ptr++ = MP(x, y) | P1(*src);
y 200 src/lib/grab.c *ptr++ = MP(x, y) | P1(*src);
y 201 src/lib/grab.c *ptr++ = MP(x + 1, y) | P2(*src);
y 207 src/lib/grab.c pixel = XGetPixel(xim, x, y);
y 208 src/lib/grab.c *ptr++ = MP(x, y) | P1(pixel);
y 216 src/lib/grab.c for (y = 0; y < h; y++)
y 218 src/lib/grab.c src = (DATA32 *) (xim->data + (xim->bytes_per_line * y));
y 219 src/lib/grab.c ptr = data + ((y + iny) * ow) + inx;
y 223 src/lib/grab.c *ptr++ = MP(x + 1, y) | P2(*src);
y 224 src/lib/grab.c *ptr++ = MP(x, y) | P1(*src);
y 226 src/lib/grab.c *ptr++ = MP(x, y) | P1(*src);
y 227 src/lib/grab.c *ptr++ = MP(x + 1, y) | P2(*src);
y 233 src/lib/grab.c pixel = XGetPixel(xim, x, y);
y 234 src/lib/grab.c *ptr++ = MP(x, y) | P1(pixel);
y 252 src/lib/grab.c #define MP(x, y) ((XGetPixel(mxim, (x), (y))) ? 0xff000000 : 0)
y 266 src/lib/grab.c for (y = 0; y < h; y++)
y 268 src/lib/grab.c src = (DATA32 *) (xim->data + (xim->bytes_per_line * y));
y 269 src/lib/grab.c ptr = data + ((y + iny) * ow) + inx;
y 273 src/lib/grab.c *ptr++ = MP(x + 1, y) | P2(*src);
y 274 src/lib/grab.c *ptr++ = MP(x, y) | P1(*src);
y 276 src/lib/grab.c *ptr++ = MP(x, y) | P1(*src);
y 277 src/lib/grab.c *ptr++ = MP(x + 1, y) | P2(*src);
y 283 src/lib/grab.c pixel = XGetPixel(xim, x, y);
y 284 src/lib/grab.c *ptr++ = MP(x, y) | P1(pixel);
y 292 src/lib/grab.c for (y = 0; y < h; y++)
y 294 src/lib/grab.c src = (DATA32 *) (xim->data + (xim->bytes_per_line * y));
y 295 src/lib/grab.c ptr = data + ((y + iny) * ow) + inx;
y 299 src/lib/grab.c *ptr++ = MP(x + 1, y) | P2(*src);
y 300 src/lib/grab.c *ptr++ = MP(x, y) | P1(*src);
y 302 src/lib/grab.c *ptr++ = MP(x, y) | P1(*src);
y 303 src/lib/grab.c *ptr++ = MP(x + 1, y) | P2(*src);
y 309 src/lib/grab.c pixel = XGetPixel(xim, x, y);
y 310 src/lib/grab.c *ptr++ = MP(x, y) | P1(pixel);
y 320 src/lib/grab.c for (y = 0; y < h; y++)
y 322 src/lib/grab.c ptr = data + ((y + iny) * ow) + inx;
y 325 src/lib/grab.c pixel = XGetPixel(xim, x, y);
y 329 src/lib/grab.c if (XGetPixel(mxim, x, y))
y 337 src/lib/grab.c for (y = 0; y < h; y++)
y 339 src/lib/grab.c ptr = data + ((y + iny) * ow) + inx;
y 342 src/lib/grab.c pixel = XGetPixel(xim, x, y);
y 355 src/lib/grab.c for (y = 0; y < h; y++)
y 357 src/lib/grab.c ptr = data + ((y + iny) * ow) + inx;
y 360 src/lib/grab.c pixel = XGetPixel(xim, x, y) & 0x00ffffff;
y 361 src/lib/grab.c if (XGetPixel(mxim, x, y))
y 369 src/lib/grab.c for (y = 0; y < h; y++)
y 371 src/lib/grab.c ptr = data + ((y + iny) * ow) + inx;
y 374 src/lib/grab.c pixel = XGetPixel(xim, x, y);
y 386 src/lib/grab.c for (y = 0; y < h; y++)
y 388 src/lib/grab.c src = (DATA32 *) (xim->data + (xim->bytes_per_line * y));
y 389 src/lib/grab.c ptr = data + ((y + iny) * ow) + inx;
y 394 src/lib/grab.c if (XGetPixel(mxim, x, y))
y 403 src/lib/grab.c for (y = 0; y < h; y++)
y 405 src/lib/grab.c src = (DATA32 *) (xim->data + (xim->bytes_per_line * y));
y 406 src/lib/grab.c ptr = data + ((y + iny) * ow) + inx;
y 421 src/lib/grab.c for (y = 0; y < h; y++)
y 423 src/lib/grab.c src = (DATA32 *) (xim->data + (xim->bytes_per_line * y));
y 424 src/lib/grab.c ptr = data + ((y + iny) * ow) + inx;
y 428 src/lib/grab.c if (XGetPixel(mxim, x, y))
y 437 src/lib/grab.c for (y = 0; y < h; y++)
y 439 src/lib/grab.c src = (DATA32 *) (xim->data + (xim->bytes_per_line * y));
y 440 src/lib/grab.c ptr = data + ((y + iny) * ow) + inx;
y 455 src/lib/grab.c for (y = 0; y < h; y++)
y 457 src/lib/grab.c src = (DATA32 *) (xim->data + (xim->bytes_per_line * y));
y 458 src/lib/grab.c ptr = data + ((y + iny) * ow) + inx;
y 462 src/lib/grab.c if (!XGetPixel(mxim, x, y))
y 471 src/lib/grab.c for (y = 0; y < h; y++)
y 473 src/lib/grab.c src = (DATA32 *) (xim->data + (xim->bytes_per_line * y));
y 474 src/lib/grab.c ptr = data + ((y + iny) * ow) + inx;
y 487 src/lib/grab.c for (y = 0; y < h; y++)
y 489 src/lib/grab.c src = (DATA32 *) (xim->data + (xim->bytes_per_line * y));
y 490 src/lib/grab.c ptr = data + ((y + iny) * ow) + inx;
y 494 src/lib/grab.c if (!XGetPixel(mxim, x, y))
y 502 src/lib/grab.c for (y = 0; y < h; y++)
y 504 src/lib/grab.c src = (DATA32 *) (xim->data + (xim->bytes_per_line * y));
y 505 src/lib/grab.c ptr = data + ((y + iny) * ow) + inx;
y 587 src/lib/grab.c height = src_h - y;
y 597 src/lib/grab.c if ((src_y + y + height) > ratt.height)
y 598 src/lib/grab.c height = ratt.height - (src_y + y);
y 606 src/lib/grab.c if (y < 0)
y 608 src/lib/grab.c clipy = -y;
y 609 src/lib/grab.c height += y;
y 610 src/lib/grab.c y = 0;
y 620 src/lib/grab.c if ((src_y + y) < 0)
y 622 src/lib/grab.c clipy -= (src_y + y);
y 623 src/lib/grab.c height += (src_y + y);
y 624 src/lib/grab.c y = -src_y;
y 644 src/lib/grab.c (r[0].x == 0) && (r[0].y == 0) &&
y 658 src/lib/grab.c r[i].x - x, r[i].y - y,
y 704 src/lib/grab.c XShmGetImage(d, p, xim, x, y, 0xffffffff);
y 724 src/lib/grab.c xim = XGetImage(d, p, x, y, w, h, 0xffffffff, ZPixmap);
y 837 src/lib/grab.c d, xim, mxim, v, xatt.depth, x, y, w, h, 0);
y 255 src/lib/grad.c if (y < 0)
y 257 src/lib/grad.c h += y;
y 258 src/lib/grad.c yoff = -y;
y 259 src/lib/grad.c y = 0;
y 263 src/lib/grad.c if ((y + h) > im->h)
y 264 src/lib/grad.c h = (im->h - y);
y 273 src/lib/grad.c py = y;
y 274 src/lib/grad.c CLIP_TO(x, y, w, h, clx, cly, clw, clh);
y 278 src/lib/grad.c yoff += (y - py);
y 321 src/lib/grad.c p = im->data + (y * im->w) + x;
y 448 src/lib/grad.c if (y < 0)
y 450 src/lib/grad.c h += y;
y 451 src/lib/grad.c yoff = -y;
y 452 src/lib/grad.c y = 0;
y 456 src/lib/grad.c if ((y + h) > im->h)
y 457 src/lib/grad.c h = (im->h - y);
y 466 src/lib/grad.c py = y;
y 467 src/lib/grad.c CLIP_TO(x, y, w, h, clx, cly, clw, clh);
y 471 src/lib/grad.c yoff += (y - py);
y 514 src/lib/grad.c p = im->data + (y * im->w) + x;
y 30 src/lib/line.c if (!IN_RANGE(x, y, im->w, im->h))
y 39 src/lib/line.c if (!IN_RECT(x, y, clx, cly, clw, clh))
y 49 src/lib/line.c pfunc(color, im->data + (im->w * y) + x);
y 51 src/lib/line.c return __imlib_AddUpdate(NULL, x, y, 1, 1);
y 275 src/lib/line.c y = yy >> 16; \
y 277 src/lib/line.c y += (yy - (y << 16)) >> 15; \
y 278 src/lib/line.c py += y; \
y 285 src/lib/line.c y = 0; \
y 287 src/lib/line.c y = (-1 - py); \
y 289 src/lib/line.c y = (clh - 1 - py); \
y 291 src/lib/line.c xx = y * dxx; \
y 299 src/lib/line.c y = yy >> 16; \
y 301 src/lib/line.c y += (yy - (y << 16)) >> 15; \
y 302 src/lib/line.c py += y; \
y 346 src/lib/line.c y = -py; py = 0; \
y 347 src/lib/line.c xx = y * dxx; \
y 365 src/lib/line.c y = yy >> 16; \
y 367 src/lib/line.c y += (yy - (y << 16)) >> 15; \
y 368 src/lib/line.c py += y; \
y 371 src/lib/line.c xx = y * dxx; \
y 384 src/lib/line.c y = py - y0; \
y 385 src/lib/line.c xx = y * dxx; \
y 399 src/lib/line.c int px, py, x, y, prev_x, prev_y;
y 436 src/lib/line.c y = (yy >> 16);
y 437 src/lib/line.c y += ((yy - (y << 16)) >> 15);
y 438 src/lib/line.c if (prev_y != y)
y 440 src/lib/line.c prev_y = y;
y 514 src/lib/line.c int px, py, x, y, prev_x, prev_y;
y 552 src/lib/line.c y = (yy >> 16);
y 553 src/lib/line.c if (prev_y != y)
y 555 src/lib/line.c prev_y = y;
y 570 src/lib/line.c aa = (yy - (y << 16)) >> 8;
y 32 src/lib/polygon.c poly->ty = poly->by = y;
y 51 src/lib/polygon.c if (y < poly->ty)
y 52 src/lib/polygon.c poly->ty = y;
y 53 src/lib/polygon.c if (poly->by < y)
y 54 src/lib/polygon.c poly->by = y;
y 58 src/lib/polygon.c poly->points[poly->pointcount - 1].y = y;
y 152 src/lib/polygon.c while (start < poly->pointcount && poly->points[start].y == y)
y 159 src/lib/polygon.c out_y = y;
y 172 src/lib/polygon.c curr_y = poly->points[cx].y;
y 174 src/lib/polygon.c next_y = poly->points[nx].y;
y 176 src/lib/polygon.c if (__imlib_point_on_segment(x, y, curr_x, curr_y, next_x, next_y))
y 180 src/lib/polygon.c if (poly->points[cx].y != poly->points[nx].y)
y 183 src/lib/polygon.c (curr_x, curr_y, next_x, next_y, x, y, out_x, out_y))
y 188 src/lib/polygon.c (next_x, next_y, x, y, out_x, out_y))
y 195 src/lib/polygon.c (curr_x, curr_y, x, y, out_x, out_y)
y 196 src/lib/polygon.c && ((ysave < y) != (next_y < y)))
y 313 src/lib/polygon.c if ((v1->y) < (v0->y)) \
y 321 src/lib/polygon.c dy = (v1->y) - (v0->y); \
y 341 src/lib/polygon.c ne->xx = ((ne->dxx) * (y - (v0->y))) + ((v0->x) << 16); \
y 439 src/lib/polygon.c ysort[k].val = poly->points[k].y; \
y 465 src/lib/polygon.c y = ty; \
y 494 src/lib/polygon.c int clrx, clby, ty, by, y;
y 501 src/lib/polygon.c while (y <= by)
y 505 src/lib/polygon.c while ((k < nvertices) && (poly->points[ysort[k].index].y <= y))
y 515 src/lib/polygon.c if (poly->points[j].y < y)
y 527 src/lib/polygon.c if (poly->points[j].y < y)
y 580 src/lib/polygon.c if ((e->v1->y == (y + 1)) && (y < clby))
y 603 src/lib/polygon.c eyy = ((e->v0->y) << 16) + (x - (e->v0->x)) * (e->dyy);
y 611 src/lib/polygon.c while (ey <= y)
y 613 src/lib/polygon.c if ((ey == y) && IN_SEGMENT(x, clx, clw))
y 623 src/lib/polygon.c if (((y + 1) == e->v1->y) && (y < clby))
y 628 src/lib/polygon.c while ((ey == (y + 1)) && (x <= rx))
y 645 src/lib/polygon.c while (ey <= y)
y 647 src/lib/polygon.c if ((ey == y) && IN_SEGMENT(x, clx, clw))
y 657 src/lib/polygon.c if (((y + 1) == e->v1->y) && (y < clby))
y 662 src/lib/polygon.c while ((ey == (y + 1)) && (x >= lx))
y 705 src/lib/polygon.c if ((x0 <= x1) && (y >= cly))
y 713 src/lib/polygon.c y++;
y 733 src/lib/polygon.c int clrx, clby, ty, by, y, yy, prev_y, prev_yy;
y 740 src/lib/polygon.c yy = y << 16;
y 741 src/lib/polygon.c prev_y = y - 1;
y 744 src/lib/polygon.c while (y <= by)
y 748 src/lib/polygon.c while ((k < nvertices) && (poly->points[ysort[k].index].y <= y))
y 758 src/lib/polygon.c if (poly->points[j].y < y)
y 770 src/lib/polygon.c if (poly->points[j].y <= y)
y 833 src/lib/polygon.c if ((e->v1->y == (y + 1)) && (y < clby))
y 865 src/lib/polygon.c eyy = ((e->v0->y) << 16) + (x - (e->v0->x)) * (e->dyy);
y 872 src/lib/polygon.c while (ey < y)
y 888 src/lib/polygon.c while (ey == y)
y 906 src/lib/polygon.c if (((y + 1) == e->v1->y) && (y < clby))
y 913 src/lib/polygon.c ((e->v0->y) << 16) + (x -
y 916 src/lib/polygon.c while ((ey == y) && (x <= rx))
y 939 src/lib/polygon.c while (ey < y)
y 955 src/lib/polygon.c while (ey == y)
y 973 src/lib/polygon.c if (((y + 1) == e->v1->y) && (y < clby))
y 980 src/lib/polygon.c ((e->v0->y) << 16) + (x - (e->v0->x)) * (e->dyy);
y 982 src/lib/polygon.c while ((ey == y) && (x >= lx))
y 1031 src/lib/polygon.c if ((x0 <= x1) && (y >= cly))
y 1040 src/lib/polygon.c prev_y = y;
y 1042 src/lib/polygon.c y++;
y 1043 src/lib/polygon.c yy = y << 16;
y 1062 src/lib/polygon.c (void)__imlib_Point_DrawToImage(poly->points[0].x, poly->points[0].y,
y 1069 src/lib/polygon.c (void)__imlib_Line_DrawToImage(poly->points[0].x, poly->points[0].y,
y 1070 src/lib/polygon.c poly->points[1].x, poly->points[1].y,
y 1118 src/lib/polygon.c int clrx, clby, ty, by, y;
y 1125 src/lib/polygon.c while (y <= by)
y 1129 src/lib/polygon.c while ((k < nvertices) && (poly->points[ysort[k].index].y <= y))
y 1138 src/lib/polygon.c if (poly->points[j].y < y)
y 1148 src/lib/polygon.c if (poly->points[j].y < y)
y 1208 src/lib/polygon.c if ((le->v1->y == (y + 1)) && (y < clby))
y 1225 src/lib/polygon.c eyy = ((le->v0->y) << 16) + (x - (le->v0->x)) * (le->dyy);
y 1231 src/lib/polygon.c while (ey < y)
y 1242 src/lib/polygon.c if (((y + 1) == le->v1->y) && (y < clby))
y 1247 src/lib/polygon.c while ((ey <= (y + 1)) && (x <= rx))
y 1249 src/lib/polygon.c if ((ey == (y + 1))
y 1263 src/lib/polygon.c while (ey > y)
y 1303 src/lib/polygon.c if ((re->v1->y == (y + 1)) && (y < clby))
y 1320 src/lib/polygon.c eyy = ((re->v0->y) << 16) + (x - (re->v0->x)) * (re->dyy);
y 1326 src/lib/polygon.c while (ey > y)
y 1339 src/lib/polygon.c while (ey < y)
y 1350 src/lib/polygon.c if (((y + 1) == re->v1->y) && (y < clby))
y 1355 src/lib/polygon.c while ((ey <= (y + 1)) && (x >= lx))
y 1357 src/lib/polygon.c if ((ey == (y + 1)) && IN_SEGMENT(x, clx, clw))
y 1392 src/lib/polygon.c if ((lx <= rx) && (y >= cly))
y 1407 src/lib/polygon.c if ((x0 <= x1) && (y >= cly))
y 1415 src/lib/polygon.c y++;
y 1435 src/lib/polygon.c int clrx, clby, ty, by, y, yy, prev_y, prev_yy;
y 1442 src/lib/polygon.c yy = y << 16;
y 1443 src/lib/polygon.c prev_y = y - 1;
y 1446 src/lib/polygon.c while (y <= by)
y 1450 src/lib/polygon.c while ((k < nvertices) && (poly->points[ysort[k].index].y <= y))
y 1459 src/lib/polygon.c if (poly->points[j].y < y)
y 1469 src/lib/polygon.c if (poly->points[j].y < y)
y 1538 src/lib/polygon.c if ((le->v1->y == (y + 1)) && (y < clby))
y 1560 src/lib/polygon.c eyy = ((le->v0->y) << 16) + (x - (le->v0->x)) * (le->dyy);
y 1565 src/lib/polygon.c while (ey < y)
y 1582 src/lib/polygon.c if (((y + 1) == le->v1->y) && (y < clby))
y 1587 src/lib/polygon.c while ((ey == y) && (x <= rx))
y 1606 src/lib/polygon.c while (ey >= y)
y 1611 src/lib/polygon.c if ((ey == y) && IN_SEGMENT(x, clx, clw))
y 1662 src/lib/polygon.c if ((re->v1->y == (y + 1)) && (y < clby))
y 1684 src/lib/polygon.c eyy = ((re->v0->y) << 16) + (x - (re->v0->x)) * (re->dyy);
y 1689 src/lib/polygon.c while (ey >= y)
y 1694 src/lib/polygon.c if ((ey == y) && IN_SEGMENT(x, clx, clw))
y 1708 src/lib/polygon.c while (ey < y)
y 1725 src/lib/polygon.c if (((y + 1) == re->v1->y) && (y < clby))
y 1730 src/lib/polygon.c while ((ey == y) && (x >= lx))
y 1771 src/lib/polygon.c if ((lx <= rx) && (y >= cly))
y 1786 src/lib/polygon.c if ((x0 <= x1) && (y >= cly))
y 1795 src/lib/polygon.c prev_y = y;
y 1797 src/lib/polygon.c y++;
y 1798 src/lib/polygon.c yy = y << 16;
y 1817 src/lib/polygon.c (void)__imlib_Point_DrawToImage(poly->points[0].x, poly->points[0].y,
y 1824 src/lib/polygon.c (void)__imlib_Line_DrawToImage(poly->points[0].x, poly->points[0].y,
y 1825 src/lib/polygon.c poly->points[1].x, poly->points[1].y,
y 29 src/lib/rectangle.c y -= cly;
y 39 src/lib/rectangle.c if (y >= 0)
y 41 src/lib/rectangle.c p = dst + (dstw * y) + x0;
y 45 src/lib/rectangle.c if ((y + rh) <= clh)
y 47 src/lib/rectangle.c p = dst + (dstw * (y + rh - 1)) + x0;
y 52 src/lib/rectangle.c y0 = y + 1;
y 53 src/lib/rectangle.c y1 = y + rh - 2;
y 102 src/lib/rectangle.c y -= cly;
y 104 src/lib/rectangle.c CLIP_RECT_TO_RECT(x, y, rw, rh, 0, 0, clw, clh);
y 108 src/lib/rectangle.c p = dst + (dstw * y) + x;
y 125 src/lib/rectangle.c (void)__imlib_Line_DrawToImage(x, y, x + w - 1, y + h - 1, color,
y 144 src/lib/rectangle.c CLIP_RECT_TO_RECT(clx, cly, clw, clh, x, y, w, h);
y 151 src/lib/rectangle.c __imlib_Rectangle_DrawToData(x, y, w, h, color,
y 165 src/lib/rectangle.c (void)__imlib_Line_DrawToImage(x, y, x + w - 1, y + h - 1, color,
y 184 src/lib/rectangle.c CLIP_RECT_TO_RECT(clx, cly, clw, clh, x, y, w, h);
y 191 src/lib/rectangle.c __imlib_Rectangle_FillToData(x, y, w, h, color,
y 147 src/lib/rend.c unsigned int x, y, r, g, b, val, hh;
y 164 src/lib/rend.c for (y = dy; y < hh; y++)
y 172 src/lib/rend.c if (val > _dither_88[x & 0x3][y & 0x3])
y 176 src/lib/rend.c XPutPixel(xim, x, y, val);
y 213 src/lib/rend.c for (y = dy; y < hh; y++)
y 232 src/lib/rend.c XPutPixel(xim, x, y, val);
y 265 src/lib/rend.c int y, h, hh, jump;
y 384 src/lib/rend.c for (y = 0; y < dh; y += LINESIZE)
y 399 src/lib/rend.c ((sy * dh) / sh) + y,
y 405 src/lib/rend.c ((sy * dh) / sh) + y,
y 409 src/lib/rend.c ((sy * dh) / sh) + y,
y 414 src/lib/rend.c ((sy * dh) / sh) + y, 0, 0, dw, hh, dw);
y 436 src/lib/rend.c memcpy(buf, im->data + ((y + sy) * im->w),
y 445 src/lib/rend.c pointer = im->data + ((y + sy) * im->w) + sx;
y 451 src/lib/rend.c blender(pointer, jump + dw, back + (y * dw), dw, dw, hh, NULL);
y 452 src/lib/rend.c pointer = back + (y * dw);
y 458 src/lib/rend.c ((DATA8 *) xim->data) + (y * (xim->bytes_per_line)),
y 459 src/lib/rend.c xim->bytes_per_line, dw, hh, dx, dy + y);
y 461 src/lib/rend.c __imlib_generic_render(pointer, jump, dw, hh, 0, y, xim, v, ct);
y 464 src/lib/rend.c ((DATA8 *) mxim->data) + (y * (mxim->bytes_per_line)),
y 465 src/lib/rend.c mxim->bytes_per_line, dw, hh, dx, dy + y, mat);
y 1003 src/lib/rgba.c (_dither_r16[(((x + num) & 0x3) << 10) | ((y & 0x3) << 8) | ((src[num] >> 16 ) & 0xff)])
y 1005 src/lib/rgba.c (_dither_g16[(((x + num) & 0x3) << 10) | ((y & 0x3) << 8) | ((src[num] >> 8 ) & 0xff)])
y 1007 src/lib/rgba.c (_dither_b16[(((x + num) & 0x3) << 10) | ((y & 0x3) << 8) | ((src[num] >> 0 ) & 0xff)])
y 1068 src/lib/rgba.c (_dither_r16[(((x + num) & 0x3) << 10) | ((y & 0x3) << 8) | ((src[num] >> 0 ) & 0xff)])
y 1070 src/lib/rgba.c (_dither_g16[(((x + num) & 0x3) << 10) | ((y & 0x3) << 8) | ((src[num] >> 8 ) & 0xff)])
y 1072 src/lib/rgba.c (_dither_b16[(((x + num) & 0x3) << 10) | ((y & 0x3) << 8) | ((src[num] >> 16) & 0xff)])
y 1139 src/lib/rgba.c (_dither_r16[(((x + num) & 0x3) << 10) | ((y & 0x3) << 8) | ((src[num] >> 16 ) & 0xff)])
y 1141 src/lib/rgba.c (_dither_g16[(((x + num) & 0x3) << 10) | ((y & 0x3) << 8) | ((src[num] >> 8 ) & 0xff)])
y 1143 src/lib/rgba.c (_dither_b16[(((x + num) & 0x3) << 10) | ((y & 0x3) << 8) | ((src[num] >> 0 ) & 0xff)])
y 1205 src/lib/rgba.c (_dither_r16[(((x + num) & 0x3) << 10) | ((y & 0x3) << 8) | ((src[num] >> 0 ) & 0xff)])
y 1207 src/lib/rgba.c (_dither_g16[(((x + num) & 0x3) << 10) | ((y & 0x3) << 8) | ((src[num] >> 8 ) & 0xff)])
y 1209 src/lib/rgba.c (_dither_b16[(((x + num) & 0x3) << 10) | ((y & 0x3) << 8) | ((src[num] >> 16 ) & 0xff)])
y 1308 src/lib/rgba.c (_dither_r8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 16) & 0xff)])
y 1310 src/lib/rgba.c (_dither_g8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 8) & 0xff)])
y 1312 src/lib/rgba.c (_dither_b8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 0) & 0xff)])
y 1445 src/lib/rgba.c (_dither_r8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 16) & 0xff)])
y 1447 src/lib/rgba.c (_dither_g8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 8) & 0xff)])
y 1449 src/lib/rgba.c (_dither_b8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 0) & 0xff)])
y 1455 src/lib/rgba.c _dith = (_dither_128128[(x + 0) & 0x7f][y & 0x7f] << 2) | 7; \
y 1469 src/lib/rgba.c _dith = (_dither_128128[(x + 0) & 0x7f][y & 0x7f] << 2) | 7; \
y 1473 src/lib/rgba.c _dith = (_dither_128128[(x + 1) & 0x7f][y & 0x7f] << 2) | 7; \
y 1477 src/lib/rgba.c _dith = (_dither_128128[(x + 2) & 0x7f][y & 0x7f] << 2) | 7; \
y 1481 src/lib/rgba.c _dith = (_dither_128128[(x + 3) & 0x7f][y & 0x7f] << 2) | 7; \
y 1497 src/lib/rgba.c _dith = (_dither_128128[(x + 0) & 0x7f][y & 0x7f] << 2) | 7; \
y 1501 src/lib/rgba.c _dith = (_dither_128128[(x + 1) & 0x7f][y & 0x7f] << 2) | 7; \
y 1544 src/lib/rgba.c _dith = (_dither_128128[(x + 0) & 0x7f][y & 0x7f] << 2) | 7; \
y 1548 src/lib/rgba.c _dith = (_dither_128128[(x + 1) & 0x7f][y & 0x7f] << 2) | 7; \
y 1552 src/lib/rgba.c _dith = (_dither_128128[(x + 2) & 0x7f][y & 0x7f] << 2) | 7; \
y 1556 src/lib/rgba.c _dith = (_dither_128128[(x + 3) & 0x7f][y & 0x7f] << 2) | 7; \
y 1572 src/lib/rgba.c _dith = (_dither_128128[(x + 0) & 0x7f][y & 0x7f] << 2) | 7; \
y 1576 src/lib/rgba.c _dith = (_dither_128128[(x + 1) & 0x7f][y & 0x7f] << 2) | 7; \
y 1665 src/lib/rgba.c (_dither_r8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 16) & 0xff)])
y 1667 src/lib/rgba.c (_dither_g8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 8) & 0xff)])
y 1669 src/lib/rgba.c (_dither_b8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 0) & 0xff)])
y 1807 src/lib/rgba.c (_dither_r8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 16) & 0xff)])
y 1809 src/lib/rgba.c (_dither_g8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 8) & 0xff)])
y 1811 src/lib/rgba.c (_dither_b8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 0) & 0xff)])
y 1949 src/lib/rgba.c (_dither_r8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 16) & 0xff)])
y 1951 src/lib/rgba.c (_dither_g8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 8) & 0xff)])
y 1953 src/lib/rgba.c (_dither_b8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 0) & 0xff)])
y 2091 src/lib/rgba.c (_dither_r8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 16) & 0xff)])
y 2093 src/lib/rgba.c (_dither_g8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 8) & 0xff)])
y 2095 src/lib/rgba.c (_dither_b8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 0) & 0xff)])
y 2233 src/lib/rgba.c (_dither_r8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 16) & 0xff)])
y 2235 src/lib/rgba.c (_dither_g8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 8) & 0xff)])
y 2237 src/lib/rgba.c (_dither_b8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 0) & 0xff)])
y 2315 src/lib/rgba.c ((y & 0x7) << DM_BS2) | \
y 2366 src/lib/rgba.c (_dither_a1[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 24))])
y 2453 src/lib/rgba.c int i, x, y;
y 2457 src/lib/rgba.c for (y = 0; y < 8; y++)
y 2466 src/lib/rgba.c if ((_dither_88[x][y] < ((pi & 0x7f) >> 1))
y 2468 src/lib/rgba.c _dither_a1[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2471 src/lib/rgba.c _dither_a1[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2486 src/lib/rgba.c for (y = 0; y < 4; y++)
y 2492 src/lib/rgba.c if ((_dither_44[x][y] < (i & 0x7)) && (i < (256 - 8)))
y 2493 src/lib/rgba.c rd16[(x << 10) | (y << 8) | i] =
y 2496 src/lib/rgba.c rd16[(x << 10) | (y << 8) | i] = (i & 0xf8) << 8;
y 2498 src/lib/rgba.c if ((_dither_44[x][y] < ((i & 0x3) << 1))
y 2500 src/lib/rgba.c gd16[(x << 10) | (y << 8) | i] =
y 2503 src/lib/rgba.c gd16[(x << 10) | (y << 8) | i] =
y 2506 src/lib/rgba.c if ((_dither_44[x][y] < (i & 0x7)) && (i < (256 - 8)))
y 2507 src/lib/rgba.c bd16[(x << 10) | (y << 8) | i] =
y 2510 src/lib/rgba.c bd16[(x << 10) | (y << 8) | i] =
y 2520 src/lib/rgba.c for (y = 0; y < 4; y++)
y 2526 src/lib/rgba.c if ((_dither_44[x][y] < (i & 0x7)) && (i < (256 - 8)))
y 2527 src/lib/rgba.c rd16[(x << 10) | (y << 8) | i] =
y 2530 src/lib/rgba.c rd16[(x << 10) | (y << 8) | i] =
y 2533 src/lib/rgba.c if ((_dither_44[x][y] < (i & 0x7)) && (i < (256 - 8)))
y 2534 src/lib/rgba.c gd16[(x << 10) | (y << 8) | i] =
y 2537 src/lib/rgba.c gd16[(x << 10) | (y << 8) | i] =
y 2540 src/lib/rgba.c if ((_dither_44[x][y] < (i & 0x7)) && (i < (256 - 8)))
y 2541 src/lib/rgba.c bd16[(x << 10) | (y << 8) | i] =
y 2544 src/lib/rgba.c bd16[(x << 10) | (y << 8) | i] =
y 2557 src/lib/rgba.c for (y = 0; y < DM_Y; y++)
y 2566 src/lib/rgba.c if ((_dither_88[x][y] < ((pi & 0x1f) << 1))
y 2568 src/lib/rgba.c rd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2571 src/lib/rgba.c rd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2575 src/lib/rgba.c if ((_dither_88[x][y] < ((pi & 0x1f) << 1))
y 2577 src/lib/rgba.c gd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2580 src/lib/rgba.c gd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2584 src/lib/rgba.c if ((_dither_88[x][y] < (pi & 0x3f))
y 2586 src/lib/rgba.c bd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2589 src/lib/rgba.c bd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2602 src/lib/rgba.c for (y = 0; y < 256; y++)
y 2604 src/lib/rgba.c _dither_666r[y] = (DATA8) (((y * 6) >> 8) * 6 * 6);
y 2605 src/lib/rgba.c _dither_666g[y] = (DATA8) (((y * 6) >> 8) * 6);
y 2606 src/lib/rgba.c _dither_666b[y] = (DATA8) (((y * 6) >> 8));
y 2608 src/lib/rgba.c for (y = 0; y < DM_Y; y++)
y 2620 src/lib/rgba.c if ((_dither_88[x][y] < (DATA8) pi)
y 2623 src/lib/rgba.c rd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2625 src/lib/rgba.c gd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2627 src/lib/rgba.c bd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2632 src/lib/rgba.c rd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2634 src/lib/rgba.c gd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2636 src/lib/rgba.c bd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2644 src/lib/rgba.c for (y = 0; y < DM_Y; y++)
y 2653 src/lib/rgba.c if ((_dither_88[x][y] < (pi & 0x3f))
y 2655 src/lib/rgba.c rd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2658 src/lib/rgba.c rd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2662 src/lib/rgba.c if ((_dither_88[x][y] < ((pi & 0x1f) << 1))
y 2664 src/lib/rgba.c gd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2667 src/lib/rgba.c gd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2671 src/lib/rgba.c if ((_dither_88[x][y] < (pi & 0x3f))
y 2673 src/lib/rgba.c bd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2676 src/lib/rgba.c bd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2683 src/lib/rgba.c for (y = 0; y < DM_Y; y++)
y 2692 src/lib/rgba.c if ((_dither_88[x][y] < (pi & 0x3f))
y 2694 src/lib/rgba.c rd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2697 src/lib/rgba.c rd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2701 src/lib/rgba.c if ((_dither_88[x][y] < (pi & 0x3f))
y 2703 src/lib/rgba.c gd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2706 src/lib/rgba.c gd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2710 src/lib/rgba.c if ((_dither_88[x][y] < (pi & 0x3f))
y 2712 src/lib/rgba.c bd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2715 src/lib/rgba.c bd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2722 src/lib/rgba.c for (y = 0; y < DM_Y; y++)
y 2731 src/lib/rgba.c if ((_dither_88[x][y] < (pi & 0x3f))
y 2733 src/lib/rgba.c rd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2736 src/lib/rgba.c rd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2740 src/lib/rgba.c if ((_dither_88[x][y] < (pi & 0x3f))
y 2742 src/lib/rgba.c gd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2745 src/lib/rgba.c gd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2749 src/lib/rgba.c if ((_dither_88[x][y] < ((pi & 0x7f) >> 1))
y 2751 src/lib/rgba.c bd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2754 src/lib/rgba.c bd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2761 src/lib/rgba.c for (y = 0; y < DM_Y; y++)
y 2770 src/lib/rgba.c if ((_dither_88[x][y] < ((pi & 0x7f) >> 1))
y 2772 src/lib/rgba.c rd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2775 src/lib/rgba.c rd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2779 src/lib/rgba.c if ((_dither_88[x][y] < (pi & 0x3f))
y 2781 src/lib/rgba.c gd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2784 src/lib/rgba.c gd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2788 src/lib/rgba.c if ((_dither_88[x][y] < ((pi & 0x7f) >> 1))
y 2790 src/lib/rgba.c bd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2793 src/lib/rgba.c bd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2800 src/lib/rgba.c for (y = 0; y < DM_Y; y++)
y 2809 src/lib/rgba.c if ((_dither_88[x][y] < ((pi & 0x7f) >> 1))
y 2811 src/lib/rgba.c rd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2814 src/lib/rgba.c rd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2818 src/lib/rgba.c if ((_dither_88[x][y] < ((pi & 0x7f) >> 1))
y 2820 src/lib/rgba.c gd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2823 src/lib/rgba.c gd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2827 src/lib/rgba.c if ((_dither_88[x][y] < ((pi & 0x7f) >> 1))
y 2829 src/lib/rgba.c bd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2832 src/lib/rgba.c bd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2839 src/lib/rgba.c for (y = 0; y < DM_Y; y++)
y 2848 src/lib/rgba.c if ((_dither_88[x][y] < ((pi & 0x7f) >> 1))
y 2850 src/lib/rgba.c rd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2853 src/lib/rgba.c rd8[(x << DM_BS1) | (y << DM_BS2) | i] =
y 2871 src/lib/rgba.c int x, y, w, h;
y 2882 src/lib/rgba.c for (y = 0; y < h; y++)
y 2893 src/lib/rgba.c for (y = 0; y < h; y++)
y 2908 src/lib/rgba.c for (y = 0; y < h; y++)
y 2921 src/lib/rgba.c for (y = 0; y < h; y++)
y 2941 src/lib/rgba.c int x, y, w, h;
y 2952 src/lib/rgba.c for (y = dy; y < h; y++)
y 2963 src/lib/rgba.c for (y = dy; y < h; y++)
y 2978 src/lib/rgba.c for (y = dy; y < h; y++)
y 2992 src/lib/rgba.c for (y = 0; y < h; y++)
y 3013 src/lib/rgba.c int x, y, w, h;
y 3024 src/lib/rgba.c for (y = 0; y < h; y++)
y 3035 src/lib/rgba.c for (y = 0; y < h; y++)
y 3050 src/lib/rgba.c for (y = 0; y < h; y++)
y 3063 src/lib/rgba.c for (y = 0; y < h; y++)
y 3083 src/lib/rgba.c int x, y, w, h;
y 3094 src/lib/rgba.c for (y = dy; y < h; y++)
y 3105 src/lib/rgba.c for (y = dy; y < h; y++)
y 3120 src/lib/rgba.c for (y = dy; y < h; y++)
y 3134 src/lib/rgba.c for (y = 0; y < h; y++)
y 3155 src/lib/rgba.c int x, y, w, h;
y 3166 src/lib/rgba.c for (y = 0; y < h; y++)
y 3177 src/lib/rgba.c for (y = 0; y < h; y++)
y 3192 src/lib/rgba.c for (y = 0; y < h; y++)
y 3205 src/lib/rgba.c for (y = 0; y < h; y++)
y 3225 src/lib/rgba.c int x, y, w, h;
y 3236 src/lib/rgba.c for (y = dy; y < h; y++)
y 3247 src/lib/rgba.c for (y = dy; y < h; y++)
y 3262 src/lib/rgba.c for (y = dy; y < h; y++)
y 3276 src/lib/rgba.c for (y = dy; y < h; y++)
y 3297 src/lib/rgba.c int x, y, w, h;
y 3308 src/lib/rgba.c for (y = 0; y < h; y++)
y 3319 src/lib/rgba.c for (y = 0; y < h; y++)
y 3334 src/lib/rgba.c for (y = 0; y < h; y++)
y 3347 src/lib/rgba.c for (y = 0; y < h; y++)
y 3367 src/lib/rgba.c int x, y, w, h;
y 3378 src/lib/rgba.c for (y = dy; y < h; y++)
y 3389 src/lib/rgba.c for (y = dy; y < h; y++)
y 3404 src/lib/rgba.c for (y = dy; y < h; y++)
y 3418 src/lib/rgba.c for (y = dy; y < h; y++)
y 3439 src/lib/rgba.c int x, y, w, h;
y 3449 src/lib/rgba.c for (y = 0; y < h; y++)
y 3460 src/lib/rgba.c for (y = 0; y < h; y++)
y 3472 src/lib/rgba.c for (y = 0; y < h; y++)
y 3487 src/lib/rgba.c for (y = 0; y < h; y++)
y 3537 src/lib/rgba.c int x, y, w, h;
y 3547 src/lib/rgba.c for (y = dy; y < h; y++)
y 3558 src/lib/rgba.c for (y = dy; y < h; y++)
y 3570 src/lib/rgba.c for (y = dy; y < h; y++)
y 3585 src/lib/rgba.c for (y = dy; y < h; y++)
y 3617 src/lib/rgba.c int x, y, w, h;
y 3627 src/lib/rgba.c for (y = 0; y < h; y++)
y 3638 src/lib/rgba.c for (y = 0; y < h; y++)
y 3650 src/lib/rgba.c for (y = 0; y < h; y++)
y 3665 src/lib/rgba.c for (y = 0; y < h; y++)
y 3715 src/lib/rgba.c int x, y, w, h;
y 3725 src/lib/rgba.c for (y = dy; y < h; y++)
y 3736 src/lib/rgba.c for (y = dy; y < h; y++)
y 3748 src/lib/rgba.c for (y = dy; y < h; y++)
y 3763 src/lib/rgba.c for (y = dy; y < h; y++)
y 3795 src/lib/rgba.c int x, y, w, h;
y 3805 src/lib/rgba.c for (y = 0; y < h; y++)
y 3816 src/lib/rgba.c for (y = 0; y < h; y++)
y 3828 src/lib/rgba.c for (y = 0; y < h; y++)
y 3843 src/lib/rgba.c for (y = 0; y < h; y++)
y 3893 src/lib/rgba.c int x, y, w, h;
y 3903 src/lib/rgba.c for (y = dy; y < h; y++)
y 3914 src/lib/rgba.c for (y = dy; y < h; y++)
y 3926 src/lib/rgba.c for (y = dy; y < h; y++)
y 3941 src/lib/rgba.c for (y = dy; y < h; y++)
y 3973 src/lib/rgba.c int x, y, w, h;
y 3983 src/lib/rgba.c for (y = 0; y < h; y++)
y 3994 src/lib/rgba.c for (y = 0; y < h; y++)
y 4006 src/lib/rgba.c for (y = 0; y < h; y++)
y 4021 src/lib/rgba.c for (y = 0; y < h; y++)
y 4071 src/lib/rgba.c int x, y, w, h;
y 4081 src/lib/rgba.c for (y = dy; y < h; y++)
y 4092 src/lib/rgba.c for (y = dy; y < h; y++)
y 4104 src/lib/rgba.c for (y = dy; y < h; y++)
y 4119 src/lib/rgba.c for (y = dy; y < h; y++)
y 4151 src/lib/rgba.c int x, y, w, h;
y 4161 src/lib/rgba.c for (y = 0; y < h; y++)
y 4172 src/lib/rgba.c for (y = 0; y < h; y++)
y 4184 src/lib/rgba.c for (y = 0; y < h; y++)
y 4199 src/lib/rgba.c for (y = 0; y < h; y++)
y 4249 src/lib/rgba.c int x, y, w, h;
y 4259 src/lib/rgba.c for (y = dy; y < h; y++)
y 4270 src/lib/rgba.c for (y = dy; y < h; y++)
y 4282 src/lib/rgba.c for (y = dy; y < h; y++)
y 4297 src/lib/rgba.c for (y = dy; y < h; y++)
y 4329 src/lib/rgba.c int x, y, w, h;
y 4339 src/lib/rgba.c for (y = 0; y < h; y++)
y 4350 src/lib/rgba.c for (y = 0; y < h; y++)
y 4362 src/lib/rgba.c for (y = 0; y < h; y++)
y 4377 src/lib/rgba.c for (y = 0; y < h; y++)
y 4427 src/lib/rgba.c int x, y, w, h;
y 4437 src/lib/rgba.c for (y = dy; y < h; y++)
y 4448 src/lib/rgba.c for (y = dy; y < h; y++)
y 4460 src/lib/rgba.c for (y = dy; y < h; y++)
y 4475 src/lib/rgba.c for (y = dy; y < h; y++)
y 4507 src/lib/rgba.c int x, y, w, h;
y 4517 src/lib/rgba.c for (y = 0; y < h; y++)
y 4528 src/lib/rgba.c for (y = 0; y < h; y++)
y 4540 src/lib/rgba.c for (y = 0; y < h; y++)
y 4555 src/lib/rgba.c for (y = 0; y < h; y++)
y 4605 src/lib/rgba.c int x, y, w, h;
y 4615 src/lib/rgba.c for (y = dy; y < h; y++)
y 4626 src/lib/rgba.c for (y = dy; y < h; y++)
y 4638 src/lib/rgba.c for (y = dy; y < h; y++)
y 4653 src/lib/rgba.c for (y = dy; y < h; y++)
y 4685 src/lib/rgba.c int x, y, w, h;
y 4691 src/lib/rgba.c for (y = 0; y < h; y++)
y 4710 src/lib/rgba.c int x, y, w, h;
y 4716 src/lib/rgba.c for (y = dy; y < h; y++)
y 4735 src/lib/rgba.c int x, y, w, h;
y 4741 src/lib/rgba.c for (y = 0; y < h; y++)
y 4760 src/lib/rgba.c int x, y, w, h;
y 4766 src/lib/rgba.c for (y = dy; y < h; y++)
y 4785 src/lib/rgba.c int y, w, h;
y 4794 src/lib/rgba.c for (y = h; y > 0; y--)
y 4813 src/lib/rgba.c int x, y, w, h;
y 4820 src/lib/rgba.c for (y = 0; y < h; y++)
y 4839 src/lib/rgba.c int x, y, w, h;
y 4845 src/lib/rgba.c for (y = 0; y < h; y++)
y 4864 src/lib/rgba.c int x, y, w, h;
y 4870 src/lib/rgba.c for (y = 0; y < h; y++)
y 14 src/lib/rgbadraw.c int x, y;
y 16 src/lib/rgbadraw.c for (y = 0; y < im->h; y++)
y 18 src/lib/rgbadraw.c p1 = im->data + (y * im->w);
y 19 src/lib/rgbadraw.c p2 = im->data + ((y + 1) * im->w) - 1;
y 38 src/lib/rgbadraw.c int x, y;
y 40 src/lib/rgbadraw.c for (y = 0; y < (im->h >> 1); y++)
y 42 src/lib/rgbadraw.c p1 = im->data + (y * im->w);
y 43 src/lib/rgbadraw.c p2 = im->data + ((im->h - 1 - y) * im->w);
y 92 src/lib/rgbadraw.c int x, y, w, hw, tmp;
y 147 src/lib/rgbadraw.c for (y = im->h; --y >= 0;)
y 163 src/lib/rgbadraw.c int x, y, mx, my, mw, mh, mt, xx, yy;
y 175 src/lib/rgbadraw.c for (y = 0; y < im->h; y++)
y 177 src/lib/rgbadraw.c my = y - rad;
y 187 src/lib/rgbadraw.c p1 = data + (y * im->w);
y 254 src/lib/rgbadraw.c int a, r, g, b, x, y;
y 266 src/lib/rgbadraw.c for (y = 1; y < (im->h - 1); y++)
y 268 src/lib/rgbadraw.c p1 = im->data + 1 + (y * im->w);
y 269 src/lib/rgbadraw.c p2 = data + 1 + (y * im->w);
y 316 src/lib/rgbadraw.c int x, y, per, tmp, na, nr, ng, nb, mix, a, r, g, b, aa, rr,
y 322 src/lib/rgbadraw.c for (y = 0; y < im->h; y++)
y 390 src/lib/rgbadraw.c int x, y, tmp, na, nr, ng, nb, mix, a, r, g, b, aa, rr, gg,
y 395 src/lib/rgbadraw.c for (y = 0; y < im->h; y++)
y 397 src/lib/rgbadraw.c p1 = im->data + (y * im->w);
y 398 src/lib/rgbadraw.c if (y < (im->h >> 1))
y 400 src/lib/rgbadraw.c p2 = im->data + ((y + (im->h >> 1)) * im->w);
y 401 src/lib/rgbadraw.c mix = (y * 255) / (im->h >> 1);
y 405 src/lib/rgbadraw.c p2 = im->data + ((y - (im->h >> 1)) * im->w);
y 406 src/lib/rgbadraw.c mix = ((im->h - y) * 255) / (im->h - (im->h >> 1));
y 473 src/lib/rgbadraw.c if (y < 0)
y 475 src/lib/rgbadraw.c h += y;
y 476 src/lib/rgbadraw.c ny -= y;
y 477 src/lib/rgbadraw.c y = 0;
y 484 src/lib/rgbadraw.c y -= ny;
y 489 src/lib/rgbadraw.c if ((y + h) > im->h)
y 490 src/lib/rgbadraw.c h = (im->h - y);
y 499 src/lib/rgbadraw.c p1 = im->data + (y * im->w) + x;
y 523 src/lib/rgbadraw.c p1 = im->data + ((y + h - 1) * im->w) + x + w - 1;
y 575 src/lib/rgbadraw.c if (y < 0)
y 577 src/lib/rgbadraw.c h += y;
y 578 src/lib/rgbadraw.c ny -= y;
y 579 src/lib/rgbadraw.c y = 0;
y 586 src/lib/rgbadraw.c y -= ny;
y 591 src/lib/rgbadraw.c if ((y + h) > src->h)
y 592 src/lib/rgbadraw.c h = (src->h - y);
y 601 src/lib/rgbadraw.c p1 = src->data + (y * src->w) + x;
y 8 src/lib/rgbadraw.h ( ((unsigned)(x) < (w)) && ((unsigned)(y) < (h)) )
y 11 src/lib/rgbadraw.h ( ((unsigned)((x) - (rx)) < (rw)) && ((unsigned)((y) - (ry)) < (rh)) )
y 21 src/lib/rgbadraw.h _t0 = MAX(y, (ry)); \
y 22 src/lib/rgbadraw.h _t1 = MIN(y + h, (ry) + (rh)); \
y 23 src/lib/rgbadraw.h y = _t0; \
y 41 src/lib/rgbadraw.h int x, y;
y 48 src/lib/rgbadraw.h int x, y, w, h;
y 23 src/lib/rotate.c (y)) >> (2 * _ROTATE_PREC))
y 30 src/lib/rotate.c INTERP_VAL2(R_VAL, (dest), (src), (src) + 1, (src) + (sow), (src) + (sow) + 1, (x) & _ROTATE_PREC_BITS, (y) & _ROTATE_PREC_BITS); \
y 31 src/lib/rotate.c INTERP_VAL2(G_VAL, (dest), (src), (src) + 1, (src) + (sow), (src) + (sow) + 1, (x) & _ROTATE_PREC_BITS, (y) & _ROTATE_PREC_BITS); \
y 32 src/lib/rotate.c INTERP_VAL2(B_VAL, (dest), (src), (src) + 1, (src) + (sow), (src) + (sow) + 1, (x) & _ROTATE_PREC_BITS, (y) & _ROTATE_PREC_BITS); \
y 33 src/lib/rotate.c INTERP_VAL2(A_VAL, (dest), (src), (src) + 1, (src) + (sow), (src) + (sow) + 1, (x) & _ROTATE_PREC_BITS, (y) & _ROTATE_PREC_BITS); \
y 67 src/lib/rotate.c *dest = src[(x >> _ROTATE_PREC) + ((y >> _ROTATE_PREC) * sow)];
y 70 src/lib/rotate.c y += dyh;
y 78 src/lib/rotate.c y += dyv - dw * dyh;
y 100 src/lib/rotate.c ((y >> _ROTATE_PREC) * sow));
y 101 src/lib/rotate.c INTERP_ARGB(dest, src_x_y, sow, x, y);
y 104 src/lib/rotate.c y += dyh;
y 112 src/lib/rotate.c y += dyv - dw * dyh;
y 131 src/lib/rotate.c if (((unsigned)x >= sw) || ((unsigned)y >= sh))
y 134 src/lib/rotate.c y += dyh * dw;
y 135 src/lib/rotate.c if (((unsigned)x >= sw) || ((unsigned)y >= sh))
y 138 src/lib/rotate.c y += dyv * dh;
y 139 src/lib/rotate.c if (((unsigned)x >= sw) || ((unsigned)y >= sh))
y 142 src/lib/rotate.c y -= dyh * dw;
y 143 src/lib/rotate.c if (((unsigned)x >= sw) || ((unsigned)y >= sh))
y 160 src/lib/rotate.c if (__check_inside_coords(x, y, dxh, dyh, dxv, dyv, dw, dh, sw, sh))
y 162 src/lib/rotate.c __imlib_RotateSampleInside(src, dest, sow, dow, dw, dh, x, y,
y 175 src/lib/rotate.c if (((unsigned)x < sw) && ((unsigned)y < sh))
y 176 src/lib/rotate.c *dest = src[(x >> _ROTATE_PREC) + ((y >> _ROTATE_PREC) * sow)];
y 181 src/lib/rotate.c y += dyh;
y 190 src/lib/rotate.c y += dyv - dw * dyh;
y 212 src/lib/rotate.c if (__check_inside_coords(x, y, dxh, dyh, dxv, dyv, dw, dh, sw - 1, sh - 1))
y 214 src/lib/rotate.c __imlib_RotateAAInside(src, dest, sow, dow, dw, dh, x, y,
y 230 src/lib/rotate.c ((y >> _ROTATE_PREC) * sow));
y 233 src/lib/rotate.c if ((unsigned)y < sh)
y 238 src/lib/rotate.c INTERP_ARGB(dest, src_x_y, sow, x, y);
y 240 src/lib/rotate.c else if ((unsigned)(y - sh) < _ROTATE_PREC_MAX)
y 245 src/lib/rotate.c INTERP_RGB_A0(dest, src_x_y, src_x_y + 1, x, ~y);
y 247 src/lib/rotate.c else if ((unsigned)(~y) < _ROTATE_PREC_MAX)
y 253 src/lib/rotate.c y);
y 260 src/lib/rotate.c if ((unsigned)y < sh)
y 265 src/lib/rotate.c INTERP_RGB_A0(dest, src_x_y, src_x_y + sow, y, ~x);
y 267 src/lib/rotate.c else if ((unsigned)(y - sh) < _ROTATE_PREC_MAX)
y 272 src/lib/rotate.c INTERP_A000(dest, src_x_y, ~x, ~y);
y 274 src/lib/rotate.c else if ((unsigned)(~y) < _ROTATE_PREC_MAX)
y 279 src/lib/rotate.c INTERP_A000(dest, src_x_y + sow, ~x, y);
y 286 src/lib/rotate.c if ((unsigned)y < sh)
y 291 src/lib/rotate.c INTERP_RGB_A0(dest, src_x_y + 1, src_x_y + sow + 1, y,
y 294 src/lib/rotate.c else if ((unsigned)(y - sh) < _ROTATE_PREC_MAX)
y 299 src/lib/rotate.c INTERP_A000(dest, src_x_y + 1, x, ~y);
y 301 src/lib/rotate.c else if ((unsigned)(~y) < _ROTATE_PREC_MAX)
y 306 src/lib/rotate.c INTERP_A000(dest, src_x_y + sow + 1, x, y);
y 315 src/lib/rotate.c y += dyh;
y 324 src/lib/rotate.c y += dyv - dw * dyh;
y 342 src/lib/rotate.c int x, y, dxh, dyh, dxv, dyv, i;
y 383 src/lib/rotate.c y = -(ddx * dyh + ddy * dyv);
y 394 src/lib/rotate.c y += ssy * _ROTATE_PREC_MAX;
y 412 src/lib/rotate.c y += _ROTATE_PREC_MAX;
y 424 src/lib/rotate.c y2 = y + h * dyv;
y 439 src/lib/rotate.c l = MAX(-MAX(y, y2) / dyh, -MAX(x, x2) / dxh);
y 440 src/lib/rotate.c r = MIN((h - MIN(y, y2)) / dyh, (w - MIN(x, x2)) / dxh);
y 445 src/lib/rotate.c l = MAX(-MAX(x, x2) / dxh, (h - MIN(y, y2)) / dyh);
y 446 src/lib/rotate.c r = MIN(-MAX(y, y2) / dyh, (w - MIN(x, x2)) / dxh);
y 460 src/lib/rotate.c l = MAX(-MAX(y, y2) / dyh, (w - MIN(x, x2)) / dxh);
y 461 src/lib/rotate.c r = MIN(-MAX(x, x2) / dxh, (h - MIN(y, y2)) / dyh);
y 466 src/lib/rotate.c l = MAX((h - MIN(y, y2)) / dyh, (w - MIN(x, x2)) / dxh);
y 467 src/lib/rotate.c r = MIN(-MAX(y, y2) / dyh, -MAX(x, x2) / dxh);
y 482 src/lib/rotate.c l = -MAX(y, y2) / dyh;
y 483 src/lib/rotate.c r = (h - MIN(y, y2)) / dyh;
y 488 src/lib/rotate.c l = (h - MIN(y, y2)) / dyh;
y 489 src/lib/rotate.c r = -MAX(y, y2) / dyh;
y 509 src/lib/rotate.c y = y2;
y 517 src/lib/rotate.c y += l * dyh;
y 521 src/lib/rotate.c y -= _ROTATE_PREC_MAX;
y 525 src/lib/rotate.c x, y, dxh, dyh, dxv, dyv);
y 529 src/lib/rotate.c x, y, dxh, dyh, dxv, dyv);
y 535 src/lib/rotate.c x, y, dxh, dyh, dxv, dyv);
y 542 src/lib/rotate.c y = y2;
y 21 src/lib/scale.c #define INV_YAP (256 - yapoints[dyy + y])
y 22 src/lib/scale.c #define YAP (yapoints[dyy + y])
y 287 src/lib/scale.c int x, y, end;
y 294 src/lib/scale.c for (y = 0; y < dh; y++)
y 297 src/lib/scale.c dptr = dest + dx + ((y + dy) * dow);
y 299 src/lib/scale.c sptr = ypoints[dyy + y];
y 314 src/lib/scale.c int x, y, end;
y 325 src/lib/scale.c for (y = 0; y < dh; y++)
y 328 src/lib/scale.c dptr = dest + dx + ((y + dy) * dow);
y 329 src/lib/scale.c sptr = ypoints[dyy + y];
y 340 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x];
y 368 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x];
y 395 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x];
y 428 src/lib/scale.c for (y = 0; y < dh; y++)
y 433 src/lib/scale.c dptr = dest + dx + ((y + dy) * dow);
y 436 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x];
y 460 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x] + 1;
y 506 src/lib/scale.c for (y = 0; y < dh; y++)
y 511 src/lib/scale.c dptr = dest + dx + ((y + dy) * dow);
y 512 src/lib/scale.c sptr = ypoints[dyy + y];
y 514 src/lib/scale.c yap = (ypoints[dyy + y + 1] - ypoints[dyy + y]) / sow;
y 577 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x];
y 611 src/lib/scale.c for (y = 0; y < dh; y++)
y 613 src/lib/scale.c dptr = dest + dx + ((y + dy) * dow);
y 619 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x];
y 643 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x] + sow;
y 689 src/lib/scale.c for (y = 0; y < dh; y++)
y 692 src/lib/scale.c dptr = dest + dx + ((y + dy) * dow);
y 693 src/lib/scale.c sptr = ypoints[dyy + y];
y 706 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x];
y 718 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x] + sow;
y 734 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x];
y 763 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x];
y 798 src/lib/scale.c for (y = 0; y < dh; y++)
y 803 src/lib/scale.c dptr = dest + dx + ((y + dy) * dow);
y 809 src/lib/scale.c sptr = ypoints[dyy + y] + xpoints[x];
y 914 src/lib/scale.c for (y = 0; y < dh; y++)
y 917 src/lib/scale.c (ypoints[dyy + y + 1] - ypoints[dyy + y]) / sow;
y 919 src/lib/scale.c dptr = dest + dx + ((y + dy) * dow);
y 920 src/lib/scale.c sptr = ypoints[dyy + y];
y 930 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x];
y 963 src/lib/scale.c int x, y, end;
y 974 src/lib/scale.c for (y = 0; y < dh; y++)
y 977 src/lib/scale.c dptr = dest + dx + ((y + dy) * dow);
y 978 src/lib/scale.c sptr = ypoints[dyy + y];
y 989 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x];
y 1012 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x];
y 1036 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x];
y 1066 src/lib/scale.c for (y = 0; y < dh; y++)
y 1071 src/lib/scale.c dptr = dest + dx + ((y + dy) * dow);
y 1074 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x];
y 1094 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x] + 1;
y 1133 src/lib/scale.c for (y = 0; y < dh; y++)
y 1138 src/lib/scale.c dptr = dest + dx + ((y + dy) * dow);
y 1139 src/lib/scale.c sptr = ypoints[dyy + y];
y 1141 src/lib/scale.c yap = (ypoints[dyy + y + 1] - ypoints[dyy + y]) / sow;
y 1197 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x];
y 1228 src/lib/scale.c for (y = 0; y < dh; y++)
y 1230 src/lib/scale.c dptr = dest + dx + ((y + dy) * dow);
y 1236 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x];
y 1256 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x] + sow;
y 1295 src/lib/scale.c for (y = 0; y < dh; y++)
y 1298 src/lib/scale.c dptr = dest + dx + ((y + dy) * dow);
y 1299 src/lib/scale.c sptr = ypoints[dyy + y];
y 1312 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x];
y 1322 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x] + sow;
y 1336 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x];
y 1362 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x];
y 1392 src/lib/scale.c for (y = 0; y < dh; y++)
y 1397 src/lib/scale.c dptr = dest + dx + ((y + dy) * dow);
y 1403 src/lib/scale.c sptr = ypoints[dyy + y] + xpoints[x];
y 1495 src/lib/scale.c for (y = 0; y < dh; y++)
y 1498 src/lib/scale.c (ypoints[dyy + y + 1] - ypoints[dyy + y]) / sow;
y 1500 src/lib/scale.c dptr = dest + dx + ((y + dy) * dow);
y 1501 src/lib/scale.c sptr = ypoints[dyy + y];
y 18 src/lib/updates.c #define T(x, y) t[((y) * tw) + (x)]
y 25 src/lib/updates.c int tw, th, x, y, i;
y 39 src/lib/updates.c for (i = 0, y = 0; y < th; y++)
y 47 src/lib/updates.c CLIP(uu->x, uu->y, uu->w, uu->h, 0, 0, w, h);
y 48 src/lib/updates.c for (y = uu->y >> TB; y <= ((uu->y + uu->h - 1) >> TB); y++)
y 51 src/lib/updates.c T(x, y).used = T_USED;
y 56 src/lib/updates.c for (y = 0; y < th; y++)
y 65 src/lib/updates.c if ((have) && (T(x, y).used == T_UNUSED))
y 71 src/lib/updates.c else if ((!have) && (gap) && (T(x, y).used & T_USED))
y 78 src/lib/updates.c else if (T(x, y).used & T_USED)
y 98 src/lib/updates.c T(x, y).used == T_UNUSED; T(x++, y).used = T_USED);
y 105 src/lib/updates.c for (y = 0; y < th; y++)
y 109 src/lib/updates.c if (T(x, y).used & T_USED)
y 114 src/lib/updates.c (T(xx, y).used & T_USED) && (xx < tw); xx++, ww++);
y 115 src/lib/updates.c for (yy = y + 1, hh = 1, ok = 1;
y 128 src/lib/updates.c for (yy = y; yy < (y + hh); yy++)
y 133 src/lib/updates.c nu = __imlib_AddUpdate(nu, (x << TB), (y << TB),
y 148 src/lib/updates.c if ((w < 1) || (h < 1) || ((x + w) < 1) || ((y + h) < 1))
y 152 src/lib/updates.c nu->y = y;
y 7 src/lib/updates.h int x, y, w, h;
y 133 src/modules/filters/filter_bumpmap.c double x = 0, y = 0, z = 30, d = 0x200;
y 147 src/modules/filters/filter_bumpmap.c ASSIGN_INT("y", y);
y 179 src/modules/filters/filter_bumpmap.c y2 = -y;
y 59 src/modules/filters/filter_colormod.c int x = 0, y = 0, h, w, i;
y 77 src/modules/filters/filter_colormod.c GET_INT(y, ptr);
y 221 src/modules/filters/filter_colormod.c imlib_apply_color_modifier_to_rectangle(x, y, w, h);
y 39 src/modules/filters/filter_test.c int x = 0, y = 0, w = 0, h = 0;
y 56 src/modules/filters/filter_test.c ASSIGN_INT("y", y);
y 79 src/modules/filters/filter_test.c imlib_blend_image_onto_image(anoim, 0, 0, 0, w, h, x, y, w, h);
y 58 src/modules/loaders/loader_argb.c int y, pl = 0;
y 68 src/modules/loaders/loader_argb.c for (y = 0; y < h; y++)
y 87 src/modules/loaders/loader_argb.c per = (char)((100 * y) / im->h);
y 89 src/modules/loaders/loader_argb.c (y == (im->h - 1)))
y 91 src/modules/loaders/loader_argb.c l = y - pl;
y 92 src/modules/loaders/loader_argb.c if (!progress(im, per, 0, (y - l), im->w, l))
y 98 src/modules/loaders/loader_argb.c pl = y;
y 112 src/modules/loaders/loader_argb.c int y, pl = 0, alpha = 0;
y 129 src/modules/loaders/loader_argb.c for (y = 0; y < im->h; y++)
y 149 src/modules/loaders/loader_argb.c per = (char)((100 * y) / im->h);
y 150 src/modules/loaders/loader_argb.c if (((per - pper) >= progress_granularity) || (y == (im->h - 1)))
y 152 src/modules/loaders/loader_argb.c l = y - pl;
y 153 src/modules/loaders/loader_argb.c if (!progress(im, per, 0, (y - l), im->w, l))
y 163 src/modules/loaders/loader_argb.c pl = y;
y 149 src/modules/loaders/loader_bmp.c unsigned short x, y;
y 338 src/modules/loaders/loader_bmp.c for (y = 0; y < h; y++)
y 358 src/modules/loaders/loader_bmp.c per = (char)((100 * y) / im->h);
y 360 src/modules/loaders/loader_bmp.c (y == (im->h - 1)))
y 362 src/modules/loaders/loader_bmp.c l = y - pl;
y 364 src/modules/loaders/loader_bmp.c (im, per, 0, im->h - y - 1, im->w,
y 365 src/modules/loaders/loader_bmp.c im->h - y + l))
y 371 src/modules/loaders/loader_bmp.c pl = y;
y 409 src/modules/loaders/loader_bmp.c y = 0;
y 445 src/modules/loaders/loader_bmp.c if (++y >= h) goto _bail;
y 446 src/modules/loaders/loader_bmp.c ptr = im->data + (h - y - 1) * w;
y 454 src/modules/loaders/loader_bmp.c y += buffer_ptr[1];
y 458 src/modules/loaders/loader_bmp.c if (y >= h) goto _bail;
y 459 src/modules/loaders/loader_bmp.c ptr = im->data + (h - y - 1) * w + x;
y 497 src/modules/loaders/loader_bmp.c per = (char)((100 * y) / im->h);
y 499 src/modules/loaders/loader_bmp.c (y == (im->h - 1)))
y 501 src/modules/loaders/loader_bmp.c l = y - pl;
y 503 src/modules/loaders/loader_bmp.c (im, per, 0, im->h - y - 1, im->w,
y 504 src/modules/loaders/loader_bmp.c im->h - y + l))
y 510 src/modules/loaders/loader_bmp.c pl = y;
y 519 src/modules/loaders/loader_bmp.c for (y = 0; y < h; y++)
y 539 src/modules/loaders/loader_bmp.c per = (char)((100 * y) / im->h);
y 541 src/modules/loaders/loader_bmp.c (y == (im->h - 1)))
y 543 src/modules/loaders/loader_bmp.c l = y - pl;
y 545 src/modules/loaders/loader_bmp.c (im, per, 0, im->h - y - 1, im->w,
y 546 src/modules/loaders/loader_bmp.c im->h - y + l))
y 552 src/modules/loaders/loader_bmp.c pl = y;
y 567 src/modules/loaders/loader_bmp.c y = 0;
y 589 src/modules/loaders/loader_bmp.c if (++y >= h) goto _bail;
y 590 src/modules/loaders/loader_bmp.c ptr = im->data + ((h - y - 1) * w) + x;
y 598 src/modules/loaders/loader_bmp.c y += buffer_ptr[1];
y 602 src/modules/loaders/loader_bmp.c if (y >= h) goto _bail;
y 603 src/modules/loaders/loader_bmp.c ptr = im->data + ((h - y - 1) * w) + x;
y 630 src/modules/loaders/loader_bmp.c per = (char)((100 * y) / im->h);
y 632 src/modules/loaders/loader_bmp.c (y == (im->h - 1)))
y 634 src/modules/loaders/loader_bmp.c l = y - pl;
y 636 src/modules/loaders/loader_bmp.c (im, per, 0, im->h - y - 1, im->w,
y 637 src/modules/loaders/loader_bmp.c im->h - y + l))
y 643 src/modules/loaders/loader_bmp.c pl = y;
y 650 src/modules/loaders/loader_bmp.c for (y = 0; y < h; y++)
y 667 src/modules/loaders/loader_bmp.c per = (char)((100 * y) / im->h);
y 669 src/modules/loaders/loader_bmp.c (y == (im->h - 1)))
y 671 src/modules/loaders/loader_bmp.c l = y - pl;
y 673 src/modules/loaders/loader_bmp.c (im, per, 0, im->h - y - 1, im->w,
y 674 src/modules/loaders/loader_bmp.c im->h - y + l))
y 680 src/modules/loaders/loader_bmp.c pl = y;
y 692 src/modules/loaders/loader_bmp.c for (y = 0; y < h; y++)
y 718 src/modules/loaders/loader_bmp.c per = (char)((100 * y) / im->h);
y 720 src/modules/loaders/loader_bmp.c (y == (im->h - 1)))
y 722 src/modules/loaders/loader_bmp.c l = y - pl;
y 724 src/modules/loaders/loader_bmp.c (im, per, 0, im->h - y - 1, im->w,
y 725 src/modules/loaders/loader_bmp.c im->h - y + l))
y 731 src/modules/loaders/loader_bmp.c pl = y;
y 741 src/modules/loaders/loader_bmp.c for (y = 0; y < h; y++)
y 757 src/modules/loaders/loader_bmp.c per = (char)((100 * y) / im->h);
y 759 src/modules/loaders/loader_bmp.c (y == (im->h - 1)))
y 761 src/modules/loaders/loader_bmp.c l = y - pl;
y 763 src/modules/loaders/loader_bmp.c (im, per, 0, im->h - y - 1, im->w,
y 764 src/modules/loaders/loader_bmp.c im->h - y + l))
y 770 src/modules/loaders/loader_bmp.c pl = y;
y 780 src/modules/loaders/loader_bmp.c for (y = 0; y < h; y++)
y 809 src/modules/loaders/loader_bmp.c per = (char)((100 * y) / im->h);
y 811 src/modules/loaders/loader_bmp.c (y == (im->h - 1)))
y 813 src/modules/loaders/loader_bmp.c l = y - pl;
y 815 src/modules/loaders/loader_bmp.c (im, per, 0, im->h - y - 1, im->w,
y 816 src/modules/loaders/loader_bmp.c im->h - y + l))
y 822 src/modules/loaders/loader_bmp.c pl = y;
y 93 src/modules/loaders/loader_jpeg.c int x, y, l, i, scans, count, prevy;
y 137 src/modules/loaders/loader_jpeg.c for (y = 0; y < scans; y++)
y 183 src/modules/loaders/loader_jpeg.c for (y = 0; y < scans; y++)
y 235 src/modules/loaders/loader_jpeg.c int y = 0, quality = 75, compression = 2;
y 319 src/modules/loaders/loader_jpeg.c y++;
y 325 src/modules/loaders/loader_jpeg.c per = (char)((100 * y) / im->h);
y 326 src/modules/loaders/loader_jpeg.c if (((per - pper) >= progress_granularity) || (y == (im->h - 1)))
y 328 src/modules/loaders/loader_jpeg.c l = y - pl;
y 329 src/modules/loaders/loader_jpeg.c if (!progress(im, per, 0, (y - l), im->w, l))
y 338 src/modules/loaders/loader_jpeg.c pl = y;
y 379 src/modules/loaders/loader_lbm.c int cancel, full, i, n, ok, y, z, gran, nexty, prevy;
y 473 src/modules/loaders/loader_lbm.c for (y = 0; y < im->h; y++) {
y 476 src/modules/loaders/loader_lbm.c deplane(im->data + im->w * y, im->w, &ilbm, plane);
y 479 src/modules/loaders/loader_lbm.c if (progress && (y >= nexty || y == im->h - 1)) {
y 480 src/modules/loaders/loader_lbm.c if (!progress(im, (char)((100 * (y + 1)) / im->h), 0, prevy, im->w, y + 1)) {
y 484 src/modules/loaders/loader_lbm.c prevy = y;
y 168 src/modules/loaders/loader_png.c int y, count, prevy, pass, number_passes, per,
y 177 src/modules/loaders/loader_png.c for (y = 0; y < h; y += nrows)
y 179 src/modules/loaders/loader_png.c png_read_rows(png_ptr, &lines[y], NULL, nrows);
y 181 src/modules/loaders/loader_png.c per = (((pass * h) + y) * 100) / (h * number_passes);
y 185 src/modules/loaders/loader_png.c if (!progress(im, per, 0, prevy, w, y - prevy + 1))
y 194 src/modules/loaders/loader_png.c prevy = y + 1;
y 197 src/modules/loaders/loader_png.c if (!progress(im, per, 0, prevy, w, y - prevy + 1))
y 241 src/modules/loaders/loader_png.c int x, y, j;
y 351 src/modules/loaders/loader_png.c for (y = 0; y < im->h; y++)
y 371 src/modules/loaders/loader_png.c per = 100 * (pass + y / (float) im->h) / num_passes;
y 374 src/modules/loaders/loader_png.c l = y - pl;
y 375 src/modules/loaders/loader_png.c if (!progress(im, per, 0, (y - l), im->w, l))
y 388 src/modules/loaders/loader_png.c pl = y;
y 128 src/modules/loaders/loader_pnm.c int i, j, x, y, pl = 0;
y 144 src/modules/loaders/loader_pnm.c for (y = 0; y < h; y++)
y 180 src/modules/loaders/loader_pnm.c per = (char)((100 * y) / im->h);
y 182 src/modules/loaders/loader_pnm.c || (y == (im->h - 1)))
y 184 src/modules/loaders/loader_pnm.c l = y - pl;
y 187 src/modules/loaders/loader_pnm.c if (y == (im->h - 1))
y 196 src/modules/loaders/loader_pnm.c pl = y;
y 212 src/modules/loaders/loader_pnm.c for (y = 0; y < h; y++)
y 269 src/modules/loaders/loader_pnm.c per = (char)((100 * y) / im->h);
y 271 src/modules/loaders/loader_pnm.c || (y == (im->h - 1)))
y 274 src/modules/loaders/loader_pnm.c l = y - pl;
y 277 src/modules/loaders/loader_pnm.c if (y == (im->h - 1))
y 288 src/modules/loaders/loader_pnm.c pl = y;
y 304 src/modules/loaders/loader_pnm.c for (y = 0; y < h; y++)
y 363 src/modules/loaders/loader_pnm.c per = (char)((100 * y) / im->h);
y 365 src/modules/loaders/loader_pnm.c || (y == (im->h - 1)))
y 367 src/modules/loaders/loader_pnm.c l = y - pl;
y 370 src/modules/loaders/loader_pnm.c if (y == (im->h - 1))
y 381 src/modules/loaders/loader_pnm.c pl = y;
y 419 src/modules/loaders/loader_pnm.c for (y = 0; y < h; y++)
y 456 src/modules/loaders/loader_pnm.c per = (char)((100 * y) / im->h);
y 458 src/modules/loaders/loader_pnm.c || (y == (im->h - 1)))
y 460 src/modules/loaders/loader_pnm.c l = y - pl;
y 463 src/modules/loaders/loader_pnm.c if (y == (im->h - 1))
y 474 src/modules/loaders/loader_pnm.c pl = y;
y 487 src/modules/loaders/loader_pnm.c for (y = 0; y < h; y++)
y 524 src/modules/loaders/loader_pnm.c per = (char)((100 * y) / im->h);
y 526 src/modules/loaders/loader_pnm.c || (y == (im->h - 1)))
y 528 src/modules/loaders/loader_pnm.c l = y - pl;
y 531 src/modules/loaders/loader_pnm.c if (y == (im->h - 1))
y 542 src/modules/loaders/loader_pnm.c pl = y;
y 555 src/modules/loaders/loader_pnm.c for (y = 0; y < h; y++)
y 584 src/modules/loaders/loader_pnm.c per = (char)((100 * y) / im->h);
y 586 src/modules/loaders/loader_pnm.c || (y == (im->h - 1)))
y 589 src/modules/loaders/loader_pnm.c if (y == (im->h - 1))
y 600 src/modules/loaders/loader_pnm.c pl = y;
y 613 src/modules/loaders/loader_pnm.c for (y = 0; y < h; y++)
y 653 src/modules/loaders/loader_pnm.c per = (char)((100 * y) / im->h);
y 655 src/modules/loaders/loader_pnm.c || (y == (im->h - 1)))
y 658 src/modules/loaders/loader_pnm.c if (y == (im->h - 1))
y 669 src/modules/loaders/loader_pnm.c pl = y;
y 694 src/modules/loaders/loader_pnm.c int x, y, pl = 0;
y 716 src/modules/loaders/loader_pnm.c for (y = 0; y < im->h; y++)
y 734 src/modules/loaders/loader_pnm.c per = (char)((100 * y) / im->h);
y 736 src/modules/loaders/loader_pnm.c || (y == (im->h - 1)))
y 738 src/modules/loaders/loader_pnm.c l = y - pl;
y 739 src/modules/loaders/loader_pnm.c if (!progress(im, per, 0, (y - l), im->w, l))
y 746 src/modules/loaders/loader_pnm.c pl = y;
y 763 src/modules/loaders/loader_pnm.c for (y = 0; y < im->h; y++)
y 780 src/modules/loaders/loader_pnm.c per = (char)((100 * y) / im->h);
y 782 src/modules/loaders/loader_pnm.c || (y == (im->h - 1)))
y 784 src/modules/loaders/loader_pnm.c l = y - pl;
y 785 src/modules/loaders/loader_pnm.c if (!progress(im, per, 0, (y - l), im->w, l))
y 792 src/modules/loaders/loader_pnm.c pl = y;
y 70 src/modules/loaders/loader_tga.c int y, pl = 0;
y 121 src/modules/loaders/loader_tga.c for (y = 0; y < im->h; y++)
y 153 src/modules/loaders/loader_tga.c per = (char)((100 * y) / im->h);
y 154 src/modules/loaders/loader_tga.c if (((per - pper) >= progress_granularity) || (y == (im->h - 1)))
y 156 src/modules/loaders/loader_tga.c l = y - pl;
y 157 src/modules/loaders/loader_tga.c if (!progress(im, per, 0, (y - l), im->w, l))
y 165 src/modules/loaders/loader_tga.c pl = y;
y 309 src/modules/loaders/loader_tga.c int y;
y 342 src/modules/loaders/loader_tga.c for (y = 0; y < im->h; y++) /* for each row */
y 349 src/modules/loaders/loader_tga.c dataptr = im->data + ((im->h - y - 1) * im->w);
y 351 src/modules/loaders/loader_tga.c dataptr = im->data + (y * im->w);
y 542 src/modules/loaders/loader_tga.c int x, y;
y 547 src/modules/loaders/loader_tga.c for (y = 0; y < (h / 2); y++)
y 34 src/modules/loaders/loader_tiff.c (*(((TIFFRGBAImage_Extra *) img)->put_contig)) (img, rast, x, y, w, h,
y 36 src/modules/loaders/loader_tiff.c raster((TIFFRGBAImage_Extra *) img, rast, x, y, w, h);
y 47 src/modules/loaders/loader_tiff.c (img, rast, x, y, w, h, fromskew, toskew, r, g, b, a);
y 48 src/modules/loaders/loader_tiff.c raster((TIFFRGBAImage_Extra *) img, rast, x, y, w, h);
y 66 src/modules/loaders/loader_tiff.c dy = h > y ? -1 : y - h;
y 75 src/modules/loaders/loader_tiff.c for (i = y, rast_offset = 0; i > dy; i--, rast_offset--)
y 102 src/modules/loaders/loader_tiff.c uint32 real_y = (image_height - 1) - y;
y 124 src/modules/loaders/loader_tiff.c (image_height - 1) - y, w, h);
y 284 src/modules/loaders/loader_tiff.c uint32 x, y;
y 398 src/modules/loaders/loader_tiff.c for (y = 0; y < im->h; y++)
y 403 src/modules/loaders/loader_tiff.c pixel = data[(y * im->w) + x];
y 426 src/modules/loaders/loader_tiff.c if (!TIFFWriteScanline(tif, buf, y, 0))
y 438 src/modules/loaders/loader_tiff.c per = (char)((100 * y) / im->h);
y 441 src/modules/loaders/loader_tiff.c l = y - pl;
y 442 src/modules/loaders/loader_tiff.c (*progress) (im, per, 0, (y - l), im->w, l);
y 444 src/modules/loaders/loader_tiff.c pl = y;