x 34 src/bin/imlib2_bumpmap.c int w, h, x, y; x 88 src/bin/imlib2_bumpmap.c x = -9999; x 105 src/bin/imlib2_bumpmap.c x = ev.xmotion.x; x 125 src/bin/imlib2_bumpmap.c ("bump_map_point(x=[],y=[],map="PACKAGE_DATA_DIR"/data/images/imlib2.png);", &x, &y); x 39 src/bin/imlib2_grab.c int x, y; x 124 src/bin/imlib2_grab.c XGetGeometry(disp, draw, &rr, &x, &y, &w, &h, &bw, &depth); x 132 src/bin/imlib2_grab.c draw, x, y, w, h, bw, depth); x 793 src/bin/imlib2_show.c int x, y, i, j; x 950 src/bin/imlib2_show.c x = -9999; x 954 src/bin/imlib2_show.c px = x; x 963 src/bin/imlib2_show.c ev.xexpose.x, x 977 src/bin/imlib2_show.c x = ev.xmotion.x; x 1050 src/bin/imlib2_show.c uu = imlib_image_draw_line(200, 200, x, y, 1); x 1154 src/bin/imlib2_show.c (double)x); x 1256 src/bin/imlib2_show.c cp = imlib_text_get_index_and_location(str, x - 50, y - 50, x 1277 src/bin/imlib2_show.c if ((px != x) || (py != y)) x 1291 src/bin/imlib2_show.c up = imlib_update_append_rect(up, x + (i * iw * 2), x 1300 src/bin/imlib2_show.c x + (i * iw * 2), x 1323 src/bin/imlib2_show.c if ((px != x) || (py != y)) x 102 src/bin/imlib2_test.c ev.xexpose.x, x 139 src/bin/imlib2_test.c mouse_x = ev.xmotion.x; x 41 src/bin/imlib2_view.c int x, y, onoff; x 60 src/bin/imlib2_view.c for (x = 0; x < image_width; x += 8) x 66 src/bin/imlib2_view.c imlib_image_fill_rectangle(x, y, 8, 8); x 152 src/bin/imlib2_view.c int x, y, b, count, fdsize, xfd, timeout = 0; x 166 src/bin/imlib2_view.c x = ev.xbutton.x; x 171 src/bin/imlib2_view.c zx = x; x 187 src/bin/imlib2_view.c x = ev.xbutton.x; x 240 src/bin/imlib2_view.c x = ev.xmotion.x; x 246 src/bin/imlib2_view.c zoom = ((double)x - (double)zx) / 32.0; x 159 src/lib/Imlib2.h EAPI void imlib_context_set_cliprect(int x, int y, int w, int h); x 189 src/lib/Imlib2.h EAPI void imlib_context_get_cliprect(int *x, int *y, int *w, int *h); x 230 src/lib/Imlib2.h EAPI void imlib_image_query_pixel(int x, int y, Imlib_Color * color_return); x 231 src/lib/Imlib2.h EAPI void imlib_image_query_pixel_hsva(int x, int y, float *hue, float *saturation, float *value, int *alpha); x 232 src/lib/Imlib2.h EAPI void imlib_image_query_pixel_hlsa(int x, int y, float *hue, float *lightness, float *saturation, int *alpha); x 233 src/lib/Imlib2.h EAPI void imlib_image_query_pixel_cmya(int x, int y, int *cyan, int *magenta, int *yellow, int *alpha); x 243 src/lib/Imlib2.h EAPI void imlib_render_image_on_drawable(int x, int y); x 244 src/lib/Imlib2.h EAPI void imlib_render_image_on_drawable_at_size(int x, int y, int width, x 249 src/lib/Imlib2.h int source_height, int x, x 268 src/lib/Imlib2.h EAPI Imlib_Image imlib_create_image_from_drawable(Pixmap mask, int x, int y, x 271 src/lib/Imlib2.h EAPI Imlib_Image imlib_create_image_from_ximage(XImage *image, XImage *mask, int x, int y, x 284 src/lib/Imlib2.h EAPI char imlib_copy_drawable_to_image(Pixmap mask, int x, int y, int width, x 289 src/lib/Imlib2.h EAPI Imlib_Image imlib_create_cropped_image(int x, int y, int width, x 299 src/lib/Imlib2.h EAPI Imlib_Updates imlib_update_append_rect(Imlib_Updates updates, int x, int y, x 309 src/lib/Imlib2.h EAPI void imlib_updates_set_coordinates(Imlib_Updates updates, int x, int y, x 311 src/lib/Imlib2.h EAPI void imlib_render_image_updates_on_drawable(Imlib_Updates updates, int x, x 337 src/lib/Imlib2.h EAPI void imlib_text_draw(int x, int y, const char *text); x 338 src/lib/Imlib2.h EAPI void imlib_text_draw_with_return_metrics(int x, int y, const char *text, x 352 src/lib/Imlib2.h EAPI int imlib_text_get_index_and_location(const char *text, int x, int y, x 388 src/lib/Imlib2.h EAPI void imlib_apply_color_modifier_to_rectangle(int x, int y, int width, x 392 src/lib/Imlib2.h EAPI Imlib_Updates imlib_image_draw_pixel(int x, int y, char make_updates); x 398 src/lib/Imlib2.h EAPI void imlib_image_draw_rectangle(int x, int y, int width, int height); x 399 src/lib/Imlib2.h EAPI void imlib_image_fill_rectangle(int x, int y, int width, int height); x 400 src/lib/Imlib2.h EAPI void imlib_image_copy_alpha_to_image(Imlib_Image image_source, int x, x 403 src/lib/Imlib2.h int x, int y, int width, x 407 src/lib/Imlib2.h EAPI void imlib_image_scroll_rect(int x, int y, int width, int height, x 409 src/lib/Imlib2.h EAPI void imlib_image_copy_rect(int x, int y, int width, int height, int new_x, x 415 src/lib/Imlib2.h EAPI void imlib_polygon_add_point(ImlibPolygon poly, int x, int y); x 420 src/lib/Imlib2.h EAPI unsigned char imlib_polygon_contains_point(ImlibPolygon poly, int x, x 431 src/lib/Imlib2.h EAPI void imlib_image_fill_color_range_rectangle(int x, int y, int width, x 433 src/lib/Imlib2.h EAPI void imlib_image_fill_hsva_color_range_rectangle(int x, int y, int width, x 200 src/lib/api.c context->cliprect.x = 0; x 300 src/lib/api.c ctx->cliprect.x = x; x 310 src/lib/api.c *x = ctx->cliprect.x; x 1819 src/lib/api.c im->h, x, y, im->w, im->h, 0, ctx->dither, ctx->blend, x 1849 src/lib/api.c im->h, x, y, width, height, ctx->anti_alias, x 1888 src/lib/api.c source_width, source_height, x, y, width, height, x 1962 src/lib/api.c ctx->cliprect.x, ctx->cliprect.y, x 2102 src/lib/api.c ctx->colormap, ctx->depth, x, y, width, x 2145 src/lib/api.c ctx->depth, x, y, width, height, need_to_grab_x); x 2185 src/lib/api.c int x, xx; x 2226 src/lib/api.c for (x = 0; x < rect_num; x++) x 2227 src/lib/api.c XFillRectangle(ctx->display, mask, mgc, rect[x].x, rect[x].y, x 2228 src/lib/api.c rect[x].width, rect[x].height); x 2233 src/lib/api.c for (x = 0; x < destination_width; x++) x 2235 src/lib/api.c xx = (source_width * x) / destination_width; x 2237 src/lib/api.c 1, source_height, x, 0); x 2239 src/lib/api.c XCopyArea(ctx->display, mask, m, mgc, xx, 0, 1, source_height, x, 0); x 2241 src/lib/api.c for (x = 0; x < destination_height; x++) x 2243 src/lib/api.c xx = (source_height * x) / destination_height; x 2244 src/lib/api.c XCopyArea(ctx->display, p, p, gc, 0, xx, destination_width, 1, 0, x); x 2247 src/lib/api.c x); x 2320 src/lib/api.c if (x < 0) x 2322 src/lib/api.c width += x; x 2323 src/lib/api.c pre_adj = x; x 2324 src/lib/api.c x = 0; x 2331 src/lib/api.c x -= destination_x - pre_adj; x 2361 src/lib/api.c ctx->colormap, ctx->depth, x, y, width, x 2448 src/lib/api.c __imlib_BlendImageToImage(im_old, im, 0, 0, 1, x, y, abs(width), x 2451 src/lib/api.c ctx->cliprect.x, ctx->cliprect.y, x 2456 src/lib/api.c __imlib_BlendImageToImage(im_old, im, 0, 0, 0, x, y, abs(width), x 2459 src/lib/api.c ctx->cliprect.x, ctx->cliprect.y, x 2510 src/lib/api.c ctx->cliprect.x, ctx->cliprect.y, x 2519 src/lib/api.c ctx->cliprect.x, ctx->cliprect.y, x 2561 src/lib/api.c return (Imlib_Updates) __imlib_AddUpdate(u, x, y, w, h); x 2658 src/lib/api.c *x_return = u->x; x 2685 src/lib/api.c u->x = x; x 2722 src/lib/api.c ctx->colormap, ctx->depth, u->x, u->y, u->w, u->h, x 2723 src/lib/api.c x + u->x, y + u->y, u->w, u->h, 0, ctx->dither, 0, x 3101 src/lib/api.c imlib_text_draw_with_return_metrics(x, y, text, NULL, NULL, NULL, NULL); x 3148 src/lib/api.c imlib_render_str(im, fn, x, y, text, (DATA8) ctx->color.red, x 3154 src/lib/api.c ctx->cliprect.x, ctx->cliprect.y, x 3401 src/lib/api.c xx = x; x 3405 src/lib/api.c xx = w - x; x 3410 src/lib/api.c yy = w - x; x 3414 src/lib/api.c yy = x; x 3867 src/lib/api.c if (x < 0) x 3869 src/lib/api.c width += x; x 3870 src/lib/api.c x = 0; x 3874 src/lib/api.c if ((x + width) > im->w) x 3875 src/lib/api.c width = (im->w - x); x 3894 src/lib/api.c __imlib_DataCmodApply(im->data + (y * im->w) + x, width, height, x 3918 src/lib/api.c return (Imlib_Updates) __imlib_Point_DrawToImage(x, y, color, im, x 3919 src/lib/api.c ctx->cliprect.x, x 3961 src/lib/api.c ctx->cliprect.x, x 3999 src/lib/api.c __imlib_Rectangle_DrawToImage(x, y, width, height, color, x 4000 src/lib/api.c im, ctx->cliprect.x, ctx->cliprect.y, x 4033 src/lib/api.c __imlib_Rectangle_FillToImage(x, y, width, height, color, x 4034 src/lib/api.c im, ctx->cliprect.x, ctx->cliprect.y, x 4069 src/lib/api.c __imlib_copy_alpha_data(im, im2, 0, 0, im->w, im->h, x, y); x 4108 src/lib/api.c __imlib_copy_alpha_data(im, im2, x, y, width, height, destination_x, x 4140 src/lib/api.c xx = x; x 4141 src/lib/api.c nx = x + delta_x; x 4146 src/lib/api.c xx = x - delta_x; x 4147 src/lib/api.c nx = x; x 4191 src/lib/api.c __imlib_copy_image_data(im, x, y, width, height, new_x, new_y); x 4267 src/lib/api.c __imlib_DrawGradient(im, x, y, width, height, x 4270 src/lib/api.c ctx->cliprect.x, ctx->cliprect.y, x 4305 src/lib/api.c __imlib_DrawHsvaGradient(im, x, y, width, height, x 4308 src/lib/api.c ctx->cliprect.x, ctx->cliprect.y, x 4334 src/lib/api.c if ((x < 0) || (x >= im->w) || (y < 0) || (y >= im->h)) x 4342 src/lib/api.c p = im->data + (im->w * y) + x; x 4375 src/lib/api.c if ((x < 0) || (x >= im->w) || (y < 0) || (y >= im->h)) x 4383 src/lib/api.c p = im->data + (im->w * y) + x; x 4418 src/lib/api.c if ((x < 0) || (x >= im->w) || (y < 0) || (y >= im->h)) x 4426 src/lib/api.c p = im->data + (im->w * y) + x; x 4461 src/lib/api.c if ((x < 0) || (x >= im->w) || (y < 0) || (y >= im->h)) x 4469 src/lib/api.c p = im->data + (im->w * y) + x; x 4666 src/lib/api.c int x, y, dx, dy, sz; x 4684 src/lib/api.c x = (int)(x1 * _ROTATE_PREC_MAX); x 4702 src/lib/api.c im_old->h, im->w, sz, sz, x, y, dx, dy, -dy, x 4707 src/lib/api.c im_old->h, im->w, sz, sz, x, y, dx, dy, -dy, dx); x 4712 src/lib/api.c im_old->h, im->w, sz, sz, x, y, dx, dy, -dy, dx); x 4723 src/lib/api.c int x, y, dx, dy, sz; x 4748 src/lib/api.c x = (int)(x1 * _ROTATE_PREC_MAX); x 4773 src/lib/api.c im_old->h, im->w, sz, sz, x, y, dx, dy, -dy, x 4778 src/lib/api.c im_old->h, im->w, sz, sz, x, y, dx, dy, -dy, dx); x 4783 src/lib/api.c im_old->h, im->w, sz, sz, x, y, dx, dy, -dy, dx); x 4837 src/lib/api.c ctx->cliprect.x, ctx->cliprect.y, x 4926 src/lib/api.c ctx->cliprect.x, ctx->cliprect.y, x 5192 src/lib/api.c __imlib_polygon_add_point((ImlibPoly) poly, x, y); x 5236 src/lib/api.c im, ctx->cliprect.x, ctx->cliprect.y, x 5266 src/lib/api.c im, ctx->cliprect.x, ctx->cliprect.y, x 5322 src/lib/api.c im, ctx->cliprect.x, ctx->cliprect.y, x 5359 src/lib/api.c im, ctx->cliprect.x, ctx->cliprect.y, x 5378 src/lib/api.c return __imlib_polygon_contains_point((ImlibPoly) poly, x, y); x 50 src/lib/blend.h ((x < (xx + ww)) && \ x 52 src/lib/blend.h ((x + w) > xx) && \ x 81 src/lib/colormod.c int x, y; x 90 src/lib/colormod.c for (x = 0; x < w; x++) x 105 src/lib/colormod.c for (x = 0; x < w; x++) x 38 src/lib/common.h if (x < (xx)) {w += (x - (xx)); x = (xx);} \ x 40 src/lib/common.h if ((x + w) > ((xx) + (ww))) {w = (ww) - (x - xx);} \ x 45 src/lib/common.h #define round(x) ((x)>=0?(int)((x)+0.5):(int)((x)-0.5)) x 15 src/lib/ellipse.c int xx, yy, x, y, prev_x, prev_y, ty, by, lx, rx; x 102 src/lib/ellipse.c x = xx >> 16; x 103 src/lib/ellipse.c x += ((xx - (x << 16)) >> 15); x 105 src/lib/ellipse.c if (prev_x != x) x 107 src/lib/ellipse.c prev_x = x; x 146 src/lib/ellipse.c int xx, yy, x, y, prev_x, prev_y, ty, by, lx, rx; x 255 src/lib/ellipse.c x = xx >> 16; x 257 src/lib/ellipse.c if (prev_x != x) x 259 src/lib/ellipse.c prev_x = x; x 267 src/lib/ellipse.c A_VAL(&col1) = (xx - (x << 16)) >> 8; x 280 src/lib/ellipse.c if (IN_RANGE(lx + 1, ty, clw, clh) && (x != y)) x 283 src/lib/ellipse.c if (IN_RANGE(rx - 1, ty, clw, clh) && (x != y)) x 290 src/lib/ellipse.c if (IN_RANGE(lx + 1, by, clw, clh) && (x != y)) x 293 src/lib/ellipse.c if (IN_RANGE(rx - 1, by, clw, clh) && (x != y)) x 319 src/lib/ellipse.c int xx, yy, x, y, prev_x, prev_y, ty, by, lx, rx; x 425 src/lib/ellipse.c x = xx >> 16; x 426 src/lib/ellipse.c x += ((xx - (x << 16)) >> 15); x 428 src/lib/ellipse.c if (prev_x != x) x 430 src/lib/ellipse.c prev_x = x; x 475 src/lib/ellipse.c int xx, yy, x, y, prev_x, prev_y, ty, by, lx, rx; x 587 src/lib/ellipse.c x = xx >> 16; x 589 src/lib/ellipse.c if (prev_x != x) x 591 src/lib/ellipse.c prev_x = x; x 617 src/lib/ellipse.c A_VAL(&col1) = ((xx - (x << 16)) >> 8); x 649 src/lib/ellipse.c int x, y, w, h; x 685 src/lib/ellipse.c x = xc - a - 1; x 691 src/lib/ellipse.c x--; x 695 src/lib/ellipse.c CLIP_RECT_TO_RECT(x, y, w, h, clx, cly, clw, clh); x 717 src/lib/ellipse.c int x, y, w, h; x 753 src/lib/ellipse.c x = xc - a - 1; x 759 src/lib/ellipse.c x--; x 763 src/lib/ellipse.c CLIP_RECT_TO_RECT(x, y, w, h, clx, cly, clw, clh); x 72 src/lib/filter.c if ((pix[i].xoff == x) && (pix[i].yoff == y)) x 101 src/lib/filter.c pix[i].xoff = x; x 159 src/lib/filter.c off = x + pix->xoff; x 179 src/lib/filter.c #define SATURATE(x) ((((x) | (!((x) >> 8) - 1)) & (~((x) >> 31))) & 0xff) x 187 src/lib/filter.c int x, y, a, r, g, b, ad, rd, gd, bd; x 204 src/lib/filter.c for (x = 0; x < im->w; x++) x 209 src/lib/filter.c a = __imlib_FilterGet(&fil->alpha, im->data, im->w, im->h, x, x 216 src/lib/filter.c r = __imlib_FilterGet(&fil->red, im->data, im->w, im->h, x, x 223 src/lib/filter.c g = __imlib_FilterGet(&fil->green, im->data, im->w, im->h, x, x 230 src/lib/filter.c b = __imlib_FilterGet(&fil->blue, im->data, im->w, im->h, x, x 335 src/lib/font_draw.c pen_x = x << 8; x 357 src/lib/font_draw.c pen_x += delta.x << 2; x 445 src/lib/font_draw.c pen_x += fg->glyph->advance.x >> 8; x 450 src/lib/font_draw.c *nextx = (pen_x >> 8) - x; x 54 src/lib/font_query.c pen_x += delta.x << 2; x 69 src/lib/font_query.c pen_x += fg->glyph->advance.x >> 8; x 135 src/lib/font_query.c pen_x += delta.x << 2; x 145 src/lib/font_query.c pen_x += fg->glyph->advance.x >> 8; x 193 src/lib/font_query.c kern = delta.x << 2; x 209 src/lib/font_query.c advw = ((fg->glyph->advance.x + (kern << 8)) >> 16); x 231 src/lib/font_query.c pen_x += fg->glyph->advance.x >> 8; x 276 src/lib/font_query.c kern = delta.x << 2; x 292 src/lib/font_query.c advw = ((fg->glyph->advance.x + (kern << 8)) >> 16); x 301 src/lib/font_query.c if ((x >= chr_x) && (x <= (chr_x + chr_w)) && (y > -asc) && (y < desc)) x 314 src/lib/font_query.c pen_x += fg->glyph->advance.x >> 8; x 41 src/lib/grab.c origx = x; x 59 src/lib/grab.c #define SWAP32(x) (x) = \ x 60 src/lib/grab.c ((((int)(x) & 0x000000ff ) << 24) |\ x 61 src/lib/grab.c (((int)(x) & 0x0000ff00 ) << 8) |\ x 62 src/lib/grab.c (((int)(x) & 0x00ff0000 ) >> 8) |\ x 63 src/lib/grab.c (((int)(x) & 0xff000000 ) >> 24)) x 64 src/lib/grab.c #define SWAP16(x) (x) = \ x 65 src/lib/grab.c ((((short)(x) & 0x00ff ) << 8) |\ x 66 src/lib/grab.c (((short)(x) & 0xff00 ) >> 8)) x 94 src/lib/grab.c for (x = 0; x < w; x++) x 108 src/lib/grab.c for (x = 0; x < w; x++) x 135 src/lib/grab.c for (x = 0; x < w; x++) x 137 src/lib/grab.c pixel = XGetPixel(xim, x, y); x 141 src/lib/grab.c if (XGetPixel(mxim, x, y)) x 152 src/lib/grab.c for (x = 0; x < w; x++) x 154 src/lib/grab.c pixel = XGetPixel(xim, x, y); x 176 src/lib/grab.c #define MP(x, y) ((XGetPixel(mxim, (x), (y))) ? 0xff000000 : 0) x 194 src/lib/grab.c for (x = 0; x < (w - 1); x += 2) x 197 src/lib/grab.c *ptr++ = MP(x + 1, y) | P2(*src); x 198 src/lib/grab.c *ptr++ = MP(x, y) | P1(*src); x 200 src/lib/grab.c *ptr++ = MP(x, y) | P1(*src); x 201 src/lib/grab.c *ptr++ = MP(x + 1, y) | P2(*src); x 205 src/lib/grab.c if (x == (w - 1)) x 207 src/lib/grab.c pixel = XGetPixel(xim, x, y); x 208 src/lib/grab.c *ptr++ = MP(x, y) | P1(pixel); x 220 src/lib/grab.c for (x = 0; x < (w - 1); x += 2) x 223 src/lib/grab.c *ptr++ = MP(x + 1, y) | P2(*src); x 224 src/lib/grab.c *ptr++ = MP(x, y) | P1(*src); x 226 src/lib/grab.c *ptr++ = MP(x, y) | P1(*src); x 227 src/lib/grab.c *ptr++ = MP(x + 1, y) | P2(*src); x 231 src/lib/grab.c if (x == (w - 1)) x 233 src/lib/grab.c pixel = XGetPixel(xim, x, y); x 234 src/lib/grab.c *ptr++ = MP(x, y) | P1(pixel); x 252 src/lib/grab.c #define MP(x, y) ((XGetPixel(mxim, (x), (y))) ? 0xff000000 : 0) x 270 src/lib/grab.c for (x = 0; x < (w - 1); x += 2) x 273 src/lib/grab.c *ptr++ = MP(x + 1, y) | P2(*src); x 274 src/lib/grab.c *ptr++ = MP(x, y) | P1(*src); x 276 src/lib/grab.c *ptr++ = MP(x, y) | P1(*src); x 277 src/lib/grab.c *ptr++ = MP(x + 1, y) | P2(*src); x 281 src/lib/grab.c if (x == (w - 1)) x 283 src/lib/grab.c pixel = XGetPixel(xim, x, y); x 284 src/lib/grab.c *ptr++ = MP(x, y) | P1(pixel); x 296 src/lib/grab.c for (x = 0; x < (w - 1); x += 2) x 299 src/lib/grab.c *ptr++ = MP(x + 1, y) | P2(*src); x 300 src/lib/grab.c *ptr++ = MP(x, y) | P1(*src); x 302 src/lib/grab.c *ptr++ = MP(x, y) | P1(*src); x 303 src/lib/grab.c *ptr++ = MP(x + 1, y) | P2(*src); x 307 src/lib/grab.c if (x == (w - 1)) x 309 src/lib/grab.c pixel = XGetPixel(xim, x, y); x 310 src/lib/grab.c *ptr++ = MP(x, y) | P1(pixel); x 323 src/lib/grab.c for (x = 0; x < w; x++) x 325 src/lib/grab.c pixel = XGetPixel(xim, x, y); x 329 src/lib/grab.c if (XGetPixel(mxim, x, y)) x 340 src/lib/grab.c for (x = 0; x < w; x++) x 342 src/lib/grab.c pixel = XGetPixel(xim, x, y); x 358 src/lib/grab.c for (x = 0; x < w; x++) x 360 src/lib/grab.c pixel = XGetPixel(xim, x, y) & 0x00ffffff; x 361 src/lib/grab.c if (XGetPixel(mxim, x, y)) x 372 src/lib/grab.c for (x = 0; x < w; x++) x 374 src/lib/grab.c pixel = XGetPixel(xim, x, y); x 390 src/lib/grab.c for (x = 0; x < w; x++) x 394 src/lib/grab.c if (XGetPixel(mxim, x, y)) x 407 src/lib/grab.c for (x = 0; x < w; x++) x 425 src/lib/grab.c for (x = 0; x < w; x++) x 428 src/lib/grab.c if (XGetPixel(mxim, x, y)) x 441 src/lib/grab.c for (x = 0; x < w; x++) x 459 src/lib/grab.c for (x = 0; x < w; x++) x 462 src/lib/grab.c if (!XGetPixel(mxim, x, y)) x 475 src/lib/grab.c for (x = 0; x < w; x++) x 491 src/lib/grab.c for (x = 0; x < w; x++) x 494 src/lib/grab.c if (!XGetPixel(mxim, x, y)) x 506 src/lib/grab.c for (x = 0; x < w; x++) x 586 src/lib/grab.c width = src_w - x; x 595 src/lib/grab.c if ((src_x + x + width) > ratt.width) x 596 src/lib/grab.c width = ratt.width - (src_x + x); x 600 src/lib/grab.c if (x < 0) x 602 src/lib/grab.c clipx = -x; x 603 src/lib/grab.c width += x; x 604 src/lib/grab.c x = 0; x 614 src/lib/grab.c if ((src_x + x) < 0) x 616 src/lib/grab.c clipx -= (src_x + x); x 617 src/lib/grab.c width += (src_x + x); x 618 src/lib/grab.c x = -src_x; x 644 src/lib/grab.c (r[0].x == 0) && (r[0].y == 0) && x 658 src/lib/grab.c r[i].x - x, r[i].y - y, x 704 src/lib/grab.c XShmGetImage(d, p, xim, x, y, 0xffffffff); x 724 src/lib/grab.c xim = XGetImage(d, p, x, y, w, h, 0xffffffff, ZPixmap); x 837 src/lib/grab.c d, xim, mxim, v, xatt.depth, x, y, w, h, 0); x 243 src/lib/grad.c if (x < 0) x 245 src/lib/grad.c w += x; x 246 src/lib/grad.c xoff = -x; x 247 src/lib/grad.c x = 0; x 251 src/lib/grad.c if ((x + w) > im->w) x 252 src/lib/grad.c w = (im->w - x); x 272 src/lib/grad.c px = x; x 274 src/lib/grad.c CLIP_TO(x, y, w, h, clx, cly, clw, clh); x 277 src/lib/grad.c xoff += (x - px); x 321 src/lib/grad.c p = im->data + (y * im->w) + x; x 436 src/lib/grad.c if (x < 0) x 438 src/lib/grad.c w += x; x 439 src/lib/grad.c xoff = -x; x 440 src/lib/grad.c x = 0; x 444 src/lib/grad.c if ((x + w) > im->w) x 445 src/lib/grad.c w = (im->w - x); x 465 src/lib/grad.c px = x; x 467 src/lib/grad.c CLIP_TO(x, y, w, h, clx, cly, clw, clh); x 470 src/lib/grad.c xoff += (x - px); x 514 src/lib/grad.c p = im->data + (y * im->w) + x; x 30 src/lib/line.c if (!IN_RANGE(x, y, im->w, im->h)) x 39 src/lib/line.c if (!IN_RECT(x, y, clx, cly, clw, clh)) x 49 src/lib/line.c pfunc(color, im->data + (im->w * y) + x); x 51 src/lib/line.c return __imlib_AddUpdate(NULL, x, y, 1, 1); x 273 src/lib/line.c x = -px; px = 0; \ x 274 src/lib/line.c yy = x * dyy; \ x 292 src/lib/line.c x = xx >> 16; \ x 294 src/lib/line.c x += (xx - (x << 16)) >> 15; \ x 295 src/lib/line.c px += x; \ x 298 src/lib/line.c yy = x * dyy; \ x 311 src/lib/line.c x = px - x0; \ x 312 src/lib/line.c yy = x * dyy; \ x 348 src/lib/line.c x = xx >> 16; \ x 350 src/lib/line.c x += (xx - (x << 16)) >> 15; \ x 351 src/lib/line.c px += x; \ x 358 src/lib/line.c x = 0; \ x 360 src/lib/line.c x = (-1 - px); \ x 362 src/lib/line.c x = (clw - 1 - px); \ x 364 src/lib/line.c yy = x * dyy; \ x 372 src/lib/line.c x = xx >> 16; \ x 374 src/lib/line.c x += (xx - (x << 16)) >> 15; \ x 375 src/lib/line.c px += x; \ x 399 src/lib/line.c int px, py, x, y, prev_x, prev_y; x 476 src/lib/line.c x = (xx >> 16); x 477 src/lib/line.c x += ((xx - (x << 16)) >> 15); x 478 src/lib/line.c if (prev_x != x) x 480 src/lib/line.c prev_x = x; x 514 src/lib/line.c int px, py, x, y, prev_x, prev_y; x 611 src/lib/line.c x = (xx >> 16); x 612 src/lib/line.c if (prev_x != x) x 614 src/lib/line.c prev_x = x; x 629 src/lib/line.c aa = (xx - (x << 16)) >> 8; x 31 src/lib/polygon.c poly->lx = poly->rx = x; x 47 src/lib/polygon.c if (x < poly->lx) x 48 src/lib/polygon.c poly->lx = x; x 49 src/lib/polygon.c if (poly->rx < x) x 50 src/lib/polygon.c poly->rx = x; x 57 src/lib/polygon.c poly->points[poly->pointcount - 1].x = x; x 158 src/lib/polygon.c out_x = poly->points[0].x; x 163 src/lib/polygon.c out_x = MAX(out_x, poly->points[i].x); x 171 src/lib/polygon.c curr_x = poly->points[cx].x; x 173 src/lib/polygon.c next_x = poly->points[nx].x; x 176 src/lib/polygon.c if (__imlib_point_on_segment(x, y, curr_x, curr_y, next_x, next_y)) x 183 src/lib/polygon.c (curr_x, curr_y, next_x, next_y, x, y, out_x, out_y)) x 188 src/lib/polygon.c (next_x, next_y, x, y, out_x, out_y)) x 195 src/lib/polygon.c (curr_x, curr_y, x, y, out_x, out_y) x 320 src/lib/polygon.c dx = (v1->x) - (v0->x); \ x 328 src/lib/polygon.c if ((v1->x) < (v0->x)) \ x 334 src/lib/polygon.c ne->xx = (v0->x) << 16; \ x 341 src/lib/polygon.c ne->xx = ((ne->dxx) * (y - (v0->y))) + ((v0->x) << 16); \ x 374 src/lib/polygon.c elx = e->v0->x; \ x 375 src/lib/polygon.c erx = e->v1->x; \ x 559 src/lib/polygon.c if ((e_lx < e->v0->x) && (e->dxx > 0)) x 560 src/lib/polygon.c e_lx = e->v0->x; x 561 src/lib/polygon.c if ((e_rx > e->v0->x) && (e->dxx < 0)) x 562 src/lib/polygon.c e_rx = e->v0->x; x 582 src/lib/polygon.c lx = e->v1->x; x 596 src/lib/polygon.c int x, ey, eyy; x 599 src/lib/polygon.c x = e_lx; x 601 src/lib/polygon.c x = e_rx; x 603 src/lib/polygon.c eyy = ((e->v0->y) << 16) + (x - (e->v0->x)) * (e->dyy); x 609 src/lib/polygon.c if (x < x0) x 610 src/lib/polygon.c x0 = x; x 613 src/lib/polygon.c if ((ey == y) && IN_SEGMENT(x, clx, clw)) x 614 src/lib/polygon.c *(s0 + x) = 255; x 618 src/lib/polygon.c x++; x 620 src/lib/polygon.c if (x > x1) x 621 src/lib/polygon.c x1 = x; x 625 src/lib/polygon.c if (x < nx0) x 626 src/lib/polygon.c nx0 = x; x 627 src/lib/polygon.c rx = e->v1->x; x 628 src/lib/polygon.c while ((ey == (y + 1)) && (x <= rx)) x 630 src/lib/polygon.c if (IN_SEGMENT(x, clx, clw)) x 631 src/lib/polygon.c *(s1 + x) = 255; x 635 src/lib/polygon.c x++; x 637 src/lib/polygon.c if (x > nx1) x 638 src/lib/polygon.c nx1 = x; x 643 src/lib/polygon.c if (x > x1) x 644 src/lib/polygon.c x1 = x; x 647 src/lib/polygon.c if ((ey == y) && IN_SEGMENT(x, clx, clw)) x 648 src/lib/polygon.c *(s0 + x) = 255; x 652 src/lib/polygon.c x--; x 654 src/lib/polygon.c if (x < x0) x 655 src/lib/polygon.c x0 = x; x 659 src/lib/polygon.c if (x > nx1) x 660 src/lib/polygon.c nx1 = x; x 661 src/lib/polygon.c lx = e->v1->x; x 662 src/lib/polygon.c while ((ey == (y + 1)) && (x >= lx)) x 664 src/lib/polygon.c if (IN_SEGMENT(x, clx, clw)) x 665 src/lib/polygon.c *(s1 + x) = 255; x 669 src/lib/polygon.c x--; x 671 src/lib/polygon.c if (x < nx0) x 672 src/lib/polygon.c nx0 = x; x 802 src/lib/polygon.c if ((e_lx < e->v0->x) && (e->dxx > 0)) x 803 src/lib/polygon.c e_lx = e->v0->x; x 804 src/lib/polygon.c if ((e_rx > e->v0->x) && (e->dxx < 0)) x 805 src/lib/polygon.c e_rx = e->v0->x; x 858 src/lib/polygon.c int x, ey, eyy; x 861 src/lib/polygon.c x = e_lx; x 863 src/lib/polygon.c x = e_rx; x 865 src/lib/polygon.c eyy = ((e->v0->y) << 16) + (x - (e->v0->x)) * (e->dyy); x 870 src/lib/polygon.c if (x < x0) x 871 src/lib/polygon.c x0 = x; x 877 src/lib/polygon.c if ((ey == prev_y) && IN_SEGMENT(x, clx, clw)) x 880 src/lib/polygon.c ps = s0 + x; x 885 src/lib/polygon.c x++; x 887 src/lib/polygon.c lx = x; x 893 src/lib/polygon.c if (IN_SEGMENT(x, clx, clw)) x 896 src/lib/polygon.c ps = s0 + x; x 901 src/lib/polygon.c x++; x 903 src/lib/polygon.c if (x > x1) x 904 src/lib/polygon.c x1 = x; x 908 src/lib/polygon.c x = lx; x 909 src/lib/polygon.c if (x < nx0) x 910 src/lib/polygon.c nx0 = x; x 911 src/lib/polygon.c rx = e->v1->x; x 913 src/lib/polygon.c ((e->v0->y) << 16) + (x - x 914 src/lib/polygon.c (e->v0->x)) * (e->dyy); x 916 src/lib/polygon.c while ((ey == y) && (x <= rx)) x 921 src/lib/polygon.c if (IN_SEGMENT(x, clx, clw)) x 924 src/lib/polygon.c ps = s1 + x; x 929 src/lib/polygon.c x++; x 931 src/lib/polygon.c if (x > nx1) x 932 src/lib/polygon.c nx1 = x; x 937 src/lib/polygon.c if (x > x1) x 938 src/lib/polygon.c x1 = x; x 944 src/lib/polygon.c if ((ey == prev_y) && IN_SEGMENT(x, clx, clw)) x 947 src/lib/polygon.c ps = s0 + x; x 952 src/lib/polygon.c x--; x 954 src/lib/polygon.c rx = x; x 960 src/lib/polygon.c if (IN_SEGMENT(x, clx, clw)) x 963 src/lib/polygon.c ps = s0 + x; x 968 src/lib/polygon.c x--; x 970 src/lib/polygon.c if (x < x0) x 971 src/lib/polygon.c x0 = x; x 975 src/lib/polygon.c x = rx; x 976 src/lib/polygon.c if (x > nx1) x 977 src/lib/polygon.c nx1 = x; x 978 src/lib/polygon.c lx = e->v1->x; x 980 src/lib/polygon.c ((e->v0->y) << 16) + (x - (e->v0->x)) * (e->dyy); x 982 src/lib/polygon.c while ((ey == y) && (x >= lx)) x 987 src/lib/polygon.c if (IN_SEGMENT(x, clx, clw)) x 990 src/lib/polygon.c ps = s1 + x; x 995 src/lib/polygon.c x--; x 997 src/lib/polygon.c if (x < nx0) x 998 src/lib/polygon.c nx0 = x; x 1062 src/lib/polygon.c (void)__imlib_Point_DrawToImage(poly->points[0].x, poly->points[0].y, x 1069 src/lib/polygon.c (void)__imlib_Line_DrawToImage(poly->points[0].x, poly->points[0].y, x 1070 src/lib/polygon.c poly->points[1].x, poly->points[1].y, x 1193 src/lib/polygon.c if ((le_lx < le->v0->x) && (le->dxx > 0)) x 1194 src/lib/polygon.c le_lx = le->v0->x; x 1196 src/lib/polygon.c if ((re_rx > re->v0->x) && (re->dxx < 0)) x 1197 src/lib/polygon.c re_rx = re->v0->x; x 1210 src/lib/polygon.c lx = le->v1->x; x 1222 src/lib/polygon.c int x, ey, eyy; x 1224 src/lib/polygon.c x = le_lx; x 1225 src/lib/polygon.c eyy = ((le->v0->y) << 16) + (x - (le->v0->x)) * (le->dyy); x 1236 src/lib/polygon.c x++; x 1238 src/lib/polygon.c le_rx = x; x 1239 src/lib/polygon.c if (x < x0) x 1240 src/lib/polygon.c x0 = x; x 1244 src/lib/polygon.c if (x < nx0) x 1245 src/lib/polygon.c nx0 = x; x 1246 src/lib/polygon.c rx = le->v1->x; x 1247 src/lib/polygon.c while ((ey <= (y + 1)) && (x <= rx)) x 1250 src/lib/polygon.c && IN_SEGMENT(x, clx, clw)) x 1251 src/lib/polygon.c *(s1 + x) = 255; x 1255 src/lib/polygon.c x++; x 1257 src/lib/polygon.c if (x > nx1) x 1258 src/lib/polygon.c nx1 = x; x 1268 src/lib/polygon.c x++; x 1270 src/lib/polygon.c le_rx = x; x 1271 src/lib/polygon.c if (x < x0) x 1272 src/lib/polygon.c x0 = x; x 1305 src/lib/polygon.c rx = re->v1->x; x 1317 src/lib/polygon.c int x, ey, eyy; x 1319 src/lib/polygon.c x = re_rx; x 1320 src/lib/polygon.c eyy = ((re->v0->y) << 16) + (x - (re->v0->x)) * (re->dyy); x 1331 src/lib/polygon.c x--; x 1333 src/lib/polygon.c re_lx = x; x 1334 src/lib/polygon.c if (x > x1) x 1335 src/lib/polygon.c x1 = x; x 1344 src/lib/polygon.c x--; x 1346 src/lib/polygon.c re_lx = x; x 1347 src/lib/polygon.c if (x > x1) x 1348 src/lib/polygon.c x1 = x; x 1352 src/lib/polygon.c if (x > nx1) x 1353 src/lib/polygon.c nx1 = x; x 1354 src/lib/polygon.c lx = re->v1->x; x 1355 src/lib/polygon.c while ((ey <= (y + 1)) && (x >= lx)) x 1357 src/lib/polygon.c if ((ey == (y + 1)) && IN_SEGMENT(x, clx, clw)) x 1358 src/lib/polygon.c *(s1 + x) = 255; x 1362 src/lib/polygon.c x--; x 1364 src/lib/polygon.c if (x < nx0) x 1365 src/lib/polygon.c nx0 = x; x 1513 src/lib/polygon.c if ((le_lx < le->v0->x) && (le->dxx > 0)) x 1514 src/lib/polygon.c le_lx = le->v0->x; x 1516 src/lib/polygon.c if ((re_rx > re->v0->x) && (re->dxx < 0)) x 1517 src/lib/polygon.c re_rx = re->v0->x; x 1555 src/lib/polygon.c int x, ey, eyy; x 1559 src/lib/polygon.c x = le_lx; x 1560 src/lib/polygon.c eyy = ((le->v0->y) << 16) + (x - (le->v0->x)) * (le->dyy); x 1570 src/lib/polygon.c if ((ey == prev_y) && IN_SEGMENT(x, clx, clw)) x 1573 src/lib/polygon.c ps = s0 + x; x 1578 src/lib/polygon.c x++; x 1580 src/lib/polygon.c le_rx = x; x 1584 src/lib/polygon.c if (x < nx0) x 1585 src/lib/polygon.c nx0 = x; x 1586 src/lib/polygon.c rx = le->v1->x; x 1587 src/lib/polygon.c while ((ey == y) && (x <= rx)) x 1592 src/lib/polygon.c if (IN_SEGMENT(x, clx, clw)) x 1595 src/lib/polygon.c ps = s1 + x; x 1600 src/lib/polygon.c x++; x 1611 src/lib/polygon.c if ((ey == y) && IN_SEGMENT(x, clx, clw)) x 1614 src/lib/polygon.c ps = s0 + x; x 1619 src/lib/polygon.c x++; x 1621 src/lib/polygon.c le_rx = x; x 1679 src/lib/polygon.c int x, ey, eyy; x 1683 src/lib/polygon.c x = re_rx; x 1684 src/lib/polygon.c eyy = ((re->v0->y) << 16) + (x - (re->v0->x)) * (re->dyy); x 1694 src/lib/polygon.c if ((ey == y) && IN_SEGMENT(x, clx, clw)) x 1697 src/lib/polygon.c ps = s0 + x; x 1702 src/lib/polygon.c x--; x 1704 src/lib/polygon.c re_lx = x; x 1713 src/lib/polygon.c if ((ey == prev_y) && IN_SEGMENT(x, clx, clw)) x 1716 src/lib/polygon.c ps = s0 + x; x 1721 src/lib/polygon.c x--; x 1723 src/lib/polygon.c re_lx = x; x 1727 src/lib/polygon.c if (x > nx1) x 1728 src/lib/polygon.c nx1 = x; x 1729 src/lib/polygon.c lx = re->v1->x; x 1730 src/lib/polygon.c while ((ey == y) && (x >= lx)) x 1735 src/lib/polygon.c if (IN_SEGMENT(x, clx, clw)) x 1738 src/lib/polygon.c ps = s1 + x; x 1743 src/lib/polygon.c x--; x 1817 src/lib/polygon.c (void)__imlib_Point_DrawToImage(poly->points[0].x, poly->points[0].y, x 1824 src/lib/polygon.c (void)__imlib_Line_DrawToImage(poly->points[0].x, poly->points[0].y, x 1825 src/lib/polygon.c poly->points[1].x, poly->points[1].y, x 28 src/lib/rectangle.c x -= clx; x 31 src/lib/rectangle.c x0 = x; x 32 src/lib/rectangle.c x1 = x + rw - 1; x 65 src/lib/rectangle.c if (x >= 0) x 67 src/lib/rectangle.c p = dst + (dstw * y0) + x; x 74 src/lib/rectangle.c if ((x + rw) <= clw) x 77 src/lib/rectangle.c p = dst + (dstw * y0) + x + rw - 1; x 101 src/lib/rectangle.c x -= clx; x 104 src/lib/rectangle.c CLIP_RECT_TO_RECT(x, y, rw, rh, 0, 0, clw, clh); x 108 src/lib/rectangle.c p = dst + (dstw * y) + x; x 125 src/lib/rectangle.c (void)__imlib_Line_DrawToImage(x, y, x + w - 1, y + h - 1, color, x 144 src/lib/rectangle.c CLIP_RECT_TO_RECT(clx, cly, clw, clh, x, y, w, h); x 151 src/lib/rectangle.c __imlib_Rectangle_DrawToData(x, y, w, h, color, x 165 src/lib/rectangle.c (void)__imlib_Line_DrawToImage(x, y, x + w - 1, y + h - 1, color, x 184 src/lib/rectangle.c CLIP_RECT_TO_RECT(clx, cly, clw, clh, x, y, w, h); x 191 src/lib/rectangle.c __imlib_Rectangle_FillToData(x, y, w, h, color, x 147 src/lib/rend.c unsigned int x, y, r, g, b, val, hh; x 166 src/lib/rend.c for (x = dx; x < w; x++) x 172 src/lib/rend.c if (val > _dither_88[x & 0x3][y & 0x3]) x 176 src/lib/rend.c XPutPixel(xim, x, y, val); x 215 src/lib/rend.c for (x = dx; x < w; x++) x 232 src/lib/rend.c XPutPixel(xim, x, y, val); x 1003 src/lib/rgba.c (_dither_r16[(((x + num) & 0x3) << 10) | ((y & 0x3) << 8) | ((src[num] >> 16 ) & 0xff)]) x 1005 src/lib/rgba.c (_dither_g16[(((x + num) & 0x3) << 10) | ((y & 0x3) << 8) | ((src[num] >> 8 ) & 0xff)]) x 1007 src/lib/rgba.c (_dither_b16[(((x + num) & 0x3) << 10) | ((y & 0x3) << 8) | ((src[num] >> 0 ) & 0xff)]) x 1068 src/lib/rgba.c (_dither_r16[(((x + num) & 0x3) << 10) | ((y & 0x3) << 8) | ((src[num] >> 0 ) & 0xff)]) x 1070 src/lib/rgba.c (_dither_g16[(((x + num) & 0x3) << 10) | ((y & 0x3) << 8) | ((src[num] >> 8 ) & 0xff)]) x 1072 src/lib/rgba.c (_dither_b16[(((x + num) & 0x3) << 10) | ((y & 0x3) << 8) | ((src[num] >> 16) & 0xff)]) x 1139 src/lib/rgba.c (_dither_r16[(((x + num) & 0x3) << 10) | ((y & 0x3) << 8) | ((src[num] >> 16 ) & 0xff)]) x 1141 src/lib/rgba.c (_dither_g16[(((x + num) & 0x3) << 10) | ((y & 0x3) << 8) | ((src[num] >> 8 ) & 0xff)]) x 1143 src/lib/rgba.c (_dither_b16[(((x + num) & 0x3) << 10) | ((y & 0x3) << 8) | ((src[num] >> 0 ) & 0xff)]) x 1205 src/lib/rgba.c (_dither_r16[(((x + num) & 0x3) << 10) | ((y & 0x3) << 8) | ((src[num] >> 0 ) & 0xff)]) x 1207 src/lib/rgba.c (_dither_g16[(((x + num) & 0x3) << 10) | ((y & 0x3) << 8) | ((src[num] >> 8 ) & 0xff)]) x 1209 src/lib/rgba.c (_dither_b16[(((x + num) & 0x3) << 10) | ((y & 0x3) << 8) | ((src[num] >> 16 ) & 0xff)]) x 1308 src/lib/rgba.c (_dither_r8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 16) & 0xff)]) x 1310 src/lib/rgba.c (_dither_g8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 8) & 0xff)]) x 1312 src/lib/rgba.c (_dither_b8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 0) & 0xff)]) x 1445 src/lib/rgba.c (_dither_r8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 16) & 0xff)]) x 1447 src/lib/rgba.c (_dither_g8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 8) & 0xff)]) x 1449 src/lib/rgba.c (_dither_b8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 0) & 0xff)]) x 1455 src/lib/rgba.c _dith = (_dither_128128[(x + 0) & 0x7f][y & 0x7f] << 2) | 7; \ x 1469 src/lib/rgba.c _dith = (_dither_128128[(x + 0) & 0x7f][y & 0x7f] << 2) | 7; \ x 1473 src/lib/rgba.c _dith = (_dither_128128[(x + 1) & 0x7f][y & 0x7f] << 2) | 7; \ x 1477 src/lib/rgba.c _dith = (_dither_128128[(x + 2) & 0x7f][y & 0x7f] << 2) | 7; \ x 1481 src/lib/rgba.c _dith = (_dither_128128[(x + 3) & 0x7f][y & 0x7f] << 2) | 7; \ x 1497 src/lib/rgba.c _dith = (_dither_128128[(x + 0) & 0x7f][y & 0x7f] << 2) | 7; \ x 1501 src/lib/rgba.c _dith = (_dither_128128[(x + 1) & 0x7f][y & 0x7f] << 2) | 7; \ x 1544 src/lib/rgba.c _dith = (_dither_128128[(x + 0) & 0x7f][y & 0x7f] << 2) | 7; \ x 1548 src/lib/rgba.c _dith = (_dither_128128[(x + 1) & 0x7f][y & 0x7f] << 2) | 7; \ x 1552 src/lib/rgba.c _dith = (_dither_128128[(x + 2) & 0x7f][y & 0x7f] << 2) | 7; \ x 1556 src/lib/rgba.c _dith = (_dither_128128[(x + 3) & 0x7f][y & 0x7f] << 2) | 7; \ x 1572 src/lib/rgba.c _dith = (_dither_128128[(x + 0) & 0x7f][y & 0x7f] << 2) | 7; \ x 1576 src/lib/rgba.c _dith = (_dither_128128[(x + 1) & 0x7f][y & 0x7f] << 2) | 7; \ x 1665 src/lib/rgba.c (_dither_r8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 16) & 0xff)]) x 1667 src/lib/rgba.c (_dither_g8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 8) & 0xff)]) x 1669 src/lib/rgba.c (_dither_b8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 0) & 0xff)]) x 1807 src/lib/rgba.c (_dither_r8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 16) & 0xff)]) x 1809 src/lib/rgba.c (_dither_g8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 8) & 0xff)]) x 1811 src/lib/rgba.c (_dither_b8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 0) & 0xff)]) x 1949 src/lib/rgba.c (_dither_r8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 16) & 0xff)]) x 1951 src/lib/rgba.c (_dither_g8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 8) & 0xff)]) x 1953 src/lib/rgba.c (_dither_b8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 0) & 0xff)]) x 2091 src/lib/rgba.c (_dither_r8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 16) & 0xff)]) x 2093 src/lib/rgba.c (_dither_g8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 8) & 0xff)]) x 2095 src/lib/rgba.c (_dither_b8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 0) & 0xff)]) x 2233 src/lib/rgba.c (_dither_r8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 16) & 0xff)]) x 2235 src/lib/rgba.c (_dither_g8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 8) & 0xff)]) x 2237 src/lib/rgba.c (_dither_b8[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 0) & 0xff)]) x 2314 src/lib/rgba.c (_dither_r8[(((x + num) & 0x7) << DM_BS1) | \ x 2334 src/lib/rgba.c *dest |= ((*src & 0x80000000) >> (24 + (x & 0x7))); \ x 2335 src/lib/rgba.c if ((x & 0x7) == 0x7) dest++; \ x 2339 src/lib/rgba.c *dest |= ((*src & 0x80000000) >> (31 - (x & 0x7))); \ x 2340 src/lib/rgba.c if ((x & 0x7) == 0x7) dest++; \ x 2349 src/lib/rgba.c *dest |= (1 << (7 - (x & 0x7))); \ x 2350 src/lib/rgba.c if ((x & 0x7) == 0x7) dest++; \ x 2355 src/lib/rgba.c *dest |= (1 << (x & 0x7)); \ x 2356 src/lib/rgba.c if ((x & 0x7) == 0x7) dest++; \ x 2366 src/lib/rgba.c (_dither_a1[(((x + num) & 0x7) << DM_BS1) | ((y & 0x7) << DM_BS2) | ((src[num] >> 24))]) x 2369 src/lib/rgba.c *dest |= (DITHER_RGBA_A1_LUT(0)) << (7 - (x & 0x7)); \ x 2370 src/lib/rgba.c if ((x & 0x7) == 0x7) dest++; \ x 2374 src/lib/rgba.c *dest |= (DITHER_RGBA_A1_LUT(0)) << (0 + (x & 0x7)); \ x 2375 src/lib/rgba.c if ((x & 0x7) == 0x7) dest++; \ x 2453 src/lib/rgba.c int i, x, y; x 2459 src/lib/rgba.c for (x = 0; x < 8; x++) x 2466 src/lib/rgba.c if ((_dither_88[x][y] < ((pi & 0x7f) >> 1)) x 2468 src/lib/rgba.c _dither_a1[(x << DM_BS1) | (y << DM_BS2) | i] = x 2471 src/lib/rgba.c _dither_a1[(x << DM_BS1) | (y << DM_BS2) | i] = x 2488 src/lib/rgba.c for (x = 0; x < 4; x++) x 2492 src/lib/rgba.c if ((_dither_44[x][y] < (i & 0x7)) && (i < (256 - 8))) x 2493 src/lib/rgba.c rd16[(x << 10) | (y << 8) | i] = x 2496 src/lib/rgba.c rd16[(x << 10) | (y << 8) | i] = (i & 0xf8) << 8; x 2498 src/lib/rgba.c if ((_dither_44[x][y] < ((i & 0x3) << 1)) x 2500 src/lib/rgba.c gd16[(x << 10) | (y << 8) | i] = x 2503 src/lib/rgba.c gd16[(x << 10) | (y << 8) | i] = x 2506 src/lib/rgba.c if ((_dither_44[x][y] < (i & 0x7)) && (i < (256 - 8))) x 2507 src/lib/rgba.c bd16[(x << 10) | (y << 8) | i] = x 2510 src/lib/rgba.c bd16[(x << 10) | (y << 8) | i] = x 2522 src/lib/rgba.c for (x = 0; x < 4; x++) x 2526 src/lib/rgba.c if ((_dither_44[x][y] < (i & 0x7)) && (i < (256 - 8))) x 2527 src/lib/rgba.c rd16[(x << 10) | (y << 8) | i] = x 2530 src/lib/rgba.c rd16[(x << 10) | (y << 8) | i] = x 2533 src/lib/rgba.c if ((_dither_44[x][y] < (i & 0x7)) && (i < (256 - 8))) x 2534 src/lib/rgba.c gd16[(x << 10) | (y << 8) | i] = x 2537 src/lib/rgba.c gd16[(x << 10) | (y << 8) | i] = x 2540 src/lib/rgba.c if ((_dither_44[x][y] < (i & 0x7)) && (i < (256 - 8))) x 2541 src/lib/rgba.c bd16[(x << 10) | (y << 8) | i] = x 2544 src/lib/rgba.c bd16[(x << 10) | (y << 8) | i] = x 2559 src/lib/rgba.c for (x = 0; x < DM_X; x++) x 2566 src/lib/rgba.c if ((_dither_88[x][y] < ((pi & 0x1f) << 1)) x 2568 src/lib/rgba.c rd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2571 src/lib/rgba.c rd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2575 src/lib/rgba.c if ((_dither_88[x][y] < ((pi & 0x1f) << 1)) x 2577 src/lib/rgba.c gd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2580 src/lib/rgba.c gd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2584 src/lib/rgba.c if ((_dither_88[x][y] < (pi & 0x3f)) x 2586 src/lib/rgba.c bd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2589 src/lib/rgba.c bd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2610 src/lib/rgba.c for (x = 0; x < DM_X; x++) x 2620 src/lib/rgba.c if ((_dither_88[x][y] < (DATA8) pi) x 2623 src/lib/rgba.c rd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2625 src/lib/rgba.c gd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2627 src/lib/rgba.c bd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2632 src/lib/rgba.c rd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2634 src/lib/rgba.c gd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2636 src/lib/rgba.c bd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2646 src/lib/rgba.c for (x = 0; x < DM_X; x++) x 2653 src/lib/rgba.c if ((_dither_88[x][y] < (pi & 0x3f)) x 2655 src/lib/rgba.c rd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2658 src/lib/rgba.c rd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2662 src/lib/rgba.c if ((_dither_88[x][y] < ((pi & 0x1f) << 1)) x 2664 src/lib/rgba.c gd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2667 src/lib/rgba.c gd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2671 src/lib/rgba.c if ((_dither_88[x][y] < (pi & 0x3f)) x 2673 src/lib/rgba.c bd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2676 src/lib/rgba.c bd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2685 src/lib/rgba.c for (x = 0; x < DM_X; x++) x 2692 src/lib/rgba.c if ((_dither_88[x][y] < (pi & 0x3f)) x 2694 src/lib/rgba.c rd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2697 src/lib/rgba.c rd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2701 src/lib/rgba.c if ((_dither_88[x][y] < (pi & 0x3f)) x 2703 src/lib/rgba.c gd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2706 src/lib/rgba.c gd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2710 src/lib/rgba.c if ((_dither_88[x][y] < (pi & 0x3f)) x 2712 src/lib/rgba.c bd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2715 src/lib/rgba.c bd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2724 src/lib/rgba.c for (x = 0; x < DM_X; x++) x 2731 src/lib/rgba.c if ((_dither_88[x][y] < (pi & 0x3f)) x 2733 src/lib/rgba.c rd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2736 src/lib/rgba.c rd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2740 src/lib/rgba.c if ((_dither_88[x][y] < (pi & 0x3f)) x 2742 src/lib/rgba.c gd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2745 src/lib/rgba.c gd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2749 src/lib/rgba.c if ((_dither_88[x][y] < ((pi & 0x7f) >> 1)) x 2751 src/lib/rgba.c bd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2754 src/lib/rgba.c bd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2763 src/lib/rgba.c for (x = 0; x < DM_X; x++) x 2770 src/lib/rgba.c if ((_dither_88[x][y] < ((pi & 0x7f) >> 1)) x 2772 src/lib/rgba.c rd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2775 src/lib/rgba.c rd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2779 src/lib/rgba.c if ((_dither_88[x][y] < (pi & 0x3f)) x 2781 src/lib/rgba.c gd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2784 src/lib/rgba.c gd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2788 src/lib/rgba.c if ((_dither_88[x][y] < ((pi & 0x7f) >> 1)) x 2790 src/lib/rgba.c bd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2793 src/lib/rgba.c bd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2802 src/lib/rgba.c for (x = 0; x < DM_X; x++) x 2809 src/lib/rgba.c if ((_dither_88[x][y] < ((pi & 0x7f) >> 1)) x 2811 src/lib/rgba.c rd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2814 src/lib/rgba.c rd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2818 src/lib/rgba.c if ((_dither_88[x][y] < ((pi & 0x7f) >> 1)) x 2820 src/lib/rgba.c gd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2823 src/lib/rgba.c gd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2827 src/lib/rgba.c if ((_dither_88[x][y] < ((pi & 0x7f) >> 1)) x 2829 src/lib/rgba.c bd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2832 src/lib/rgba.c bd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2841 src/lib/rgba.c for (x = 0; x < DM_X; x++) x 2848 src/lib/rgba.c if ((_dither_88[x][y] < ((pi & 0x7f) >> 1)) x 2850 src/lib/rgba.c rd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2853 src/lib/rgba.c rd8[(x << DM_BS1) | (y << DM_BS2) | i] = x 2871 src/lib/rgba.c int x, y, w, h; x 2884 src/lib/rgba.c for (x = 0; x < w; x += 2) x 2895 src/lib/rgba.c for (x = 0; x < w; x += 2) x 2911 src/lib/rgba.c for (x = 0; x < w; x += 2) x 2924 src/lib/rgba.c for (x = 0; x < w; x += 2) x 2941 src/lib/rgba.c int x, y, w, h; x 2954 src/lib/rgba.c for (x = dx; x < w; x += 2) x 2965 src/lib/rgba.c for (x = dx; x < w; x += 2) x 2980 src/lib/rgba.c x = dx - 1; x 2982 src/lib/rgba.c for (x = dx; x < w; x += 2) x 2994 src/lib/rgba.c x = dx - 1; x 2996 src/lib/rgba.c for (x = dx; x < w; x += 2) x 3013 src/lib/rgba.c int x, y, w, h; x 3026 src/lib/rgba.c for (x = 0; x < w; x += 2) x 3037 src/lib/rgba.c for (x = 0; x < w; x += 2) x 3053 src/lib/rgba.c for (x = 0; x < w; x += 2) x 3066 src/lib/rgba.c for (x = 0; x < w; x += 2) x 3083 src/lib/rgba.c int x, y, w, h; x 3096 src/lib/rgba.c for (x = dx; x < w; x += 2) x 3107 src/lib/rgba.c for (x = dx; x < w; x += 2) x 3122 src/lib/rgba.c x = dx - 1; x 3124 src/lib/rgba.c for (x = dx; x < w; x += 2) x 3136 src/lib/rgba.c x = dx - 1; x 3138 src/lib/rgba.c for (x = dx; x < w; x += 2) x 3155 src/lib/rgba.c int x, y, w, h; x 3168 src/lib/rgba.c for (x = 0; x < w; x += 2) x 3179 src/lib/rgba.c for (x = 0; x < w; x += 2) x 3195 src/lib/rgba.c for (x = 0; x < w; x += 2) x 3208 src/lib/rgba.c for (x = 0; x < w; x += 2) x 3225 src/lib/rgba.c int x, y, w, h; x 3238 src/lib/rgba.c for (x = dx; x < w; x += 2) x 3249 src/lib/rgba.c for (x = dx; x < w; x += 2) x 3264 src/lib/rgba.c x = dx - 1; x 3266 src/lib/rgba.c for (x = dx; x < w; x += 2) x 3278 src/lib/rgba.c x = dx - 1; x 3280 src/lib/rgba.c for (x = dx; x < w; x += 2) x 3297 src/lib/rgba.c int x, y, w, h; x 3310 src/lib/rgba.c for (x = 0; x < w; x += 2) x 3321 src/lib/rgba.c for (x = 0; x < w; x += 2) x 3337 src/lib/rgba.c for (x = 0; x < w; x += 2) x 3350 src/lib/rgba.c for (x = 0; x < w; x += 2) x 3367 src/lib/rgba.c int x, y, w, h; x 3380 src/lib/rgba.c for (x = dx; x < w; x += 2) x 3391 src/lib/rgba.c for (x = dx; x < w; x += 2) x 3406 src/lib/rgba.c x = dx - 1; x 3408 src/lib/rgba.c for (x = dx; x < w; x += 2) x 3420 src/lib/rgba.c x = dx - 1; x 3422 src/lib/rgba.c for (x = dx; x < w; x += 2) x 3439 src/lib/rgba.c int x, y, w, h; x 3451 src/lib/rgba.c for (x = 0; x < w; x += 4) x 3462 src/lib/rgba.c for (x = 0; x < w; x += 4) x 3474 src/lib/rgba.c for (x = 0; x < w; x += 4) x 3476 src/lib/rgba.c for (; x < width; x++) x 3489 src/lib/rgba.c for (x = 0; ((x < w) && (!(IS_ALIGNED_32((unsigned long)dest)))); x 3490 src/lib/rgba.c x++) x 3494 src/lib/rgba.c if (x < w) x 3496 src/lib/rgba.c if (IS_MULTIPLE_4((width - x))) x 3498 src/lib/rgba.c for (; x < w; x += 4) x 3503 src/lib/rgba.c else if (IS_MULTIPLE_2((width - x))) x 3505 src/lib/rgba.c w = width - 2 - x; x 3506 src/lib/rgba.c for (; x < w; x += 4) x 3514 src/lib/rgba.c w = width - 3 - x; x 3515 src/lib/rgba.c for (; x < w; x += 4) x 3517 src/lib/rgba.c for (; x < width; x++) x 3537 src/lib/rgba.c int x, y, w, h; x 3549 src/lib/rgba.c for (x = dx; x < w; x += 4) x 3560 src/lib/rgba.c for (x = dx; x < w; x += 4) x 3572 src/lib/rgba.c for (x = dx; x < w; x += 4) x 3574 src/lib/rgba.c for (; x < (width + dx); x++) x 3588 src/lib/rgba.c for (x = dx; ((x < w) && (!(IS_ALIGNED_32((unsigned long)dest)))); x 3589 src/lib/rgba.c x++) x 3593 src/lib/rgba.c if (x < w) x 3595 src/lib/rgba.c w = (width + dx) - (3 + x); x 3596 src/lib/rgba.c for (; x < w; x += 4) x 3598 src/lib/rgba.c for (; x < (width + dx); x++) x 3617 src/lib/rgba.c int x, y, w, h; x 3629 src/lib/rgba.c for (x = 0; x < w; x += 4) x 3640 src/lib/rgba.c for (x = 0; x < w; x += 4) x 3652 src/lib/rgba.c for (x = 0; x < w; x += 4) x 3654 src/lib/rgba.c for (; x < width; x++) x 3667 src/lib/rgba.c for (x = 0; ((x < w) && (!(IS_ALIGNED_32((unsigned long)dest)))); x 3668 src/lib/rgba.c x++) x 3672 src/lib/rgba.c if (x < w) x 3674 src/lib/rgba.c if (IS_MULTIPLE_4((width - x))) x 3676 src/lib/rgba.c for (; x < w; x += 4) x 3681 src/lib/rgba.c else if (IS_MULTIPLE_2((width - x))) x 3683 src/lib/rgba.c w = width - 2 - x; x 3684 src/lib/rgba.c for (; x < w; x += 4) x 3692 src/lib/rgba.c w = width - 3 - x; x 3693 src/lib/rgba.c for (; x < w; x += 4) x 3695 src/lib/rgba.c for (; x < width; x++) x 3715 src/lib/rgba.c int x, y, w, h; x 3727 src/lib/rgba.c for (x = dx; x < w; x += 4) x 3738 src/lib/rgba.c for (x = dx; x < w; x += 4) x 3750 src/lib/rgba.c for (x = dx; x < w; x += 4) x 3752 src/lib/rgba.c for (; x < (width + dx); x++) x 3766 src/lib/rgba.c for (x = dx; ((x < w) && (!(IS_ALIGNED_32((unsigned long)dest)))); x 3767 src/lib/rgba.c x++) x 3771 src/lib/rgba.c if (x < w) x 3773 src/lib/rgba.c w = (width + dx) - (3 + x); x 3774 src/lib/rgba.c for (; x < w; x += 4) x 3776 src/lib/rgba.c for (; x < (width + dx); x++) x 3795 src/lib/rgba.c int x, y, w, h; x 3807 src/lib/rgba.c for (x = 0; x < w; x += 4) x 3818 src/lib/rgba.c for (x = 0; x < w; x += 4) x 3830 src/lib/rgba.c for (x = 0; x < w; x += 4) x 3832 src/lib/rgba.c for (; x < width; x++) x 3845 src/lib/rgba.c for (x = 0; ((x < w) && (!(IS_ALIGNED_32((unsigned long)dest)))); x 3846 src/lib/rgba.c x++) x 3850 src/lib/rgba.c if (x < w) x 3852 src/lib/rgba.c if (IS_MULTIPLE_4((width - x))) x 3854 src/lib/rgba.c for (; x < w; x += 4) x 3859 src/lib/rgba.c else if (IS_MULTIPLE_2((width - x))) x 3861 src/lib/rgba.c w = width - 2 - x; x 3862 src/lib/rgba.c for (; x < w; x += 4) x 3870 src/lib/rgba.c w = width - 3 - x; x 3871 src/lib/rgba.c for (; x < w; x += 4) x 3873 src/lib/rgba.c for (; x < width; x++) x 3893 src/lib/rgba.c int x, y, w, h; x 3905 src/lib/rgba.c for (x = dx; x < w; x += 4) x 3916 src/lib/rgba.c for (x = dx; x < w; x += 4) x 3928 src/lib/rgba.c for (x = dx; x < w; x += 4) x 3930 src/lib/rgba.c for (; x < (width + dx); x++) x 3944 src/lib/rgba.c for (x = dx; ((x < w) && (!(IS_ALIGNED_32((unsigned long)dest)))); x 3945 src/lib/rgba.c x++) x 3949 src/lib/rgba.c if (x < w) x 3951 src/lib/rgba.c w = (width + dx) - (3 + x); x 3952 src/lib/rgba.c for (; x < w; x += 4) x 3954 src/lib/rgba.c for (; x < (width + dx); x++) x 3973 src/lib/rgba.c int x, y, w, h; x 3985 src/lib/rgba.c for (x = 0; x < w; x += 4) x 3996 src/lib/rgba.c for (x = 0; x < w; x += 4) x 4008 src/lib/rgba.c for (x = 0; x < w; x += 4) x 4010 src/lib/rgba.c for (; x < width; x++) x 4023 src/lib/rgba.c for (x = 0; ((x < w) && (!(IS_ALIGNED_32((unsigned long)dest)))); x 4024 src/lib/rgba.c x++) x 4028 src/lib/rgba.c if (x < w) x 4030 src/lib/rgba.c if (IS_MULTIPLE_4((width - x))) x 4032 src/lib/rgba.c for (; x < w; x += 4) x 4037 src/lib/rgba.c else if (IS_MULTIPLE_2((width - x))) x 4039 src/lib/rgba.c w = width - 2 - x; x 4040 src/lib/rgba.c for (; x < w; x += 4) x 4048 src/lib/rgba.c w = width - 3 - x; x 4049 src/lib/rgba.c for (; x < w; x += 4) x 4051 src/lib/rgba.c for (; x < width; x++) x 4071 src/lib/rgba.c int x, y, w, h; x 4083 src/lib/rgba.c for (x = dx; x < w; x += 4) x 4094 src/lib/rgba.c for (x = dx; x < w; x += 4) x 4106 src/lib/rgba.c for (x = dx; x < w; x += 4) x 4108 src/lib/rgba.c for (; x < (width + dx); x++) x 4122 src/lib/rgba.c for (x = dx; ((x < w) && (!(IS_ALIGNED_32((unsigned long)dest)))); x 4123 src/lib/rgba.c x++) x 4127 src/lib/rgba.c if (x < w) x 4129 src/lib/rgba.c w = (width + dx) - (3 + x); x 4130 src/lib/rgba.c for (; x < w; x += 4) x 4132 src/lib/rgba.c for (; x < (width + dx); x++) x 4151 src/lib/rgba.c int x, y, w, h; x 4163 src/lib/rgba.c for (x = 0; x < w; x += 4) x 4174 src/lib/rgba.c for (x = 0; x < w; x += 4) x 4186 src/lib/rgba.c for (x = 0; x < w; x += 4) x 4188 src/lib/rgba.c for (; x < width; x++) x 4201 src/lib/rgba.c for (x = 0; ((x < w) && (!(IS_ALIGNED_32((unsigned long)dest)))); x 4202 src/lib/rgba.c x++) x 4206 src/lib/rgba.c if (x < w) x 4208 src/lib/rgba.c if (IS_MULTIPLE_4((width - x))) x 4210 src/lib/rgba.c for (; x < w; x += 4) x 4215 src/lib/rgba.c else if (IS_MULTIPLE_2((width - x))) x 4217 src/lib/rgba.c w = width - 2 - x; x 4218 src/lib/rgba.c for (; x < w; x += 4) x 4226 src/lib/rgba.c w = width - 3 - x; x 4227 src/lib/rgba.c for (; x < w; x += 4) x 4229 src/lib/rgba.c for (; x < width; x++) x 4249 src/lib/rgba.c int x, y, w, h; x 4261 src/lib/rgba.c for (x = dx; x < w; x += 4) x 4272 src/lib/rgba.c for (x = dx; x < w; x += 4) x 4284 src/lib/rgba.c for (x = dx; x < w; x += 4) x 4286 src/lib/rgba.c for (; x < (width + dx); x++) x 4300 src/lib/rgba.c for (x = dx; ((x < w) && (!(IS_ALIGNED_32((unsigned long)dest)))); x 4301 src/lib/rgba.c x++) x 4305 src/lib/rgba.c if (x < w) x 4307 src/lib/rgba.c w = (width + dx) - (3 + x); x 4308 src/lib/rgba.c for (; x < w; x += 4) x 4310 src/lib/rgba.c for (; x < (width + dx); x++) x 4329 src/lib/rgba.c int x, y, w, h; x 4341 src/lib/rgba.c for (x = 0; x < w; x += 4) x 4352 src/lib/rgba.c for (x = 0; x < w; x += 4) x 4364 src/lib/rgba.c for (x = 0; x < w; x += 4) x 4366 src/lib/rgba.c for (; x < width; x++) x 4379 src/lib/rgba.c for (x = 0; ((x < w) && (!(IS_ALIGNED_32((unsigned long)dest)))); x 4380 src/lib/rgba.c x++) x 4384 src/lib/rgba.c if (x < w) x 4386 src/lib/rgba.c if (IS_MULTIPLE_4((width - x))) x 4388 src/lib/rgba.c for (; x < w; x += 4) x 4393 src/lib/rgba.c else if (IS_MULTIPLE_2((width - x))) x 4395 src/lib/rgba.c w = width - 2 - x; x 4396 src/lib/rgba.c for (; x < w; x += 4) x 4404 src/lib/rgba.c w = width - 3 - x; x 4405 src/lib/rgba.c for (; x < w; x += 4) x 4407 src/lib/rgba.c for (; x < width; x++) x 4427 src/lib/rgba.c int x, y, w, h; x 4439 src/lib/rgba.c for (x = dx; x < w; x += 4) x 4450 src/lib/rgba.c for (x = dx; x < w; x += 4) x 4462 src/lib/rgba.c for (x = dx; x < w; x += 4) x 4464 src/lib/rgba.c for (; x < (width + dx); x++) x 4478 src/lib/rgba.c for (x = dx; ((x < w) && (!(IS_ALIGNED_32((unsigned long)dest)))); x 4479 src/lib/rgba.c x++) x 4483 src/lib/rgba.c if (x < w) x 4485 src/lib/rgba.c w = (width + dx) - (3 + x); x 4486 src/lib/rgba.c for (; x < w; x += 4) x 4488 src/lib/rgba.c for (; x < (width + dx); x++) x 4507 src/lib/rgba.c int x, y, w, h; x 4519 src/lib/rgba.c for (x = 0; x < w; x += 4) x 4530 src/lib/rgba.c for (x = 0; x < w; x += 4) x 4542 src/lib/rgba.c for (x = 0; x < w; x += 4) x 4544 src/lib/rgba.c for (; x < width; x++) x 4557 src/lib/rgba.c for (x = 0; ((x < w) && (!(IS_ALIGNED_32((unsigned long)dest)))); x 4558 src/lib/rgba.c x++) x 4562 src/lib/rgba.c if (x < w) x 4564 src/lib/rgba.c if (IS_MULTIPLE_4((width - x))) x 4566 src/lib/rgba.c for (; x < w; x += 4) x 4571 src/lib/rgba.c else if (IS_MULTIPLE_2((width - x))) x 4573 src/lib/rgba.c w = width - 2 - x; x 4574 src/lib/rgba.c for (; x < w; x += 4) x 4582 src/lib/rgba.c w = width - 3 - x; x 4583 src/lib/rgba.c for (; x < w; x += 4) x 4585 src/lib/rgba.c for (; x < width; x++) x 4605 src/lib/rgba.c int x, y, w, h; x 4617 src/lib/rgba.c for (x = dx; x < w; x += 4) x 4628 src/lib/rgba.c for (x = dx; x < w; x += 4) x 4640 src/lib/rgba.c for (x = dx; x < w; x += 4) x 4642 src/lib/rgba.c for (; x < (width + dx); x++) x 4656 src/lib/rgba.c for (x = dx; ((x < w) && (!(IS_ALIGNED_32((unsigned long)dest)))); x 4657 src/lib/rgba.c x++) x 4661 src/lib/rgba.c if (x < w) x 4663 src/lib/rgba.c w = (width + dx) - (3 + x); x 4664 src/lib/rgba.c for (; x < w; x += 4) x 4666 src/lib/rgba.c for (; x < (width + dx); x++) x 4685 src/lib/rgba.c int x, y, w, h; x 4693 src/lib/rgba.c for (x = 0; x < w; x++) x 4710 src/lib/rgba.c int x, y, w, h; x 4718 src/lib/rgba.c for (x = dx; x < w; x++) x 4735 src/lib/rgba.c int x, y, w, h; x 4743 src/lib/rgba.c for (x = 0; x < w; x++) x 4760 src/lib/rgba.c int x, y, w, h; x 4768 src/lib/rgba.c for (x = dx; x < w; x++) x 4813 src/lib/rgba.c int x, y, w, h; x 4822 src/lib/rgba.c for (x = 0; x < w; x++) x 4839 src/lib/rgba.c int x, y, w, h; x 4847 src/lib/rgba.c for (x = 0; x < w; x++) x 4864 src/lib/rgba.c int x, y, w, h; x 4872 src/lib/rgba.c for (x = 0; x < w; x++) x 14 src/lib/rgbadraw.c int x, y; x 20 src/lib/rgbadraw.c for (x = 0; x < (im->w >> 1); x++) x 29 src/lib/rgbadraw.c x = im->border.left; x 31 src/lib/rgbadraw.c im->border.right = x; x 38 src/lib/rgbadraw.c int x, y; x 44 src/lib/rgbadraw.c for (x = 0; x < im->w; x++) x 53 src/lib/rgbadraw.c x = im->border.top; x 55 src/lib/rgbadraw.c im->border.bottom = x; x 62 src/lib/rgbadraw.c int x; x 66 src/lib/rgbadraw.c for (x = (im->w * im->h) / 2; --x >= 0;) x 74 src/lib/rgbadraw.c x = im->border.top; x 76 src/lib/rgbadraw.c im->border.bottom = x; x 77 src/lib/rgbadraw.c x = im->border.left; x 79 src/lib/rgbadraw.c im->border.right = x; x 92 src/lib/rgbadraw.c int x, y, w, hw, tmp; x 145 src/lib/rgbadraw.c for (x = im->w; --x >= 0;) x 163 src/lib/rgbadraw.c int x, y, mx, my, mw, mh, mt, xx, yy; x 196 src/lib/rgbadraw.c for (x = 0; x < im->w; x++) x 198 src/lib/rgbadraw.c as[x] += (*p2 >> 24) & 0xff; x 199 src/lib/rgbadraw.c rs[x] += (*p2 >> 16) & 0xff; x 200 src/lib/rgbadraw.c gs[x] += (*p2 >> 8) & 0xff; x 201 src/lib/rgbadraw.c bs[x] += *p2 & 0xff; x 207 src/lib/rgbadraw.c for (x = 0; x < im->w; x++) x 213 src/lib/rgbadraw.c mx = x - rad; x 254 src/lib/rgbadraw.c int a, r, g, b, x, y; x 270 src/lib/rgbadraw.c for (x = 1; x < (im->w - 1); x++) x 316 src/lib/rgbadraw.c int x, y, per, tmp, na, nr, ng, nb, mix, a, r, g, b, aa, rr, x 327 src/lib/rgbadraw.c for (x = 0; x < (im->w >> 1); x++) x 329 src/lib/rgbadraw.c mix = (x * 255) / per; x 355 src/lib/rgbadraw.c for (; x < im->w; x++) x 357 src/lib/rgbadraw.c mix = ((im->w - 1 - x) * 255) / per; x 390 src/lib/rgbadraw.c int x, y, tmp, na, nr, ng, nb, mix, a, r, g, b, aa, rr, gg, x 408 src/lib/rgbadraw.c for (x = 0; x < im->w; x++) x 447 src/lib/rgbadraw.c if (x < 0) x 449 src/lib/rgbadraw.c w += x; x 450 src/lib/rgbadraw.c nx -= x; x 451 src/lib/rgbadraw.c x = 0; x 458 src/lib/rgbadraw.c x -= nx; x 463 src/lib/rgbadraw.c if ((x + w) > im->w) x 464 src/lib/rgbadraw.c w = (im->w - x); x 499 src/lib/rgbadraw.c p1 = im->data + (y * im->w) + x; x 523 src/lib/rgbadraw.c p1 = im->data + ((y + h - 1) * im->w) + x + w - 1; x 549 src/lib/rgbadraw.c if (x < 0) x 551 src/lib/rgbadraw.c w += x; x 552 src/lib/rgbadraw.c nx -= x; x 553 src/lib/rgbadraw.c x = 0; x 560 src/lib/rgbadraw.c x -= nx; x 565 src/lib/rgbadraw.c if ((x + w) > src->w) x 566 src/lib/rgbadraw.c w = (src->w - x); x 601 src/lib/rgbadraw.c p1 = src->data + (y * src->w) + x; x 5 src/lib/rgbadraw.h ((unsigned)((x) - (sx)) < (sw)) x 8 src/lib/rgbadraw.h ( ((unsigned)(x) < (w)) && ((unsigned)(y) < (h)) ) x 11 src/lib/rgbadraw.h ( ((unsigned)((x) - (rx)) < (rw)) && ((unsigned)((y) - (ry)) < (rh)) ) x 17 src/lib/rgbadraw.h _t0 = MAX(x, (rx)); \ x 18 src/lib/rgbadraw.h _t1 = MIN(x + w, (rx) + (rw)); \ x 19 src/lib/rgbadraw.h x = _t0; \ x 29 src/lib/rgbadraw.h tmp = (x) + 0x80; \ x 41 src/lib/rgbadraw.h int x, y; x 48 src/lib/rgbadraw.h int x, y, w, h; x 12 src/lib/rotate.c x_VAL(dest) = (INTERP(x_VAL(l), x_VAL(r), (x)) >> _ROTATE_PREC) x 21 src/lib/rotate.c x_VAL(dest) = (INTERP(INTERP(x_VAL(ul), x_VAL(ur), (x)), \ x 22 src/lib/rotate.c INTERP(x_VAL(ll), x_VAL(lr), (x)), \ x 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); \ x 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); \ x 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); \ x 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); \ x 67 src/lib/rotate.c *dest = src[(x >> _ROTATE_PREC) + ((y >> _ROTATE_PREC) * sow)]; x 69 src/lib/rotate.c x += dxh; x 77 src/lib/rotate.c x += dxv - dw * dxh; x 99 src/lib/rotate.c DATA32 *src_x_y = (src + (x >> _ROTATE_PREC) + x 101 src/lib/rotate.c INTERP_ARGB(dest, src_x_y, sow, x, y); x 103 src/lib/rotate.c x += dxh; x 111 src/lib/rotate.c x += dxv - dw * dxh; x 131 src/lib/rotate.c if (((unsigned)x >= sw) || ((unsigned)y >= sh)) x 133 src/lib/rotate.c x += dxh * dw; x 135 src/lib/rotate.c if (((unsigned)x >= sw) || ((unsigned)y >= sh)) x 137 src/lib/rotate.c x += dxv * dh; x 139 src/lib/rotate.c if (((unsigned)x >= sw) || ((unsigned)y >= sh)) x 141 src/lib/rotate.c x -= dxh * dw; x 143 src/lib/rotate.c if (((unsigned)x >= sw) || ((unsigned)y >= sh)) x 160 src/lib/rotate.c if (__check_inside_coords(x, y, dxh, dyh, dxv, dyv, dw, dh, sw, sh)) x 162 src/lib/rotate.c __imlib_RotateSampleInside(src, dest, sow, dow, dw, dh, x, y, x 175 src/lib/rotate.c if (((unsigned)x < sw) && ((unsigned)y < sh)) x 176 src/lib/rotate.c *dest = src[(x >> _ROTATE_PREC) + ((y >> _ROTATE_PREC) * sow)]; x 180 src/lib/rotate.c x += dxh; x 189 src/lib/rotate.c x += dxv - dw * dxh; x 212 src/lib/rotate.c if (__check_inside_coords(x, y, dxh, dyh, dxv, dyv, dw, dh, sw - 1, sh - 1)) x 214 src/lib/rotate.c __imlib_RotateAAInside(src, dest, sow, dow, dw, dh, x, y, x 229 src/lib/rotate.c DATA32 *src_x_y = (src + (x >> _ROTATE_PREC) + x 231 src/lib/rotate.c if ((unsigned)x < sw) x 238 src/lib/rotate.c INTERP_ARGB(dest, src_x_y, sow, x, y); x 245 src/lib/rotate.c INTERP_RGB_A0(dest, src_x_y, src_x_y + 1, x, ~y); x 252 src/lib/rotate.c INTERP_RGB_A0(dest, src_x_y + sow, src_x_y + sow + 1, x, x 258 src/lib/rotate.c else if ((unsigned)(x - sw) < (_ROTATE_PREC_MAX)) x 265 src/lib/rotate.c INTERP_RGB_A0(dest, src_x_y, src_x_y + sow, y, ~x); x 272 src/lib/rotate.c INTERP_A000(dest, src_x_y, ~x, ~y); x 279 src/lib/rotate.c INTERP_A000(dest, src_x_y + sow, ~x, y); x 284 src/lib/rotate.c else if ((unsigned)(~x) < _ROTATE_PREC_MAX) x 292 src/lib/rotate.c x); x 299 src/lib/rotate.c INTERP_A000(dest, src_x_y + 1, x, ~y); x 306 src/lib/rotate.c INTERP_A000(dest, src_x_y + sow + 1, x, y); x 314 src/lib/rotate.c x += dxh; x 323 src/lib/rotate.c x += dxv - dw * dxh; x 342 src/lib/rotate.c int x, y, dxh, dyh, dxv, dyv, i; x 382 src/lib/rotate.c x = -(ddx * dxh + ddy * dxv); x 387 src/lib/rotate.c x += ssx * _ROTATE_PREC_MAX; x 411 src/lib/rotate.c x += _ROTATE_PREC_MAX; x 423 src/lib/rotate.c x2 = x + h * dxv; x 439 src/lib/rotate.c l = MAX(-MAX(y, y2) / dyh, -MAX(x, x2) / dxh); x 440 src/lib/rotate.c r = MIN((h - MIN(y, y2)) / dyh, (w - MIN(x, x2)) / dxh); x 445 src/lib/rotate.c l = MAX(-MAX(x, x2) / dxh, (h - MIN(y, y2)) / dyh); x 446 src/lib/rotate.c r = MIN(-MAX(y, y2) / dyh, (w - MIN(x, x2)) / dxh); x 451 src/lib/rotate.c l = -MAX(x, x2) / dxh; x 452 src/lib/rotate.c r = (w - MIN(x, x2)) / dxh; x 460 src/lib/rotate.c l = MAX(-MAX(y, y2) / dyh, (w - MIN(x, x2)) / dxh); x 461 src/lib/rotate.c r = MIN(-MAX(x, x2) / dxh, (h - MIN(y, y2)) / dyh); x 466 src/lib/rotate.c l = MAX((h - MIN(y, y2)) / dyh, (w - MIN(x, x2)) / dxh); x 467 src/lib/rotate.c r = MIN(-MAX(y, y2) / dyh, -MAX(x, x2) / dxh); x 472 src/lib/rotate.c l = (w - MIN(x, x2)) / dxh; x 473 src/lib/rotate.c r = -MAX(x, x2) / dxh; x 508 src/lib/rotate.c x = x2; x 516 src/lib/rotate.c x += l * dxh; x 520 src/lib/rotate.c x -= _ROTATE_PREC_MAX; x 525 src/lib/rotate.c x, y, dxh, dyh, dxv, dyv); x 529 src/lib/rotate.c x, y, dxh, dyh, dxv, dyv); x 535 src/lib/rotate.c x, y, dxh, dyh, dxv, dyv); x 541 src/lib/rotate.c x = x2; x 19 src/lib/scale.c #define INV_XAP (256 - xapoints[x]) x 20 src/lib/scale.c #define XAP (xapoints[x]) x 287 src/lib/scale.c int x, y, end; x 301 src/lib/scale.c for (x = dxx; x < end; x++) x 302 src/lib/scale.c *dptr++ = sptr[xpoints[x]]; x 314 src/lib/scale.c int x, y, end; x 332 src/lib/scale.c for (x = dxx; x < end; x++) x 340 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x]; x 368 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x]; x 388 src/lib/scale.c for (x = dxx; x < end; x++) x 395 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x]; x 412 src/lib/scale.c *dptr++ = sptr[xpoints[x]]; x 434 src/lib/scale.c for (x = dxx; x < end; x++) x 436 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x]; x 460 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x] + 1; x 517 src/lib/scale.c for (x = dxx; x < end; x++) x 525 src/lib/scale.c pix = sptr + xpoints[x]; x 550 src/lib/scale.c pix = sptr + xpoints[x]; x 569 src/lib/scale.c for (x = dxx; x < end; x++) x 577 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x]; x 594 src/lib/scale.c *dptr++ = sptr[xpoints[x]]; x 614 src/lib/scale.c for (x = dxx; x < end; x++) x 619 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x]; x 643 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x] + sow; x 696 src/lib/scale.c for (x = dxx; x < end; x++) x 703 src/lib/scale.c xap = xpoints[x + 1] - xpoints[x]; x 706 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x]; x 718 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x] + sow; x 734 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x]; x 754 src/lib/scale.c for (x = dxx; x < end; x++) x 760 src/lib/scale.c xap = xpoints[x + 1] - xpoints[x]; x 763 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x]; x 778 src/lib/scale.c *dptr++ = sptr[xpoints[x]]; x 804 src/lib/scale.c for (x = dxx; x < end; x++) x 809 src/lib/scale.c sptr = ypoints[dyy + y] + xpoints[x]; x 921 src/lib/scale.c for (x = dxx; x < end; x++) x 923 src/lib/scale.c int xap = xpoints[x + 1] - xpoints[x]; x 930 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x]; x 950 src/lib/scale.c *dptr++ = sptr[xpoints[x]]; x 963 src/lib/scale.c int x, y, end; x 981 src/lib/scale.c for (x = dxx; x < end; x++) x 989 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x]; x 1012 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x]; x 1029 src/lib/scale.c for (x = dxx; x < end; x++) x 1036 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x]; x 1050 src/lib/scale.c *dptr++ = sptr[xpoints[x]]; x 1072 src/lib/scale.c for (x = dxx; x < end; x++) x 1074 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x]; x 1094 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x] + 1; x 1144 src/lib/scale.c for (x = dxx; x < end; x++) x 1152 src/lib/scale.c pix = sptr + xpoints[x]; x 1173 src/lib/scale.c pix = sptr + xpoints[x]; x 1190 src/lib/scale.c for (x = dxx; x < end; x++) x 1197 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x]; x 1211 src/lib/scale.c *dptr++ = sptr[xpoints[x]]; x 1231 src/lib/scale.c for (x = dxx; x < end; x++) x 1236 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x]; x 1256 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x] + sow; x 1302 src/lib/scale.c for (x = dxx; x < end; x++) x 1309 src/lib/scale.c xap = xpoints[x + 1] - xpoints[x]; x 1312 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x]; x 1322 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x] + sow; x 1336 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x]; x 1353 src/lib/scale.c for (x = dxx; x < end; x++) x 1359 src/lib/scale.c xap = xpoints[x + 1] - xpoints[x]; x 1362 src/lib/scale.c pix = ypoints[dyy + y] + xpoints[x]; x 1375 src/lib/scale.c *dptr++ = sptr[xpoints[x]]; x 1398 src/lib/scale.c for (x = dxx; x < end; x++) x 1403 src/lib/scale.c sptr = ypoints[dyy + y] + xpoints[x]; x 1502 src/lib/scale.c for (x = dxx; x < end; x++) x 1504 src/lib/scale.c int xap = xpoints[x + 1] - xpoints[x]; x 1511 src/lib/scale.c pix = sptr + xpoints[x]; x 1529 src/lib/scale.c *dptr++ = sptr[xpoints[x]]; x 18 src/lib/updates.c #define T(x, y) t[((y) * tw) + (x)] x 25 src/lib/updates.c int tw, th, x, y, i; x 41 src/lib/updates.c for (x = 0; x < tw; x++) x 47 src/lib/updates.c CLIP(uu->x, uu->y, uu->w, uu->h, 0, 0, w, h); x 50 src/lib/updates.c for (x = uu->x >> TB; x <= ((uu->x + uu->w - 1) >> TB); x++) x 51 src/lib/updates.c T(x, y).used = T_USED; x 61 src/lib/updates.c for (x = 0; x < tw; x++) x 62 src/lib/updates.c gaps[x] = 0; x 63 src/lib/updates.c for (x = 0; x < tw; x++) x 65 src/lib/updates.c if ((have) && (T(x, y).used == T_UNUSED)) x 67 src/lib/updates.c start = x; x 71 src/lib/updates.c else if ((!have) && (gap) && (T(x, y).used & T_USED)) x 76 src/lib/updates.c gaps[start] = x - start; x 78 src/lib/updates.c else if (T(x, y).used & T_USED) x 86 src/lib/updates.c for (x = 0; x < tw; x++) x 88 src/lib/updates.c if ((gaps[x] > 0) && (gaps[x] < min)) x 90 src/lib/updates.c start = x; x 91 src/lib/updates.c min = gaps[x]; x 97 src/lib/updates.c for (x = start; x 98 src/lib/updates.c T(x, y).used == T_UNUSED; T(x++, y).used = T_USED); x 107 src/lib/updates.c for (x = 0; x < tw; x++) x 109 src/lib/updates.c if (T(x, y).used & T_USED) x 113 src/lib/updates.c for (xx = x + 1, ww = 1; x 118 src/lib/updates.c for (xx = x; xx < (x + ww); xx++) x 123 src/lib/updates.c xx = x + ww; x 130 src/lib/updates.c for (xx = x; xx < (x + ww); xx++) x 133 src/lib/updates.c nu = __imlib_AddUpdate(nu, (x << TB), (y << TB), x 148 src/lib/updates.c if ((w < 1) || (h < 1) || ((x + w) < 1) || ((y + h) < 1)) x 151 src/lib/updates.c nu->x = x; x 7 src/lib/updates.h int x, y, w, h; x 133 src/modules/filters/filter_bumpmap.c double x = 0, y = 0, z = 30, d = 0x200; x 146 src/modules/filters/filter_bumpmap.c ASSIGN_INT("x", x); x 191 src/modules/filters/filter_bumpmap.c x2 = -x; x 6 src/modules/filters/filter_colormod.c (x) = (*(int *)(ptr)->data) : \ x 8 src/modules/filters/filter_colormod.c (x) = strtol((ptr)->data, 0, 0) \ x 12 src/modules/filters/filter_colormod.c (x) = (*(double *)(ptr)->data) : \ x 14 src/modules/filters/filter_colormod.c (x) = strtod((ptr)->data, 0) \ x 59 src/modules/filters/filter_colormod.c int x = 0, y = 0, h, w, i; x 73 src/modules/filters/filter_colormod.c GET_INT(x, ptr); x 221 src/modules/filters/filter_colormod.c imlib_apply_color_modifier_to_rectangle(x, y, w, h); x 39 src/modules/filters/filter_test.c int x = 0, y = 0, w = 0, h = 0; x 55 src/modules/filters/filter_test.c ASSIGN_INT("x", x); x 79 src/modules/filters/filter_test.c imlib_blend_image_onto_image(anoim, 0, 0, 0, w, h, x, y, w, h); x 3 src/modules/loaders/loader_argb.c #define SWAP32(x) (x) = \ x 4 src/modules/loaders/loader_argb.c ((((x) & 0x000000ff ) << 24) |\ x 5 src/modules/loaders/loader_argb.c (((x) & 0x0000ff00 ) << 8) |\ x 6 src/modules/loaders/loader_argb.c (((x) & 0x00ff0000 ) >> 8) |\ x 7 src/modules/loaders/loader_argb.c (((x) & 0xff000000 ) >> 24)) x 72 src/modules/loaders/loader_argb.c int x; x 75 src/modules/loaders/loader_argb.c for (x = 0; x < im->w; x++) x 76 src/modules/loaders/loader_argb.c SWAP32(ptr[x]); x 133 src/modules/loaders/loader_argb.c int x; x 136 src/modules/loaders/loader_argb.c for (x = 0; x < im->w; x++) x 137 src/modules/loaders/loader_argb.c SWAP32(buf[x]); x 149 src/modules/loaders/loader_bmp.c unsigned short x, y; x 340 src/modules/loaders/loader_bmp.c for (x = 0; x < w && buffer_ptr < buffer_end; x++) x 342 src/modules/loaders/loader_bmp.c if ((x & 7) == 0) x 408 src/modules/loaders/loader_bmp.c x = 0; x 422 src/modules/loaders/loader_bmp.c if (l + x > w) goto _bail; x 437 src/modules/loaders/loader_bmp.c x += l; x 444 src/modules/loaders/loader_bmp.c x = 0; x 453 src/modules/loaders/loader_bmp.c x += buffer_ptr[0]; x 457 src/modules/loaders/loader_bmp.c if (x >= w) goto _bail; x 459 src/modules/loaders/loader_bmp.c ptr = im->data + (h - y - 1) * w + x; x 464 src/modules/loaders/loader_bmp.c if (l + x > w) goto _bail; x 483 src/modules/loaders/loader_bmp.c x += l; x 521 src/modules/loaders/loader_bmp.c for (x = 0; x < w && buffer_ptr < buffer_end; x++) x 523 src/modules/loaders/loader_bmp.c if ((x & 1) == 0) x 566 src/modules/loaders/loader_bmp.c x = 0; x 579 src/modules/loaders/loader_bmp.c if (x + l > w) goto _bail; x 581 src/modules/loaders/loader_bmp.c x += l; x 588 src/modules/loaders/loader_bmp.c x = 0; x 590 src/modules/loaders/loader_bmp.c ptr = im->data + ((h - y - 1) * w) + x; x 597 src/modules/loaders/loader_bmp.c x += buffer_ptr[0]; x 601 src/modules/loaders/loader_bmp.c if (x >= w) goto _bail; x 603 src/modules/loaders/loader_bmp.c ptr = im->data + ((h - y - 1) * w) + x; x 607 src/modules/loaders/loader_bmp.c if (x + l > w) goto _bail; x 618 src/modules/loaders/loader_bmp.c x += l; x 652 src/modules/loaders/loader_bmp.c for (x = 0; x < w && buffer_ptr < buffer_end; x++) x 694 src/modules/loaders/loader_bmp.c for (x = 0; x < w && buffer_ptr < buffer_end_minus_1; x++) x 743 src/modules/loaders/loader_bmp.c for (x = 0; x < w && buffer_ptr < buffer_end_minus_2; x++) x 782 src/modules/loaders/loader_bmp.c for (x = 0; x < w && buffer_ptr < buffer_end_minus_3; x++) x 93 src/modules/loaders/loader_jpeg.c int x, y, l, i, scans, count, prevy; x 139 src/modules/loaders/loader_jpeg.c for (x = 0; x < w; x++) x 185 src/modules/loaders/loader_jpeg.c for (x = 0; x < w; x++) x 150 src/modules/loaders/loader_lbm.c int i, x, w; x 183 src/modules/loaders/loader_lbm.c x = (w <= z - i)? w: z - i; x 184 src/modules/loaders/loader_lbm.c memcpy(p + i, ilbm->body.data + ilbm->offset, x); x 185 src/modules/loaders/loader_lbm.c i += x; x 252 src/modules/loaders/loader_lbm.c int i, o, x; x 265 src/modules/loaders/loader_lbm.c for (x = 0; x < w; x++) { x 358 src/modules/loaders/loader_lbm.c row[x] = ((unsigned long)a << 24) | ((unsigned long)r << 16) | ((unsigned long)g << 8) | (unsigned long)b; x 241 src/modules/loaders/loader_png.c int x, y, j; x 357 src/modules/loaders/loader_png.c for (j = 0, x = 0; x < im->w; x++) x 359 src/modules/loaders/loader_png.c data[j++] = (ptr[x] >> 16) & 0xff; x 360 src/modules/loaders/loader_png.c data[j++] = (ptr[x] >> 8) & 0xff; x 361 src/modules/loaders/loader_png.c data[j++] = (ptr[x]) & 0xff; x 128 src/modules/loaders/loader_pnm.c int i, j, x, y, pl = 0; x 146 src/modules/loaders/loader_pnm.c x = 0; x 147 src/modules/loaders/loader_pnm.c while (x < w) x 215 src/modules/loaders/loader_pnm.c x = 0; x 216 src/modules/loaders/loader_pnm.c while (x < w) x 237 src/modules/loaders/loader_pnm.c x++; x 243 src/modules/loaders/loader_pnm.c for (x = 0; x < w; x++) x 254 src/modules/loaders/loader_pnm.c for (x = 0; x < w; x++) x 309 src/modules/loaders/loader_pnm.c x = 0; x 310 src/modules/loaders/loader_pnm.c while (x < w3) x 331 src/modules/loaders/loader_pnm.c x++; x 337 src/modules/loaders/loader_pnm.c for (x = 0; x < w; x++) x 348 src/modules/loaders/loader_pnm.c for (x = 0; x < w; x++) x 430 src/modules/loaders/loader_pnm.c for (x = 0; x < w; x++) x 441 src/modules/loaders/loader_pnm.c for (x = 0; x < w; x++) x 498 src/modules/loaders/loader_pnm.c for (x = 0; x < w; x++) x 509 src/modules/loaders/loader_pnm.c for (x = 0; x < w; x++) x 564 src/modules/loaders/loader_pnm.c for (x = 0; x < w; x++) x 624 src/modules/loaders/loader_pnm.c for (x = 0; x < w; x++) x 636 src/modules/loaders/loader_pnm.c for (x = 0; x < w; x++) x 694 src/modules/loaders/loader_pnm.c int x, y, pl = 0; x 719 src/modules/loaders/loader_pnm.c for (x = 0; x < im->w; x++) x 766 src/modules/loaders/loader_pnm.c for (x = 0; x < im->w; x++) x 123 src/modules/loaders/loader_tga.c int x; x 127 src/modules/loaders/loader_tga.c for (x = 0; x < im->w; x++) x 344 src/modules/loaders/loader_tga.c int x; x 353 src/modules/loaders/loader_tga.c for (x = 0; x 354 src/modules/loaders/loader_tga.c (x < im->w) && (bufptr + bpp / 8 <= bufend); x 355 src/modules/loaders/loader_tga.c x++) /* for each pixel in the row */ x 542 src/modules/loaders/loader_tga.c int x, y; x 550 src/modules/loaders/loader_tga.c for (x = 0; x < w; x++) x 552 src/modules/loaders/loader_tga.c tmp = adv[x]; x 553 src/modules/loaders/loader_tga.c adv[x] = adv2[x]; x 554 src/modules/loaders/loader_tga.c adv2[x] = tmp; x 34 src/modules/loaders/loader_tiff.c (*(((TIFFRGBAImage_Extra *) img)->put_contig)) (img, rast, x, y, w, h, x 36 src/modules/loaders/loader_tiff.c raster((TIFFRGBAImage_Extra *) img, rast, x, y, w, h); x 47 src/modules/loaders/loader_tiff.c (img, rast, x, y, w, h, fromskew, toskew, r, g, b, a); x 48 src/modules/loaders/loader_tiff.c raster((TIFFRGBAImage_Extra *) img, rast, x, y, w, h); x 78 src/modules/loaders/loader_tiff.c buffer_pixel = buffer + ((((image_height - 1) - i) * image_width) + x); x 123 src/modules/loaders/loader_tiff.c (*img->progress) (img->image, img->pper, x, x 284 src/modules/loaders/loader_tiff.c uint32 x, y; x 401 src/modules/loaders/loader_tiff.c for (x = 0; x < im->w; x++) x 403 src/modules/loaders/loader_tiff.c pixel = data[(y * im->w) + x];