h                  34 src/bin/imlib2_bumpmap.c    int                 w, h, x, y;
h                  82 src/bin/imlib2_bumpmap.c    h = imlib_image_get_height();
h                  84 src/bin/imlib2_bumpmap.c    XResizeWindow(disp, win, w, h);
h                  25 src/bin/imlib2_colorspace.c    int                 w, h, tw, th;
h                  71 src/bin/imlib2_colorspace.c    h = imlib_image_get_height();
h                  73 src/bin/imlib2_colorspace.c    imlib_image_fill_rectangle(0, 0, w, h);
h                  75 src/bin/imlib2_colorspace.c    XResizeWindow(disp, win, w, h);
h                 109 src/bin/imlib2_colorspace.c         imlib_image_fill_rectangle(0, 0, w, h);
h                  40 src/bin/imlib2_grab.c    unsigned int        w, h, bw, depth;
h                 124 src/bin/imlib2_grab.c    XGetGeometry(disp, draw, &rr, &x, &y, &w, &h, &bw, &depth);
h                 128 src/bin/imlib2_grab.c      ho = h;
h                 132 src/bin/imlib2_grab.c                draw, x, y, w, h, bw, depth);
h                 133 src/bin/imlib2_grab.c         if ((wo != w) || (ho != h))
h                 137 src/bin/imlib2_grab.c    if ((wo != w) || (ho != h))
h                 138 src/bin/imlib2_grab.c       im = imlib_create_scaled_image_from_drawable(None, 0, 0, w, h, wo, ho, 1,
h                 141 src/bin/imlib2_grab.c       im = imlib_create_image_from_drawable((get_alpha) ? 1 : 0, 0, 0, w, h, 1);
h                  25 src/bin/imlib2_poly.c    int                 w, h;
h                  68 src/bin/imlib2_poly.c    h = imlib_image_get_height();
h                  70 src/bin/imlib2_poly.c    imlib_image_fill_rectangle(0, 0, w, h);
h                  72 src/bin/imlib2_poly.c    XResizeWindow(disp, win, w, h);
h                 128 src/bin/imlib2_poly.c         imlib_image_fill_rectangle(0, 0, w, h);
h                  69 src/bin/imlib2_show.c    int                 h = 20;
h                 208 src/bin/imlib2_show.c              h = atoi(argv[i]);
h                 308 src/bin/imlib2_show.c         h = imlib_image_get_height();
h                 309 src/bin/imlib2_show.c         printf("image %i x %i\n", w, h);
h                 317 src/bin/imlib2_show.c                 XResizeWindow(disp, win, w * 4, h * 4);
h                 319 src/bin/imlib2_show.c                 XResizeWindow(disp, win, w * 2, h * 2);
h                 321 src/bin/imlib2_show.c                 XResizeWindow(disp, win, w, h);
h                 377 src/bin/imlib2_show.c         int                 w, h;
h                 387 src/bin/imlib2_show.c         h = imlib_image_get_height();
h                 388 src/bin/imlib2_show.c         XResizeWindow(disp, win, w, h);
h                 390 src/bin/imlib2_show.c         im = imlib_create_image(w, h);
h                 395 src/bin/imlib2_show.c              points[i][1] = (rand() % h) - (h / 2);
h                 401 src/bin/imlib2_show.c              imlib_blend_image_onto_image(im_bg, 0, 0, 0, w, h, 0, 0, w, h);
h                 410 src/bin/imlib2_show.c                   yy = (h / 2) +
h                 440 src/bin/imlib2_show.c                        im_tmp = imlib_create_cropped_scaled_image(0, 0, w, h,
h                 443 src/bin/imlib2_show.c                                                                      i) * h) /
h                 457 src/bin/imlib2_show.c                        im_tmp = imlib_create_cropped_scaled_image(0, 0, w, h,
h                 460 src/bin/imlib2_show.c                                                                      i) * h) /
h                 469 src/bin/imlib2_show.c                   pixels += (w + i) * (((w + i) * h) / w);
h                 485 src/bin/imlib2_show.c                                 imlib_create_cropped_scaled_image(0, 0, w, h, w,
h                 486 src/bin/imlib2_show.c                                                                   (((i) * h) /
h                 501 src/bin/imlib2_show.c                                 imlib_create_cropped_scaled_image(0, 0, w, h, w,
h                 502 src/bin/imlib2_show.c                                                                   (((i) * h) /
h                 512 src/bin/imlib2_show.c                        pixels += (2 * w - i) * (((i) * h) / w);
h                 518 src/bin/imlib2_show.c                                                                  2 * w - i, h);
h                 524 src/bin/imlib2_show.c                                 imlib_create_cropped_scaled_image(0, 0, w, h,
h                 525 src/bin/imlib2_show.c                                                                   2 * w - i, h);
h                 533 src/bin/imlib2_show.c                        pixels += (2 * w - i) * h;
h                 543 src/bin/imlib2_show.c                                                                  (((i) * h) /
h                 550 src/bin/imlib2_show.c                                 imlib_create_cropped_scaled_image(0, 0, w, h,
h                 552 src/bin/imlib2_show.c                                                                   (((i) * h) /
h                 561 src/bin/imlib2_show.c                        pixels += w * (((i) * h) / w);
h                 574 src/bin/imlib2_show.c                                                                i) * h) / w));
h                 579 src/bin/imlib2_show.c                        im_tmp = imlib_create_cropped_scaled_image(0, 0, w, h,
h                 582 src/bin/imlib2_show.c                                                                      i) * h) /
h                 591 src/bin/imlib2_show.c                   pixels += (w + i) * (((w + i) * h) / w);
h                 624 src/bin/imlib2_show.c         im2 = imlib_create_image(w, h);
h                 627 src/bin/imlib2_show.c         h = imlib_image_get_height();
h                 632 src/bin/imlib2_show.c              imlib_blend_image_onto_image(im, 0, 0, 0, w, h, 0, 0, w, h);
h                 633 src/bin/imlib2_show.c              pixels += (w * h);
h                 638 src/bin/imlib2_show.c         int                 w, h;
h                 645 src/bin/imlib2_show.c         h = imlib_image_get_height();
h                 646 src/bin/imlib2_show.c         printf("rotating inside %dx%d frame\n", w, h);
h                 649 src/bin/imlib2_show.c         imlib_context_set_image(imlib_create_image(w, h));
h                 652 src/bin/imlib2_show.c              imlib_blend_image_onto_image(im, 0, 0, 0, w, h, 0, 0, w, h);
h                 654 src/bin/imlib2_show.c              imlib_blend_image_onto_image_at_angle(im, 0, 0, 0, w, h,
h                 655 src/bin/imlib2_show.c                                                    0, h * i,
h                 656 src/bin/imlib2_show.c                                                    w * (1 - i), -(h * i));
h                 659 src/bin/imlib2_show.c              pixels += w * h;
h                 663 src/bin/imlib2_show.c              imlib_blend_image_onto_image(im, 0, 0, 0, w, h, 0, 0, w, h);
h                 666 src/bin/imlib2_show.c              imlib_blend_image_onto_image_at_angle(im, 0, 0, 0, w, h,
h                 667 src/bin/imlib2_show.c                                                    w * i, h,
h                 668 src/bin/imlib2_show.c                                                    -(w * i), h * (i - 1));
h                 672 src/bin/imlib2_show.c              pixels += w * h;
h                 676 src/bin/imlib2_show.c              imlib_blend_image_onto_image(im, 0, 0, 0, w, h, 0, 0, w, h);
h                 679 src/bin/imlib2_show.c              imlib_blend_image_onto_image_at_angle(im, 0, 0, 0, w, h,
h                 680 src/bin/imlib2_show.c                                                    w, h * (1 - i),
h                 681 src/bin/imlib2_show.c                                                    w * (i - 1), h * i);
h                 685 src/bin/imlib2_show.c              pixels += w * h;
h                 689 src/bin/imlib2_show.c              imlib_blend_image_onto_image(im, 0, 0, 0, w, h, 0, 0, w, h);
h                 692 src/bin/imlib2_show.c              imlib_blend_image_onto_image_at_angle(im, 0, 0, 0, w, h,
h                 694 src/bin/imlib2_show.c                                                    w * i, h * (1 - i));
h                 698 src/bin/imlib2_show.c              pixels += w * h;
h                 777 src/bin/imlib2_show.c         imlib_render_image_on_drawable_at_size(0, 0, w, h);
h                 781 src/bin/imlib2_show.c              imlib_render_image_on_drawable_at_size(0, 0, w, h);
h                 782 src/bin/imlib2_show.c              pixels += w * h;
h                 939 src/bin/imlib2_show.c         h = imlib_image_get_height();
h                 941 src/bin/imlib2_show.c         ho = h;
h                 943 src/bin/imlib2_show.c         h *= 1;
h                 944 src/bin/imlib2_show.c         XResizeWindow(disp, win, w, h);
h                 946 src/bin/imlib2_show.c         im = imlib_create_image(w, h);
h                 949 src/bin/imlib2_show.c         up = imlib_update_append_rect(up, 0, 0, w, h);
h                1007 src/bin/imlib2_show.c                                                0, 0, w, h, 0, 0, w, h);
h                1013 src/bin/imlib2_show.c                   int                 x1, y1, x2, y2, w, h;
h                1016 src/bin/imlib2_show.c                   h = imlib_image_get_height();
h                1017 src/bin/imlib2_show.c                   s = sin(6.2831853 * (double)y / (double)h);
h                1018 src/bin/imlib2_show.c                   c = cos(6.2831853 * (double)y / (double)h);
h                1020 src/bin/imlib2_show.c                   x1 = (w - w * c + h * s) / 2;
h                1021 src/bin/imlib2_show.c                   y1 = (h - h * c - w * s) / 2;
h                1022 src/bin/imlib2_show.c                   x2 = (w + w * c - h * s) / 2;
h                1023 src/bin/imlib2_show.c                   y2 = (h + h * c + w * s) / 2;
h                1195 src/bin/imlib2_show.c                             if (ty > h)
h                1318 src/bin/imlib2_show.c                                           h - 50);
h                1319 src/bin/imlib2_show.c              up = imlib_update_append_rect(up, 0, 50, 50, h - 50);
h                1320 src/bin/imlib2_show.c              up = imlib_updates_merge_for_rendering(up, w, h);
h                1365 src/bin/imlib2_show.c              imlib_render_image_on_drawable_at_size(0, 0, w, h);
h                1366 src/bin/imlib2_show.c              pixels += w * h;
h                  88 src/bin/imlib2_test.c         int                 w, h, text_w, text_h;
h                 117 src/bin/imlib2_test.c                     h = imlib_image_get_height();
h                 123 src/bin/imlib2_test.c                                                        mouse_y - (h / 2), w, h);
h                 144 src/bin/imlib2_test.c                                                        mouse_y - (h / 2), w, h);
h                 195 src/bin/imlib2_test.c              h = imlib_image_get_height();
h                 203 src/bin/imlib2_test.c                                                0, 0, w, h,
h                 215 src/bin/imlib2_test.c              h = imlib_image_get_height();
h                 220 src/bin/imlib2_test.c                                                0, 0, w, h,
h                 222 src/bin/imlib2_test.c                                                mouse_y - (h / 2) - up_y, w, h);
h                 159 src/lib/Imlib2.h    EAPI void imlib_context_set_cliprect(int x, int y, int w, int h);
h                 189 src/lib/Imlib2.h    EAPI void imlib_context_get_cliprect(int *x, int *y, int *w, int *h);
h                 300 src/lib/Imlib2.h                                                int w, int h);
h                 301 src/lib/Imlib2.h    EAPI Imlib_Updates imlib_updates_merge(Imlib_Updates updates, int w, int h);
h                 303 src/lib/Imlib2.h                                                         int w, int h);
h                 203 src/lib/api.c     context->cliprect.h = 0;
h                 303 src/lib/api.c     ctx->cliprect.h = h;
h                 313 src/lib/api.c     *h = ctx->cliprect.h;
h                1370 src/lib/api.c     return im->h;
h                1740 src/lib/api.c                                   mask_return, 0, 0, im->w, im->h, im->w,
h                1741 src/lib/api.c                                   im->h, 0, ctx->dither, ctx->dither_mask,
h                1778 src/lib/api.c                                   mask_return, 0, 0, im->w, im->h, width,
h                1819 src/lib/api.c                         im->h, x, y, im->w, im->h, 0, ctx->dither, ctx->blend,
h                1849 src/lib/api.c                         im->h, x, y, width, height, ctx->anti_alias,
h                1963 src/lib/api.c                               ctx->cliprect.w, ctx->cliprect.h);
h                2352 src/lib/api.c     if ((destination_y + height) >= im->h)
h                2353 src/lib/api.c        height = im->h - destination_y;
h                2359 src/lib/api.c                                       im->w, im->h, ctx->display,
h                2385 src/lib/api.c     im = __imlib_CreateImage(im_old->w, im_old->h, NULL);
h                2388 src/lib/api.c     im->data = malloc(im->w * im->h * sizeof(DATA32));
h                2394 src/lib/api.c     memcpy(im->data, im_old->data, im->w * im->h * sizeof(DATA32));
h                2452 src/lib/api.c                                    ctx->cliprect.w, ctx->cliprect.h);
h                2460 src/lib/api.c                                    ctx->cliprect.w, ctx->cliprect.h);
h                2511 src/lib/api.c                                    ctx->cliprect.w, ctx->cliprect.h);
h                2520 src/lib/api.c                                    ctx->cliprect.w, ctx->cliprect.h);
h                2561 src/lib/api.c     return (Imlib_Updates) __imlib_AddUpdate(u, x, y, w, h);
h                2583 src/lib/api.c     return (Imlib_Updates) __imlib_MergeUpdate(u, w, h, 0);
h                2603 src/lib/api.c     return (Imlib_Updates) __imlib_MergeUpdate(u, w, h, 3);
h                2664 src/lib/api.c        *height_return = u->h;
h                2688 src/lib/api.c     u->h = height;
h                2722 src/lib/api.c                              ctx->colormap, ctx->depth, u->x, u->y, u->w, u->h,
h                2723 src/lib/api.c                              x + u->x, y + u->y, u->w, u->h, 0, ctx->dither, 0,
h                3155 src/lib/api.c                      ctx->cliprect.w, ctx->cliprect.h);
h                3170 src/lib/api.c     int                 w, h;
h                3182 src/lib/api.c     imlib_font_query_size(fn, text, &w, &h);
h                3191 src/lib/api.c             *height_return = h;
h                3196 src/lib/api.c             *width_return = h;
h                3218 src/lib/api.c                    xt = -(sa * h);
h                3223 src/lib/api.c                    xt = ca * w - sa * h;
h                3240 src/lib/api.c                    yt = ca * h;
h                3245 src/lib/api.c                    yt = sa * w + ca * h;
h                3275 src/lib/api.c     int                 w, h;
h                3281 src/lib/api.c     imlib_font_query_advance(fn, text, &w, &h);
h                3285 src/lib/api.c        *vertical_advance_return = h;
h                3382 src/lib/api.c     int                 w, h, cx, cy, cw, ch, cp, xx, yy;
h                3396 src/lib/api.c     imlib_get_text_size(text, &w, &h);
h                3406 src/lib/api.c          yy = h - y;
h                3413 src/lib/api.c          xx = h - y;
h                3459 src/lib/api.c          cy = 1 + h - cy - ch;
h                3495 src/lib/api.c     int                 cx, cy, cw, ch, w, h;
h                3504 src/lib/api.c     imlib_get_text_size(text, &w, &h);
h                3543 src/lib/api.c          cy = 1 + h - cy - ch;
h                3843 src/lib/api.c     __imlib_DataCmodApply(im->data, im->w, im->h, 0, &(im->flags),
h                3885 src/lib/api.c     if ((y + height) > im->h)
h                3886 src/lib/api.c        height = (im->h - y);
h                3922 src/lib/api.c                                                      ctx->cliprect.h,
h                3964 src/lib/api.c                                                     ctx->cliprect.h,
h                4001 src/lib/api.c                                   ctx->cliprect.w, ctx->cliprect.h,
h                4035 src/lib/api.c                                   ctx->cliprect.w, ctx->cliprect.h,
h                4069 src/lib/api.c     __imlib_copy_alpha_data(im, im2, 0, 0, im->w, im->h, x, y);
h                4129 src/lib/api.c     int                 xx, yy, w, h, nx, ny;
h                4154 src/lib/api.c          h = height - delta_y;
h                4160 src/lib/api.c          h = height + delta_y;
h                4163 src/lib/api.c     __imlib_copy_image_data(im, xx, yy, w, h, nx, ny);
h                4271 src/lib/api.c                          ctx->cliprect.w, ctx->cliprect.h);
h                4309 src/lib/api.c                              ctx->cliprect.w, ctx->cliprect.h);
h                4334 src/lib/api.c     if ((x < 0) || (x >= im->w) || (y < 0) || (y >= im->h))
h                4375 src/lib/api.c     if ((x < 0) || (x >= im->w) || (y < 0) || (y >= im->h))
h                4418 src/lib/api.c     if ((x < 0) || (x >= im->w) || (y < 0) || (y >= im->h))
h                4461 src/lib/api.c     if ((x < 0) || (x >= im->w) || (y < 0) || (y >= im->h))
h                4678 src/lib/api.c     d = hypot((double)(im_old->w + 4), (double)(im_old->h + 4)) / sqrt(2.0);
h                4681 src/lib/api.c     y1 = (double)(im_old->h) / 2.0 - cos(angle + atan(1.0)) * d;
h                4702 src/lib/api.c                                  im_old->h, im->w, sz, sz, x, y, dx, dy, -dy,
h                4707 src/lib/api.c                              im_old->h, im->w, sz, sz, x, y, dx, dy, -dy, dx);
h                4712 src/lib/api.c                               im_old->h, im->w, sz, sz, x, y, dx, dy, -dy, dx);
h                4742 src/lib/api.c     d = hypot((double)(im_old->w + 4), (double)(im_old->h + 4)) / sqrt(2.0);
h                4745 src/lib/api.c     y1 = (double)(im_old->h) / 2.0 - cos(angle + atan(1.0)) * d;
h                4753 src/lib/api.c     if ((im->w != im->h) || ((im->w < sz) && (im->h < sz)))
h                4773 src/lib/api.c                                  im_old->h, im->w, sz, sz, x, y, dx, dy, -dy,
h                4778 src/lib/api.c                              im_old->h, im->w, sz, sz, x, y, dx, dy, -dy, dx);
h                4783 src/lib/api.c                               im_old->h, im->w, sz, sz, x, y, dx, dy, -dy, dx);
h                4838 src/lib/api.c                                     ctx->cliprect.w, ctx->cliprect.h);
h                4927 src/lib/api.c                                     ctx->cliprect.w, ctx->cliprect.h);
h                5237 src/lib/api.c                                 ctx->cliprect.w, ctx->cliprect.h,
h                5267 src/lib/api.c                                 ctx->cliprect.w, ctx->cliprect.h,
h                5323 src/lib/api.c                                 ctx->cliprect.w, ctx->cliprect.h,
h                5360 src/lib/api.c                                 ctx->cliprect.w, ctx->cliprect.h,
h                5394 src/lib/api.c     memset(im->data, 0, im->w * im->h * sizeof(DATA32));
h                5412 src/lib/api.c     max = im->w * im->h;
h                  57 src/lib/blend.c    while (h--)
h                  91 src/lib/blend.c    while (h--)
h                 127 src/lib/blend.c    while (h--)
h                 147 src/lib/blend.c    while (h--)
h                 167 src/lib/blend.c    while (h--)
h                 189 src/lib/blend.c    while (h--)
h                 223 src/lib/blend.c    while (h--)
h                 260 src/lib/blend.c    while (h--)
h                 282 src/lib/blend.c    while (h--)
h                 305 src/lib/blend.c    while (h--)
h                 330 src/lib/blend.c    while (h--)
h                 364 src/lib/blend.c    while (h--)
h                 401 src/lib/blend.c    while (h--)
h                 423 src/lib/blend.c    while (h--)
h                 446 src/lib/blend.c    while (h--)
h                 471 src/lib/blend.c    while (h--)
h                 505 src/lib/blend.c    while (h--)
h                 542 src/lib/blend.c    while (h--)
h                 564 src/lib/blend.c    while (h--)
h                 587 src/lib/blend.c    while (h--)
h                 615 src/lib/blend.c    while (h--)
h                 654 src/lib/blend.c    while (h--)
h                 697 src/lib/blend.c    while (h--)
h                 726 src/lib/blend.c    while (h--)
h                 751 src/lib/blend.c    while (h--)
h                 776 src/lib/blend.c    while (h--)
h                 801 src/lib/blend.c    while (h--)
h                 828 src/lib/blend.c    while (h--)
h                 866 src/lib/blend.c    while (h--)
h                 908 src/lib/blend.c    while (h--)
h                 934 src/lib/blend.c    while (h--)
h                 962 src/lib/blend.c    while (h--)
h                 987 src/lib/blend.c    while (h--)
h                1014 src/lib/blend.c    while (h--)
h                1042 src/lib/blend.c    while (h--)
h                1080 src/lib/blend.c    while (h--)
h                1122 src/lib/blend.c    while (h--)
h                1148 src/lib/blend.c    while (h--)
h                1176 src/lib/blend.c    while (h--)
h                1201 src/lib/blend.c    while (h--)
h                1228 src/lib/blend.c    while (h--)
h                1256 src/lib/blend.c    while (h--)
h                1294 src/lib/blend.c    while (h--)
h                1335 src/lib/blend.c    while (h--)
h                1361 src/lib/blend.c    while (h--)
h                1389 src/lib/blend.c    while (h--)
h                1413 src/lib/blend.c    while (h--)
h                1439 src/lib/blend.c    while (h--)
h                1752 src/lib/blend.c         h += sy;
h                1764 src/lib/blend.c         h += dy;
h                1768 src/lib/blend.c    if ((w <= 0) || (h <= 0))
h                1772 src/lib/blend.c    if ((sy + h) > src_h)
h                1773 src/lib/blend.c       h = src_h - sy;
h                1776 src/lib/blend.c    if ((dy + h) > dst_h)
h                1777 src/lib/blend.c       h = dst_h - dy;
h                1778 src/lib/blend.c    if ((w <= 0) || (h <= 0))
h                1785 src/lib/blend.c               dst + (dy * dst_w) + dx, dst_w, w, h, cm);
h                1836 src/lib/blend.c         __imlib_BlendRGBAToData(im_src->data, im_src->w, im_src->h,
h                1837 src/lib/blend.c                                 im_dst->data, im_dst->w, im_dst->h,
h                1848 src/lib/blend.c         int                 y, h, hh;
h                1871 src/lib/blend.c         CLIP(sx, sy, sw, sh, 0, 0, im_src->w, im_src->h);
h                1891 src/lib/blend.c         CLIP(dx, dy, dw, dh, 0, 0, im_dst->w, im_dst->h);
h                1936 src/lib/blend.c         h = dh;
h                1952 src/lib/blend.c              if (h < LINESIZE)
h                1953 src/lib/blend.c                 hh = h;
h                1975 src/lib/blend.c                                      im_dst->h,
h                1978 src/lib/blend.c              h -= LINESIZE;
h                  53 src/lib/blend.h        ((y + h) > yy))
h                  19 src/lib/color_helpers.c         *h = 0.0;
h                  25 src/lib/color_helpers.c       *h = (g - b) / delta;
h                  27 src/lib/color_helpers.c       *h = 2.0 + (b - r) / delta;
h                  29 src/lib/color_helpers.c       *h = 4.0 + (r - g) / delta;
h                  30 src/lib/color_helpers.c    *h *= 60.0;
h                  31 src/lib/color_helpers.c    if (*h < 0)
h                  32 src/lib/color_helpers.c       *h += 360.0;
h                  50 src/lib/color_helpers.c    h /= 60.0;
h                  51 src/lib/color_helpers.c    i = floor(h);
h                  52 src/lib/color_helpers.c    f = h - (float)i;
h                 156 src/lib/color_helpers.c    float               m1, m2, m21, h;
h                 168 src/lib/color_helpers.c         h = hue + 120;
h                 169 src/lib/color_helpers.c         if (h > 360)
h                 170 src/lib/color_helpers.c            h -= 360;
h                 171 src/lib/color_helpers.c         else if (h < 0)
h                 172 src/lib/color_helpers.c            h += 360;
h                 173 src/lib/color_helpers.c         if (h < 60)
h                 174 src/lib/color_helpers.c            *r = (int)(255.0 * (m1 + m21 * h / 60.0));
h                 175 src/lib/color_helpers.c         else if (h < 180)
h                 177 src/lib/color_helpers.c         else if (h < 240)
h                 178 src/lib/color_helpers.c            *r = (int)(255.0 * (m1 + m21 * (240.0 - h) / 60.0));
h                 181 src/lib/color_helpers.c         h = hue;
h                 182 src/lib/color_helpers.c         if (h > 360)
h                 183 src/lib/color_helpers.c            h -= 360;
h                 184 src/lib/color_helpers.c         else if (h < 0)
h                 185 src/lib/color_helpers.c            h += 360;
h                 186 src/lib/color_helpers.c         if (h < 60)
h                 187 src/lib/color_helpers.c            *g = (int)(255.0 * (m1 + m21 * h / 60.0));
h                 188 src/lib/color_helpers.c         else if (h < 180)
h                 190 src/lib/color_helpers.c         else if (h < 240)
h                 191 src/lib/color_helpers.c            *g = (int)(255.0 * (m1 + m21 * (240.0 - h) / 60.0));
h                 194 src/lib/color_helpers.c         h = hue - 120;
h                 195 src/lib/color_helpers.c         if (h > 360)
h                 196 src/lib/color_helpers.c            h -= 360;
h                 197 src/lib/color_helpers.c         else if (h < 0)
h                 198 src/lib/color_helpers.c            h += 360;
h                 199 src/lib/color_helpers.c         if (h < 60)
h                 200 src/lib/color_helpers.c            *b = (int)(255.0 * (m1 + m21 * h / 60.0));
h                 201 src/lib/color_helpers.c         else if (h < 180)
h                 203 src/lib/color_helpers.c         else if (h < 240)
h                 204 src/lib/color_helpers.c            *b = (int)(255.0 * (m1 + m21 * (240.0 - h) / 60.0));
h                  88 src/lib/colormod.c         for (y = 0; y < h; y++)
h                 103 src/lib/colormod.c    for (y = 0; y < h; y++)
h                 249 src/lib/colormod.c    __imlib_DataCmodApply(im->data, im->w, im->h, 0, cm);
h                  39 src/lib/common.h if (y < (yy)) {h += (y - (yy)); y = (yy);} \
h                  41 src/lib/common.h if ((y + h) > ((yy) + (hh))) {h = (hh) - (y - yy);}
h                  73 src/lib/draw.c    ip->h = dh;
h                 649 src/lib/ellipse.c    int                 x, y, w, h;
h                 666 src/lib/ellipse.c         clh = im->h;
h                 670 src/lib/ellipse.c    CLIP_RECT_TO_RECT(clx, cly, clw, clh, 0, 0, im->w, im->h);
h                 684 src/lib/ellipse.c    h = 2 * (b + 1);
h                 690 src/lib/ellipse.c         h += 2;
h                 695 src/lib/ellipse.c    CLIP_RECT_TO_RECT(x, y, w, h, clx, cly, clw, clh);
h                 696 src/lib/ellipse.c    if ((w < 1) || (h < 1))
h                 717 src/lib/ellipse.c    int                 x, y, w, h;
h                 734 src/lib/ellipse.c         clh = im->h;
h                 738 src/lib/ellipse.c    CLIP_RECT_TO_RECT(clx, cly, clw, clh, 0, 0, im->w, im->h);
h                 752 src/lib/ellipse.c    h = 2 * (b + 1);
h                 758 src/lib/ellipse.c         h += 2;
h                 763 src/lib/ellipse.c    CLIP_RECT_TO_RECT(x, y, w, h, clx, cly, clw, clh);
h                 764 src/lib/ellipse.c    if ((w < 1) || (h < 1))
h                 168 src/lib/filter.c         if (off >= h)
h                 169 src/lib/filter.c            off = h - 1;
h                 190 src/lib/filter.c    data = malloc(im->w * im->h * sizeof(DATA32));
h                 202 src/lib/filter.c    for (y = 0; y < im->h; y++)
h                 209 src/lib/filter.c                   a = __imlib_FilterGet(&fil->alpha, im->data, im->w, im->h, x,
h                 216 src/lib/filter.c                   r = __imlib_FilterGet(&fil->red, im->data, im->w, im->h, x,
h                 223 src/lib/filter.c                   g = __imlib_FilterGet(&fil->green, im->data, im->w, im->h, x,
h                 230 src/lib/filter.c                   b = __imlib_FilterGet(&fil->blue, im->data, im->w, im->h, x,
h                  76 src/lib/font_draw.c    int                 w, h, ascent;
h                  82 src/lib/font_draw.c    h = imlib_font_max_ascent_get(fn) - imlib_font_max_descent_get(fn);
h                  84 src/lib/font_draw.c    data = malloc(w * h * sizeof(DATA32));
h                  87 src/lib/font_draw.c    memset(data, 0, w * h * sizeof(DATA32));
h                  89 src/lib/font_draw.c    im2 = __imlib_CreateImage(w, h, data);
h                 102 src/lib/font_draw.c    imlib_font_draw(im2, col, fn, 0, ascent, text, &nx, &ny, 0, 0, w, h);
h                 133 src/lib/font_draw.c                                   im2->w, im2->h, drx, dry, im2->w, im2->h,
h                 146 src/lib/font_draw.c            xx += sa * im2->h;
h                 152 src/lib/font_draw.c              yy -= ca * im2->h;
h                 155 src/lib/font_draw.c                                         0, im2->w, im2->h, xx, yy, (w * ca),
h                 170 src/lib/font_draw.c            *reth = h;
h                 179 src/lib/font_draw.c            *retw = h;
h                 202 src/lib/font_draw.c            xt = -(sa * h);
h                 207 src/lib/font_draw.c            xt = ca * w - sa * h;
h                 220 src/lib/font_draw.c            yt = ca * h;
h                 225 src/lib/font_draw.c            yt = sa * w + ca * h;
h                 230 src/lib/font_draw.c            h = (int)(y2 - y1);
h                 235 src/lib/font_draw.c            *reth = h;
h                 295 src/lib/font_draw.c    im_h = dst->h;
h                 369 src/lib/font_draw.c              int                 i, j, w, h;
h                 376 src/lib/font_draw.c              h = fg->glyph_out->bitmap.rows;
h                 382 src/lib/font_draw.c                        for (i = 0; i < h; i++)
h                  74 src/lib/font_query.c    if (h)
h                  75 src/lib/font_query.c       *h = imlib_font_max_ascent_get(fn) - imlib_font_max_descent_get(fn);      /* TODO: compute this inside the loop since we now may be dealing with multiple fonts */
h                  88 src/lib/grab.c              for (y = 0; y < h; y++)
h                 103 src/lib/grab.c              for (y = 0; y < h; y++)
h                 132 src/lib/grab.c              for (y = 0; y < h; y++)
h                 149 src/lib/grab.c              for (y = 0; y < h; y++)
h                 190 src/lib/grab.c              for (y = 0; y < h; y++)
h                 216 src/lib/grab.c              for (y = 0; y < h; y++)
h                 266 src/lib/grab.c              for (y = 0; y < h; y++)
h                 292 src/lib/grab.c              for (y = 0; y < h; y++)
h                 320 src/lib/grab.c                   for (y = 0; y < h; y++)
h                 337 src/lib/grab.c                   for (y = 0; y < h; y++)
h                 355 src/lib/grab.c                   for (y = 0; y < h; y++)
h                 369 src/lib/grab.c                   for (y = 0; y < h; y++)
h                 386 src/lib/grab.c                   for (y = 0; y < h; y++)
h                 403 src/lib/grab.c                   for (y = 0; y < h; y++)
h                 421 src/lib/grab.c                   for (y = 0; y < h; y++)
h                 437 src/lib/grab.c                   for (y = 0; y < h; y++)
h                 455 src/lib/grab.c                   for (y = 0; y < h; y++)
h                 471 src/lib/grab.c                   for (y = 0; y < h; y++)
h                 487 src/lib/grab.c                   for (y = 0; y < h; y++)
h                 502 src/lib/grab.c                   for (y = 0; y < h; y++)
h                 544 src/lib/grab.c    origh = h;
h                 590 src/lib/grab.c    if (height > h)
h                 591 src/lib/grab.c       height = h;
h                 634 src/lib/grab.c    h = height;
h                 651 src/lib/grab.c                   m = XCreatePixmap(d, p, w, h, 1);
h                 654 src/lib/grab.c                   XFillRectangle(d, m, gc, 0, 0, w, h);
h                 680 src/lib/grab.c         xim = XShmCreateImage(d, v, xatt.depth, ZPixmap, NULL, &shminfo, w, h);
h                 724 src/lib/grab.c       xim = XGetImage(d, p, x, y, w, h, 0xffffffff, ZPixmap);
h                 737 src/lib/grab.c              mxim = XShmCreateImage(d, v, 1, ZPixmap, NULL, &mshminfo, w, h);
h                 783 src/lib/grab.c            mxim = XGetImage(d, m, 0, 0, w, h, 0xffffffff, ZPixmap);
h                 837 src/lib/grab.c                             d, xim, mxim, v, xatt.depth, x, y, w, h, 0);
h                 151 src/lib/grad.c    float               h1, s1, v1, h2, s2, v2, h, s, v, k1, k2;
h                 179 src/lib/grad.c                   h = ((h1 * k2) + (h2 * k1)) / 65536.0;
h                 182 src/lib/grad.c                   __imlib_hsv_to_rgb(h, s, v, &r, &g, &b);
h                 218 src/lib/grad.c         h = ((h1 * k2) + (h2 * k1)) / 65536.0;
h                 221 src/lib/grad.c         __imlib_hsv_to_rgb(h, s, v, &r, &g, &b);
h                 242 src/lib/grad.c    hh = h;
h                 257 src/lib/grad.c         h += y;
h                 261 src/lib/grad.c    if (h <= 0)
h                 263 src/lib/grad.c    if ((y + h) > im->h)
h                 264 src/lib/grad.c       h = (im->h - y);
h                 265 src/lib/grad.c    if (h <= 0)
h                 271 src/lib/grad.c         CLIP_TO(clx, cly, clw, clh, 0, 0, im->w, im->h);
h                 274 src/lib/grad.c         CLIP_TO(x, y, w, h, clx, cly, clw, clh);
h                 275 src/lib/grad.c         if ((w < 1) || (h < 1))
h                 328 src/lib/grad.c              for (yy = 0; yy < h; yy++)
h                 346 src/lib/grad.c              for (yy = 0; yy < h; yy++)
h                 364 src/lib/grad.c         for (yy = 0; yy < h; yy++)
h                 381 src/lib/grad.c         for (yy = 0; yy < h; yy++)
h                 398 src/lib/grad.c         for (yy = 0; yy < h; yy++)
h                 435 src/lib/grad.c    hh = h;
h                 450 src/lib/grad.c         h += y;
h                 454 src/lib/grad.c    if (h <= 0)
h                 456 src/lib/grad.c    if ((y + h) > im->h)
h                 457 src/lib/grad.c       h = (im->h - y);
h                 458 src/lib/grad.c    if (h <= 0)
h                 464 src/lib/grad.c         CLIP_TO(clx, cly, clw, clh, 0, 0, im->w, im->h);
h                 467 src/lib/grad.c         CLIP_TO(x, y, w, h, clx, cly, clw, clh);
h                 468 src/lib/grad.c         if ((w < 1) || (h < 1))
h                 521 src/lib/grad.c              for (yy = 0; yy < h; yy++)
h                 539 src/lib/grad.c              for (yy = 0; yy < h; yy++)
h                 557 src/lib/grad.c         for (yy = 0; yy < h; yy++)
h                 574 src/lib/grad.c         for (yy = 0; yy < h; yy++)
h                 591 src/lib/grad.c         for (yy = 0; yy < h; yy++)
h                 295 src/lib/image.c                 current_cache += im->w * im->h * sizeof(DATA32);
h                 324 src/lib/image.c                           current_cache += ip->w * ip->h * (ip->depth / 8);
h                 326 src/lib/image.c                           current_cache += ip->w * ip->h;
h                 328 src/lib/image.c                           current_cache += ip->w * ip->h * 2;
h                 330 src/lib/image.c                           current_cache += ip->w * ip->h * 4;
h                 334 src/lib/image.c                      current_cache += ip->w * ip->h / 8;
h                 438 src/lib/image.c         if ((ip->w == w) && (ip->h == h) && (ip->depth == depth) && (!ip->dirty)
h                 954 src/lib/image.c    im->h = h;
h                  65 src/lib/image.h    int               w, h;
h                  82 src/lib/image.h    int               w, h;
h                  30 src/lib/line.c    if (!IN_RANGE(x, y, im->w, im->h))
h                  36 src/lib/line.c         clh = im->h;
h                 680 src/lib/line.c         clh = im->h;
h                 684 src/lib/line.c    CLIP_RECT_TO_RECT(clx, cly, clw, clh, 0, 0, im->w, im->h);
h                 713 src/lib/line.c         int                 mi, ma, dx, dy, w, h;
h                 728 src/lib/line.c         h = dy + 1;
h                 735 src/lib/line.c                 h++;
h                 738 src/lib/line.c         CLIP_RECT_TO_RECT(cl_x0, cl_y0, w, h, clx, cly, clw, clh);
h                 739 src/lib/line.c         if ((w < 1) || (h < 1))
h                 742 src/lib/line.c         return __imlib_AddUpdate(NULL, cl_x0, cl_y0, w, h);
h                1080 src/lib/polygon.c         clh = im->h;
h                1084 src/lib/polygon.c    CLIP_RECT_TO_RECT(clx, cly, clw, clh, 0, 0, im->w, im->h);
h                1835 src/lib/polygon.c         clh = im->h;
h                1839 src/lib/polygon.c    CLIP_RECT_TO_RECT(clx, cly, clw, clh, 0, 0, im->w, im->h);
h                 121 src/lib/rectangle.c    if ((w < 1) || (h < 1) || (clw < 0))
h                 123 src/lib/rectangle.c    if ((w == 1) || (h == 1))
h                 125 src/lib/rectangle.c         (void)__imlib_Line_DrawToImage(x, y, x + w - 1, y + h - 1, color,
h                 136 src/lib/rectangle.c         clh = im->h;
h                 140 src/lib/rectangle.c    CLIP_RECT_TO_RECT(clx, cly, clw, clh, 0, 0, im->w, im->h);
h                 144 src/lib/rectangle.c    CLIP_RECT_TO_RECT(clx, cly, clw, clh, x, y, w, h);
h                 151 src/lib/rectangle.c    __imlib_Rectangle_DrawToData(x, y, w, h, color,
h                 161 src/lib/rectangle.c    if ((w < 1) || (h < 1) || (clw < 0))
h                 163 src/lib/rectangle.c    if ((w == 1) || (h == 1))
h                 165 src/lib/rectangle.c         (void)__imlib_Line_DrawToImage(x, y, x + w - 1, y + h - 1, color,
h                 176 src/lib/rectangle.c         clh = im->h;
h                 180 src/lib/rectangle.c    CLIP_RECT_TO_RECT(clx, cly, clw, clh, 0, 0, im->w, im->h);
h                 184 src/lib/rectangle.c    CLIP_RECT_TO_RECT(clx, cly, clw, clh, x, y, w, h);
h                 191 src/lib/rectangle.c    __imlib_Rectangle_FillToData(x, y, w, h, color,
h                 163 src/lib/rend.c         hh = dy + h;
h                 212 src/lib/rend.c    hh = dy + h;
h                 265 src/lib/rend.c    int                 y, h, hh, jump;
h                 292 src/lib/rend.c    CLIP(sx, sy, sw, sh, 0, 0, im->w, im->h);
h                 373 src/lib/rend.c    h = dh;
h                 387 src/lib/rend.c         if (h < LINESIZE)
h                 388 src/lib/rend.c            hh = h;
h                 466 src/lib/rend.c         h -= LINESIZE;
h                 554 src/lib/rend.c         tsy = (hsx * im->h) / im->w;
h                 555 src/lib/rend.c         tsx = -(hsy * im->h) / im->w;
h                2871 src/lib/rgba.c    int                 x, y, w, h;
h                2876 src/lib/rgba.c    h = height;
h                2882 src/lib/rgba.c              for (y = 0; y < h; y++)
h                2893 src/lib/rgba.c              for (y = 0; y < h; y++)
h                2908 src/lib/rgba.c              for (y = 0; y < h; y++)
h                2921 src/lib/rgba.c              for (y = 0; y < h; y++)
h                2941 src/lib/rgba.c    int                 x, y, w, h;
h                2946 src/lib/rgba.c    h = height + dy;
h                2952 src/lib/rgba.c              for (y = dy; y < h; y++)
h                2963 src/lib/rgba.c              for (y = dy; y < h; y++)
h                2978 src/lib/rgba.c              for (y = dy; y < h; y++)
h                2992 src/lib/rgba.c              for (y = 0; y < h; y++)
h                3013 src/lib/rgba.c    int                 x, y, w, h;
h                3018 src/lib/rgba.c    h = height;
h                3024 src/lib/rgba.c              for (y = 0; y < h; y++)
h                3035 src/lib/rgba.c              for (y = 0; y < h; y++)
h                3050 src/lib/rgba.c              for (y = 0; y < h; y++)
h                3063 src/lib/rgba.c              for (y = 0; y < h; y++)
h                3083 src/lib/rgba.c    int                 x, y, w, h;
h                3088 src/lib/rgba.c    h = height + dy;
h                3094 src/lib/rgba.c              for (y = dy; y < h; y++)
h                3105 src/lib/rgba.c              for (y = dy; y < h; y++)
h                3120 src/lib/rgba.c              for (y = dy; y < h; y++)
h                3134 src/lib/rgba.c              for (y = 0; y < h; y++)
h                3155 src/lib/rgba.c    int                 x, y, w, h;
h                3160 src/lib/rgba.c    h = height;
h                3166 src/lib/rgba.c              for (y = 0; y < h; y++)
h                3177 src/lib/rgba.c              for (y = 0; y < h; y++)
h                3192 src/lib/rgba.c              for (y = 0; y < h; y++)
h                3205 src/lib/rgba.c              for (y = 0; y < h; y++)
h                3225 src/lib/rgba.c    int                 x, y, w, h;
h                3230 src/lib/rgba.c    h = height + dy;
h                3236 src/lib/rgba.c              for (y = dy; y < h; y++)
h                3247 src/lib/rgba.c              for (y = dy; y < h; y++)
h                3262 src/lib/rgba.c              for (y = dy; y < h; y++)
h                3276 src/lib/rgba.c              for (y = dy; y < h; y++)
h                3297 src/lib/rgba.c    int                 x, y, w, h;
h                3302 src/lib/rgba.c    h = height;
h                3308 src/lib/rgba.c              for (y = 0; y < h; y++)
h                3319 src/lib/rgba.c              for (y = 0; y < h; y++)
h                3334 src/lib/rgba.c              for (y = 0; y < h; y++)
h                3347 src/lib/rgba.c              for (y = 0; y < h; y++)
h                3367 src/lib/rgba.c    int                 x, y, w, h;
h                3372 src/lib/rgba.c    h = height + dy;
h                3378 src/lib/rgba.c              for (y = dy; y < h; y++)
h                3389 src/lib/rgba.c              for (y = dy; y < h; y++)
h                3404 src/lib/rgba.c              for (y = dy; y < h; y++)
h                3418 src/lib/rgba.c              for (y = dy; y < h; y++)
h                3439 src/lib/rgba.c    int                 x, y, w, h;
h                3443 src/lib/rgba.c    h = height;
h                3449 src/lib/rgba.c              for (y = 0; y < h; y++)
h                3460 src/lib/rgba.c              for (y = 0; y < h; y++)
h                3472 src/lib/rgba.c              for (y = 0; y < h; y++)
h                3487 src/lib/rgba.c         for (y = 0; y < h; y++)
h                3537 src/lib/rgba.c    int                 x, y, w, h;
h                3541 src/lib/rgba.c    h = height + dy;
h                3547 src/lib/rgba.c              for (y = dy; y < h; y++)
h                3558 src/lib/rgba.c              for (y = dy; y < h; y++)
h                3570 src/lib/rgba.c              for (y = dy; y < h; y++)
h                3585 src/lib/rgba.c         for (y = dy; y < h; y++)
h                3617 src/lib/rgba.c    int                 x, y, w, h;
h                3621 src/lib/rgba.c    h = height;
h                3627 src/lib/rgba.c              for (y = 0; y < h; y++)
h                3638 src/lib/rgba.c              for (y = 0; y < h; y++)
h                3650 src/lib/rgba.c              for (y = 0; y < h; y++)
h                3665 src/lib/rgba.c         for (y = 0; y < h; y++)
h                3715 src/lib/rgba.c    int                 x, y, w, h;
h                3719 src/lib/rgba.c    h = height + dy;
h                3725 src/lib/rgba.c              for (y = dy; y < h; y++)
h                3736 src/lib/rgba.c              for (y = dy; y < h; y++)
h                3748 src/lib/rgba.c              for (y = dy; y < h; y++)
h                3763 src/lib/rgba.c         for (y = dy; y < h; y++)
h                3795 src/lib/rgba.c    int                 x, y, w, h;
h                3799 src/lib/rgba.c    h = height;
h                3805 src/lib/rgba.c              for (y = 0; y < h; y++)
h                3816 src/lib/rgba.c              for (y = 0; y < h; y++)
h                3828 src/lib/rgba.c              for (y = 0; y < h; y++)
h                3843 src/lib/rgba.c         for (y = 0; y < h; y++)
h                3893 src/lib/rgba.c    int                 x, y, w, h;
h                3897 src/lib/rgba.c    h = height + dy;
h                3903 src/lib/rgba.c              for (y = dy; y < h; y++)
h                3914 src/lib/rgba.c              for (y = dy; y < h; y++)
h                3926 src/lib/rgba.c              for (y = dy; y < h; y++)
h                3941 src/lib/rgba.c         for (y = dy; y < h; y++)
h                3973 src/lib/rgba.c    int                 x, y, w, h;
h                3977 src/lib/rgba.c    h = height;
h                3983 src/lib/rgba.c              for (y = 0; y < h; y++)
h                3994 src/lib/rgba.c              for (y = 0; y < h; y++)
h                4006 src/lib/rgba.c              for (y = 0; y < h; y++)
h                4021 src/lib/rgba.c         for (y = 0; y < h; y++)
h                4071 src/lib/rgba.c    int                 x, y, w, h;
h                4075 src/lib/rgba.c    h = height + dy;
h                4081 src/lib/rgba.c              for (y = dy; y < h; y++)
h                4092 src/lib/rgba.c              for (y = dy; y < h; y++)
h                4104 src/lib/rgba.c              for (y = dy; y < h; y++)
h                4119 src/lib/rgba.c         for (y = dy; y < h; y++)
h                4151 src/lib/rgba.c    int                 x, y, w, h;
h                4155 src/lib/rgba.c    h = height;
h                4161 src/lib/rgba.c              for (y = 0; y < h; y++)
h                4172 src/lib/rgba.c              for (y = 0; y < h; y++)
h                4184 src/lib/rgba.c              for (y = 0; y < h; y++)
h                4199 src/lib/rgba.c         for (y = 0; y < h; y++)
h                4249 src/lib/rgba.c    int                 x, y, w, h;
h                4253 src/lib/rgba.c    h = height + dy;
h                4259 src/lib/rgba.c              for (y = dy; y < h; y++)
h                4270 src/lib/rgba.c              for (y = dy; y < h; y++)
h                4282 src/lib/rgba.c              for (y = dy; y < h; y++)
h                4297 src/lib/rgba.c         for (y = dy; y < h; y++)
h                4329 src/lib/rgba.c    int                 x, y, w, h;
h                4333 src/lib/rgba.c    h = height;
h                4339 src/lib/rgba.c              for (y = 0; y < h; y++)
h                4350 src/lib/rgba.c              for (y = 0; y < h; y++)
h                4362 src/lib/rgba.c              for (y = 0; y < h; y++)
h                4377 src/lib/rgba.c         for (y = 0; y < h; y++)
h                4427 src/lib/rgba.c    int                 x, y, w, h;
h                4431 src/lib/rgba.c    h = height + dy;
h                4437 src/lib/rgba.c              for (y = dy; y < h; y++)
h                4448 src/lib/rgba.c              for (y = dy; y < h; y++)
h                4460 src/lib/rgba.c              for (y = dy; y < h; y++)
h                4475 src/lib/rgba.c         for (y = dy; y < h; y++)
h                4507 src/lib/rgba.c    int                 x, y, w, h;
h                4511 src/lib/rgba.c    h = height;
h                4517 src/lib/rgba.c              for (y = 0; y < h; y++)
h                4528 src/lib/rgba.c              for (y = 0; y < h; y++)
h                4540 src/lib/rgba.c              for (y = 0; y < h; y++)
h                4555 src/lib/rgba.c         for (y = 0; y < h; y++)
h                4605 src/lib/rgba.c    int                 x, y, w, h;
h                4609 src/lib/rgba.c    h = height + dy;
h                4615 src/lib/rgba.c              for (y = dy; y < h; y++)
h                4626 src/lib/rgba.c              for (y = dy; y < h; y++)
h                4638 src/lib/rgba.c              for (y = dy; y < h; y++)
h                4653 src/lib/rgba.c         for (y = dy; y < h; y++)
h                4685 src/lib/rgba.c    int                 x, y, w, h;
h                4689 src/lib/rgba.c    h = height;
h                4691 src/lib/rgba.c    for (y = 0; y < h; y++)
h                4710 src/lib/rgba.c    int                 x, y, w, h;
h                4714 src/lib/rgba.c    h = height + dy;
h                4716 src/lib/rgba.c    for (y = dy; y < h; y++)
h                4735 src/lib/rgba.c    int                 x, y, w, h;
h                4739 src/lib/rgba.c    h = height;
h                4741 src/lib/rgba.c    for (y = 0; y < h; y++)
h                4760 src/lib/rgba.c    int                 x, y, w, h;
h                4764 src/lib/rgba.c    h = height + dy;
h                4766 src/lib/rgba.c    for (y = dy; y < h; y++)
h                4785 src/lib/rgba.c    int                 y, w, h;
h                4790 src/lib/rgba.c    h = height;
h                4794 src/lib/rgba.c         for (y = h; y > 0; y--)
h                4802 src/lib/rgba.c       memcpy(dest, src, h * w * sizeof(DATA32));
h                4813 src/lib/rgba.c    int                 x, y, w, h;
h                4818 src/lib/rgba.c    h = height;
h                4820 src/lib/rgba.c    for (y = 0; y < h; y++)
h                4839 src/lib/rgba.c    int                 x, y, w, h;
h                4843 src/lib/rgba.c    h = height;
h                4845 src/lib/rgba.c    for (y = 0; y < h; y++)
h                4864 src/lib/rgba.c    int                 x, y, w, h;
h                4868 src/lib/rgba.c    h = height;
h                4870 src/lib/rgba.c    for (y = 0; y < h; y++)
h                  16 src/lib/rgbadraw.c    for (y = 0; y < im->h; y++)
h                  40 src/lib/rgbadraw.c    for (y = 0; y < (im->h >> 1); y++)
h                  43 src/lib/rgbadraw.c         p2 = im->data + ((im->h - 1 - y) * im->w);
h                  65 src/lib/rgbadraw.c    p2 = im->data + (im->h * im->w) - 1;
h                  66 src/lib/rgbadraw.c    for (x = (im->w * im->h) / 2; --x >= 0;)
h                  94 src/lib/rgbadraw.c    data = malloc(im->w * im->h * sizeof(DATA32));
h                  96 src/lib/rgbadraw.c    w = im->h;
h                  97 src/lib/rgbadraw.c    im->h = im->w;
h                  99 src/lib/rgbadraw.c    hw = w * im->h;
h                 147 src/lib/rgbadraw.c         for (y = im->h; --y >= 0;)
h                 169 src/lib/rgbadraw.c    data = malloc(im->w * im->h * sizeof(DATA32));
h                 175 src/lib/rgbadraw.c    for (y = 0; y < im->h; y++)
h                 184 src/lib/rgbadraw.c         if ((my + mh) > im->h)
h                 185 src/lib/rgbadraw.c            mh = im->h - my;
h                 256 src/lib/rgbadraw.c    data = malloc(im->w * im->h * sizeof(DATA32));
h                 266 src/lib/rgbadraw.c         for (y = 1; y < (im->h - 1); y++)
h                 319 src/lib/rgbadraw.c    data = malloc(im->w * im->h * sizeof(DATA32));
h                 322 src/lib/rgbadraw.c    for (y = 0; y < im->h; y++)
h                 393 src/lib/rgbadraw.c    data = malloc(im->w * im->h * sizeof(DATA32));
h                 395 src/lib/rgbadraw.c    for (y = 0; y < im->h; y++)
h                 398 src/lib/rgbadraw.c         if (y < (im->h >> 1))
h                 400 src/lib/rgbadraw.c              p2 = im->data + ((y + (im->h >> 1)) * im->w);
h                 401 src/lib/rgbadraw.c              mix = (y * 255) / (im->h >> 1);
h                 405 src/lib/rgbadraw.c              p2 = im->data + ((y - (im->h >> 1)) * im->w);
h                 406 src/lib/rgbadraw.c              mix = ((im->h - y) * 255) / (im->h - (im->h >> 1));
h                 475 src/lib/rgbadraw.c         h += y;
h                 479 src/lib/rgbadraw.c    if (h <= 0)
h                 483 src/lib/rgbadraw.c         h += ny;
h                 487 src/lib/rgbadraw.c    if (h <= 0)
h                 489 src/lib/rgbadraw.c    if ((y + h) > im->h)
h                 490 src/lib/rgbadraw.c       h = (im->h - y);
h                 491 src/lib/rgbadraw.c    if (h <= 0)
h                 493 src/lib/rgbadraw.c    if ((ny + h) > im->h)
h                 494 src/lib/rgbadraw.c       h = (im->h - ny);
h                 495 src/lib/rgbadraw.c    if (h <= 0)
h                 507 src/lib/rgbadraw.c         for (yy = 0; yy < h; yy++)
h                 523 src/lib/rgbadraw.c         p1 = im->data + ((y + h - 1) * im->w) + x + w - 1;
h                 524 src/lib/rgbadraw.c         p2 = im->data + ((ny + h - 1) * im->w) + nx + w - 1;
h                 526 src/lib/rgbadraw.c         for (yy = 0; yy < h; yy++)
h                 577 src/lib/rgbadraw.c         h += y;
h                 581 src/lib/rgbadraw.c    if (h <= 0)
h                 585 src/lib/rgbadraw.c         h += ny;
h                 589 src/lib/rgbadraw.c    if (h <= 0)
h                 591 src/lib/rgbadraw.c    if ((y + h) > src->h)
h                 592 src/lib/rgbadraw.c       h = (src->h - y);
h                 593 src/lib/rgbadraw.c    if (h <= 0)
h                 595 src/lib/rgbadraw.c    if ((ny + h) > dst->h)
h                 596 src/lib/rgbadraw.c       h = (dst->h - ny);
h                 597 src/lib/rgbadraw.c    if (h <= 0)
h                 608 src/lib/rgbadraw.c     for (yy = 0; yy < h; yy++)
h                   8 src/lib/rgbadraw.h ( ((unsigned)(x) < (w)) && ((unsigned)(y) < (h)) )
h                  22 src/lib/rgbadraw.h   _t1 = MIN(y + h, (ry) + (rh));				\
h                  24 src/lib/rgbadraw.h   h = _t1 - _t0;						\
h                  48 src/lib/rgbadraw.h    int x, y, w, h;
h                 401 src/lib/rotate.c    if ((ssh + ssy) > im_src->h)
h                 402 src/lib/rotate.c       ssh = im_src->h - ssy;
h                 417 src/lib/rotate.c    for (i = 0; i < im_dst->h; i += LINESIZE)
h                 419 src/lib/rotate.c         int                 x2, y2, w, h, l, r;
h                 421 src/lib/rotate.c         h = MIN(LINESIZE, im_dst->h - i);
h                 423 src/lib/rotate.c         x2 = x + h * dxv;
h                 424 src/lib/rotate.c         y2 = y + h * dyv;
h                 427 src/lib/rotate.c         h = ssh << _ROTATE_PREC;
h                 432 src/lib/rotate.c              h += 2 << _ROTATE_PREC;
h                 440 src/lib/rotate.c                   r = MIN((h - MIN(y, y2)) / dyh, (w - MIN(x, x2)) / dxh);
h                 445 src/lib/rotate.c                   l = MAX(-MAX(x, x2) / dxh, (h - MIN(y, y2)) / dyh);
h                 461 src/lib/rotate.c                   r = MIN(-MAX(x, x2) / dxh, (h - MIN(y, y2)) / dyh);
h                 466 src/lib/rotate.c                   l = MAX((h - MIN(y, y2)) / dyh, (w - MIN(x, x2)) / dxh);
h                 483 src/lib/rotate.c                   r = (h - MIN(y, y2)) / dyh;
h                 488 src/lib/rotate.c                   l = (h - MIN(y, y2)) / dyh;
h                 515 src/lib/rotate.c         h = MIN(LINESIZE, im_dst->h - i);
h                 524 src/lib/rotate.c                 __imlib_mmx_RotateAA(src, data, im_src->w, ssw, ssh, w, w, h,
h                 528 src/lib/rotate.c                 __imlib_RotateAA(src, data, im_src->w, ssw, ssh, w, w, h,
h                 534 src/lib/rotate.c              __imlib_RotateSample(src, data, im_src->w, ssw, ssh, w, w, h,
h                 538 src/lib/rotate.c         __imlib_BlendRGBAToData(data, w, h, im_dst->data,
h                 539 src/lib/rotate.c                                 im_dst->w, im_dst->h, 0, 0, l, i, w, h,
h                 247 src/lib/scale.c    sch = dh * im->h / sh;
h                 254 src/lib/scale.c    isi->pix_assert = im->data + im->w * im->h;
h                 262 src/lib/scale.c    isi->ypoints = __imlib_CalcYPoints(im->data, im->w, im->h, sch,
h                 272 src/lib/scale.c         isi->yapoints = __imlib_CalcApoints(im->h, sch, im->border.top,
h                  34 src/lib/updates.c    th = h >> TB;
h                  35 src/lib/updates.c    if (h & TM)
h                  47 src/lib/updates.c         CLIP(uu->x, uu->y, uu->w, uu->h, 0, 0, w, h);
h                  48 src/lib/updates.c         for (y = uu->y >> TB; y <= ((uu->y + uu->h - 1) >> TB); y++)
h                 148 src/lib/updates.c    if ((w < 1) || (h < 1) || ((x + w) < 1) || ((y + h) < 1))
h                 154 src/lib/updates.c    nu->h = h;
h                   7 src/lib/updates.h    int x, y, w, h;
h                 202 src/lib/ximage.c             (list_xim[i]->width >= w) && (list_xim[i]->height >= h) &&
h                 245 src/lib/ximage.c                               list_si[list_num - 1], w, h);
h                 330 src/lib/ximage.c         xim = XCreateImage(d, v, depth, ZPixmap, 0, NULL, w, h, 32, 0);
h                  22 src/modules/filters/filter_bumpmap.c    int                 w, h, i, j, w2, h2, wh2, mx, my;
h                  47 src/modules/filters/filter_bumpmap.c    h = imlib_image_get_height();
h                  66 src/modules/filters/filter_bumpmap.c    for (j = h; --j >= 0;)
h                 141 src/modules/filters/filter_bumpmap.c    int                 w, h, i, j, w2, h2, wh2, mx, my;
h                 167 src/modules/filters/filter_bumpmap.c    h = imlib_image_get_height();
h                 180 src/modules/filters/filter_bumpmap.c    for (j = h; --j >= 0;)
h                  59 src/modules/filters/filter_colormod.c    int                 x = 0, y = 0, h, w, i;
h                  64 src/modules/filters/filter_colormod.c    h = imlib_image_get_height();
h                  85 src/modules/filters/filter_colormod.c              GET_INT(h, ptr);
h                 221 src/modules/filters/filter_colormod.c    imlib_apply_color_modifier_to_rectangle(x, y, w, h);
h                  39 src/modules/filters/filter_test.c         int                 x = 0, y = 0, w = 0, h = 0;
h                  48 src/modules/filters/filter_test.c         h = imlib_image_get_height();
h                  58 src/modules/filters/filter_test.c              ASSIGN_INT("h", h);
h                  64 src/modules/filters/filter_test.c         anoim = imlib_create_image(w, h);
h                  70 src/modules/filters/filter_test.c         imlib_image_fill_rectangle(0, 0, w, h);
h                  76 src/modules/filters/filter_test.c         imlib_apply_color_modifier_to_rectangle(0, 0, w, h);
h                  79 src/modules/filters/filter_test.c         imlib_blend_image_onto_image(anoim, 0, 0, 0, w, h, x, y, w, h);
h                  13 src/modules/loaders/loader_argb.c    int                 w = 0, h = 0, alpha = 0;
h                  33 src/modules/loaders/loader_argb.c       sscanf(buf, "%s %i %i %i", buf2, &w, &h, &alpha);
h                  39 src/modules/loaders/loader_argb.c       if ((w < 1) || (h < 1) || (w > 8192) || (h > 8192))
h                  45 src/modules/loaders/loader_argb.c       im->h = h;
h                  62 src/modules/loaders/loader_argb.c         ptr = im->data = malloc(w * h * sizeof(DATA32));
h                  68 src/modules/loaders/loader_argb.c         for (y = 0; y < h; y++)
h                  87 src/modules/loaders/loader_argb.c                   per = (char)((100 * y) / im->h);
h                  89 src/modules/loaders/loader_argb.c                       (y == (im->h - 1)))
h                 127 src/modules/loaders/loader_argb.c    fprintf(f, "ARGB %i %i %i\n", im->w, im->h, alpha);
h                 129 src/modules/loaders/loader_argb.c    for (y = 0; y < im->h; y++)
h                 149 src/modules/loaders/loader_argb.c              per = (char)((100 * y) / im->h);
h                 150 src/modules/loaders/loader_argb.c              if (((per - pper) >= progress_granularity) || (y == (im->h - 1)))
h                 148 src/modules/loaders/loader_bmp.c    unsigned long       i, w, h;
h                 204 src/modules/loaders/loader_bmp.c            h = tmpShort;
h                 213 src/modules/loaders/loader_bmp.c            ReadleLong(f, &h);
h                 228 src/modules/loaders/loader_bmp.c       if ((w < 1) || (h < 1) || (w > 8192) || (h > 8192))
h                 301 src/modules/loaders/loader_bmp.c       im->h = h;
h                 317 src/modules/loaders/loader_bmp.c         im->data = malloc(w * h * sizeof(DATA32));
h                 330 src/modules/loaders/loader_bmp.c         data_end = im->data + w * h;
h                 331 src/modules/loaders/loader_bmp.c         ptr = im->data + ((h - 1) * w);
h                 338 src/modules/loaders/loader_bmp.c                   for (y = 0; y < h; y++)
h                 358 src/modules/loaders/loader_bmp.c                             per = (char)((100 * y) / im->h);
h                 360 src/modules/loaders/loader_bmp.c                                 (y == (im->h - 1)))
h                 364 src/modules/loaders/loader_bmp.c                                      (im, per, 0, im->h - y - 1, im->w,
h                 365 src/modules/loaders/loader_bmp.c                                       im->h - y + l))
h                 445 src/modules/loaders/loader_bmp.c                                    if (++y >= h) goto _bail;
h                 446 src/modules/loaders/loader_bmp.c                                    ptr = im->data + (h - y - 1) * w;
h                 458 src/modules/loaders/loader_bmp.c                                    if (y >= h) goto _bail;
h                 459 src/modules/loaders/loader_bmp.c                                    ptr = im->data + (h - y - 1) * w + x;
h                 497 src/modules/loaders/loader_bmp.c                             per = (char)((100 * y) / im->h);
h                 499 src/modules/loaders/loader_bmp.c                                 (y == (im->h - 1)))
h                 503 src/modules/loaders/loader_bmp.c                                      (im, per, 0, im->h - y - 1, im->w,
h                 504 src/modules/loaders/loader_bmp.c                                       im->h - y + l))
h                 519 src/modules/loaders/loader_bmp.c                   for (y = 0; y < h; y++)
h                 539 src/modules/loaders/loader_bmp.c                             per = (char)((100 * y) / im->h);
h                 541 src/modules/loaders/loader_bmp.c                                 (y == (im->h - 1)))
h                 545 src/modules/loaders/loader_bmp.c                                      (im, per, 0, im->h - y - 1, im->w,
h                 546 src/modules/loaders/loader_bmp.c                                       im->h - y + l))
h                 589 src/modules/loaders/loader_bmp.c                                    if (++y >= h) goto _bail;
h                 590 src/modules/loaders/loader_bmp.c                                    ptr = im->data + ((h - y - 1) * w) + x;
h                 602 src/modules/loaders/loader_bmp.c                                    if (y >= h) goto _bail;
h                 603 src/modules/loaders/loader_bmp.c                                    ptr = im->data + ((h - y - 1) * w) + x;
h                 630 src/modules/loaders/loader_bmp.c                        per = (char)((100 * y) / im->h);
h                 632 src/modules/loaders/loader_bmp.c                            (y == (im->h - 1)))
h                 636 src/modules/loaders/loader_bmp.c                                 (im, per, 0, im->h - y - 1, im->w,
h                 637 src/modules/loaders/loader_bmp.c                                  im->h - y + l))
h                 650 src/modules/loaders/loader_bmp.c                   for (y = 0; y < h; y++)
h                 667 src/modules/loaders/loader_bmp.c                             per = (char)((100 * y) / im->h);
h                 669 src/modules/loaders/loader_bmp.c                                 (y == (im->h - 1)))
h                 673 src/modules/loaders/loader_bmp.c                                      (im, per, 0, im->h - y - 1, im->w,
h                 674 src/modules/loaders/loader_bmp.c                                       im->h - y + l))
h                 692 src/modules/loaders/loader_bmp.c              for (y = 0; y < h; y++)
h                 718 src/modules/loaders/loader_bmp.c                        per = (char)((100 * y) / im->h);
h                 720 src/modules/loaders/loader_bmp.c                            (y == (im->h - 1)))
h                 724 src/modules/loaders/loader_bmp.c                                 (im, per, 0, im->h - y - 1, im->w,
h                 725 src/modules/loaders/loader_bmp.c                                  im->h - y + l))
h                 741 src/modules/loaders/loader_bmp.c              for (y = 0; y < h; y++)
h                 757 src/modules/loaders/loader_bmp.c                        per = (char)((100 * y) / im->h);
h                 759 src/modules/loaders/loader_bmp.c                            (y == (im->h - 1)))
h                 763 src/modules/loaders/loader_bmp.c                                 (im, per, 0, im->h - y - 1, im->w,
h                 764 src/modules/loaders/loader_bmp.c                                  im->h - y + l))
h                 780 src/modules/loaders/loader_bmp.c              for (y = 0; y < h; y++)
h                 809 src/modules/loaders/loader_bmp.c                        per = (char)((100 * y) / im->h);
h                 811 src/modules/loaders/loader_bmp.c                            (y == (im->h - 1)))
h                 815 src/modules/loaders/loader_bmp.c                                 (im, per, 0, im->h - y - 1, im->w,
h                 816 src/modules/loaders/loader_bmp.c                                  im->h - y + l))
h                 852 src/modules/loaders/loader_bmp.c    WriteleLong(f, 54 + 3 * im->w * im->h);  /* filesize */
h                 860 src/modules/loaders/loader_bmp.c    WriteleLong(f, im->h);
h                 864 src/modules/loaders/loader_bmp.c    WriteleLong(f, 3 * im->w * im->h);
h                 869 src/modules/loaders/loader_bmp.c    for (i = 0; i < im->h; i++)
h                 873 src/modules/loaders/loader_bmp.c                imlib_image_query_pixel (j, im->h - i - 1, &pixel_color);
h                  16 src/modules/loaders/loader_gif.c    int                 i, j, done, bg, r, g, b, w = 0, h = 0;
h                  60 src/modules/loaders/loader_gif.c              h = gif->Image.Height;
h                  61 src/modules/loaders/loader_gif.c 	     if ((w < 1) || (h < 1) || (w > 8192) || (h > 8192))
h                  66 src/modules/loaders/loader_gif.c              rows = malloc(h * sizeof(GifRowType *));
h                  72 src/modules/loaders/loader_gif.c              for (i = 0; i < h; i++)
h                  76 src/modules/loaders/loader_gif.c              for (i = 0; i < h; i++)
h                  82 src/modules/loaders/loader_gif.c                        for (i = 0; i < h; i++)
h                  97 src/modules/loaders/loader_gif.c                        for (j = intoffset[i]; j < h; j += intjump[i])
h                 105 src/modules/loaders/loader_gif.c                   for (i = 0; i < h; i++)
h                 142 src/modules/loaders/loader_gif.c    im->h = h;
h                 149 src/modules/loaders/loader_gif.c         im->data = (DATA32 *) malloc(sizeof(DATA32) * w * h);
h                 157 src/modules/loaders/loader_gif.c         per_inc = 100.0 / (((float)w) * h);
h                 158 src/modules/loaders/loader_gif.c         for (i = 0; i < h; i++)
h                 184 src/modules/loaders/loader_gif.c                             for (i = 0; i < h; i++)
h                 198 src/modules/loaders/loader_gif.c         progress(im, 100, 0, last_y, w, h);
h                 201 src/modules/loaders/loader_gif.c    for (i = 0; i < h; i++)
h                  49 src/modules/loaders/loader_jpeg.c    int                 w, h;
h                  78 src/modules/loaders/loader_jpeg.c         im->h = h = cinfo.output_height;
h                  79 src/modules/loaders/loader_jpeg.c 	if ((w < 1) || (h < 1) || (w > 8192) || (h > 8192))
h                  81 src/modules/loaders/loader_jpeg.c              im->w = im->h = 0;
h                  96 src/modules/loaders/loader_jpeg.c         im->h = h = cinfo.output_height;
h                  99 src/modules/loaders/loader_jpeg.c             (w < 1) || (h < 1) || (w > 8192) || (h > 8192))
h                 101 src/modules/loaders/loader_jpeg.c              im->w = im->h = 0;
h                 109 src/modules/loaders/loader_jpeg.c              im->w = im->h = 0;
h                 115 src/modules/loaders/loader_jpeg.c         ptr2 = im->data = malloc(w * h * sizeof(DATA32));
h                 118 src/modules/loaders/loader_jpeg.c              im->w = im->h = 0;
h                 130 src/modules/loaders/loader_jpeg.c              for (l = 0; l < h; l += cinfo.rec_outbuf_height)
h                 134 src/modules/loaders/loader_jpeg.c                   if ((h - l) < scans)
h                 135 src/modules/loaders/loader_jpeg.c                      scans = h - l;
h                 153 src/modules/loaders/loader_jpeg.c                        per = (l * 100) / h;
h                 155 src/modules/loaders/loader_jpeg.c                            || ((h - l) <= cinfo.rec_outbuf_height))
h                 176 src/modules/loaders/loader_jpeg.c              for (l = 0; l < h; l += cinfo.rec_outbuf_height)
h                 180 src/modules/loaders/loader_jpeg.c                   if ((h - l) < scans)
h                 181 src/modules/loaders/loader_jpeg.c                      scans = h - l;
h                 199 src/modules/loaders/loader_jpeg.c                        per = (l * 100) / h;
h                 201 src/modules/loaders/loader_jpeg.c                            || ((h - l) <= cinfo.rec_outbuf_height))
h                 269 src/modules/loaders/loader_jpeg.c    cinfo.image_height = im->h;
h                 325 src/modules/loaders/loader_jpeg.c              per = (char)((100 * y) / im->h);
h                 326 src/modules/loaders/loader_jpeg.c              if (((per - pper) >= progress_granularity) || (y == (im->h - 1)))
h                 253 src/modules/loaders/loader_lbm.c unsigned char bit, r, g, b, a, v, h, *pal;
h                 286 src/modules/loaders/loader_lbm.c             h = (l & ~v) >> (ilbm->depth - 2);
h                 288 src/modules/loaders/loader_lbm.c             if (h == 0x00) {
h                 303 src/modules/loaders/loader_lbm.c             else if (h == 0x01) b = scalegun(v, 8 - (ilbm->depth - 2));
h                 304 src/modules/loaders/loader_lbm.c             else if (h == 0x02) r = scalegun(v, 8 - (ilbm->depth - 2));
h                 309 src/modules/loaders/loader_lbm.c             h = (l & ~v) >> (ilbm->depth - 1);
h                 325 src/modules/loaders/loader_lbm.c             if (h) {
h                 404 src/modules/loaders/loader_lbm.c         im->h = L2RWORD(ilbm.bmhd.data + 2);
h                 405 src/modules/loaders/loader_lbm.c 	if ((im->w < 1) || (im->h < 1) || (im->w > 8192) || (im->h > 8192))
h                 440 src/modules/loaders/loader_lbm.c         im->w = im->h = 0;
h                 455 src/modules/loaders/loader_lbm.c     im->data = malloc(im->w * im->h * sizeof(DATA32));
h                 468 src/modules/loaders/loader_lbm.c             nexty = ((im->h * gran) / 100);
h                 473 src/modules/loaders/loader_lbm.c         for (y = 0; y < im->h; y++) {
h                 479 src/modules/loaders/loader_lbm.c             if (progress && (y >= nexty || y == im->h - 1)) {
h                 480 src/modules/loaders/loader_lbm.c                 if (!progress(im, (char)((100 * (y + 1)) / im->h), 0, prevy, im->w, y + 1)) {
h                 486 src/modules/loaders/loader_lbm.c                 nexty = ((im->h * gran) / 100);
h                 498 src/modules/loaders/loader_lbm.c         im->w = im->h = 0;
h                  20 src/modules/loaders/loader_png.c    int                 w, h;
h                  73 src/modules/loaders/loader_png.c         im->h = (int)h32;
h                 105 src/modules/loaders/loader_png.c         h = im->h;
h                 145 src/modules/loaders/loader_png.c         im->data = malloc(w * h * sizeof(DATA32));
h                 153 src/modules/loaders/loader_png.c         lines = (unsigned char **)malloc(h * sizeof(unsigned char *));
h                 164 src/modules/loaders/loader_png.c         for (i = 0; i < h; i++)
h                 177 src/modules/loaders/loader_png.c                   for (y = 0; y < h; y += nrows)
h                 181 src/modules/loaders/loader_png.c                        per = (((pass * h) + y) * 100) / (h * number_passes);
h                 288 src/modules/loaders/loader_png.c         png_set_IHDR(png_ptr, info_ptr, im->w, im->h, 8,
h                 299 src/modules/loaders/loader_png.c         png_set_IHDR(png_ptr, info_ptr, im->w, im->h, 8, PNG_COLOR_TYPE_RGB,
h                 351 src/modules/loaders/loader_png.c       for (y = 0; y < im->h; y++)
h                 371 src/modules/loaders/loader_png.c                 per = 100 * (pass + y / (float) im->h) / num_passes;
h                   9 src/modules/loaders/loader_pnm.c    int                 w = 0, h = 0, v = 255, c = 0;
h                  88 src/modules/loaders/loader_pnm.c                          h = atoi(buf);
h                 105 src/modules/loaders/loader_pnm.c    im->h = h;
h                 106 src/modules/loaders/loader_pnm.c    if ((w < 1) || (h < 1) || (w > 8192) || (h > 8192))
h                 132 src/modules/loaders/loader_pnm.c         ptr2 = im->data = malloc(w * h * sizeof(DATA32));
h                 144 src/modules/loaders/loader_pnm.c                for (y = 0; y < h; y++)
h                 180 src/modules/loaders/loader_pnm.c                          per = (char)((100 * y) / im->h);
h                 182 src/modules/loaders/loader_pnm.c                              || (y == (im->h - 1)))
h                 187 src/modules/loaders/loader_pnm.c                               if (y == (im->h - 1))
h                 212 src/modules/loaders/loader_pnm.c                for (y = 0; y < h; y++)
h                 269 src/modules/loaders/loader_pnm.c                          per = (char)((100 * y) / im->h);
h                 271 src/modules/loaders/loader_pnm.c                              || (y == (im->h - 1)))
h                 277 src/modules/loaders/loader_pnm.c                               if (y == (im->h - 1))
h                 304 src/modules/loaders/loader_pnm.c                for (y = 0; y < h; y++)
h                 363 src/modules/loaders/loader_pnm.c                          per = (char)((100 * y) / im->h);
h                 365 src/modules/loaders/loader_pnm.c                              || (y == (im->h - 1)))
h                 370 src/modules/loaders/loader_pnm.c                               if (y == (im->h - 1))
h                 395 src/modules/loaders/loader_pnm.c                while ((fread(data, 1, 1, f)) && (j < (w * h)))
h                 399 src/modules/loaders/loader_pnm.c                          if (j < (w * h))
h                 419 src/modules/loaders/loader_pnm.c                for (y = 0; y < h; y++)
h                 456 src/modules/loaders/loader_pnm.c                          per = (char)((100 * y) / im->h);
h                 458 src/modules/loaders/loader_pnm.c                              || (y == (im->h - 1)))
h                 463 src/modules/loaders/loader_pnm.c                               if (y == (im->h - 1))
h                 487 src/modules/loaders/loader_pnm.c                for (y = 0; y < h; y++)
h                 524 src/modules/loaders/loader_pnm.c                          per = (char)((100 * y) / im->h);
h                 526 src/modules/loaders/loader_pnm.c                              || (y == (im->h - 1)))
h                 531 src/modules/loaders/loader_pnm.c                               if (y == (im->h - 1))
h                 555 src/modules/loaders/loader_pnm.c                for (y = 0; y < h; y++)
h                 584 src/modules/loaders/loader_pnm.c                          per = (char)((100 * y) / im->h);
h                 586 src/modules/loaders/loader_pnm.c                              || (y == (im->h - 1)))
h                 589 src/modules/loaders/loader_pnm.c                               if (y == (im->h - 1))
h                 613 src/modules/loaders/loader_pnm.c                for (y = 0; y < h; y++)
h                 653 src/modules/loaders/loader_pnm.c                          per = (char)((100 * y) / im->h);
h                 655 src/modules/loaders/loader_pnm.c                              || (y == (im->h - 1)))
h                 658 src/modules/loaders/loader_pnm.c                               if (y == (im->h - 1))
h                 715 src/modules/loaders/loader_pnm.c                 im->w, im->h);
h                 716 src/modules/loaders/loader_pnm.c         for (y = 0; y < im->h; y++)
h                 734 src/modules/loaders/loader_pnm.c                   per = (char)((100 * y) / im->h);
h                 736 src/modules/loaders/loader_pnm.c                       || (y == (im->h - 1)))
h                 762 src/modules/loaders/loader_pnm.c                 im->w, im->h);
h                 763 src/modules/loaders/loader_pnm.c         for (y = 0; y < im->h; y++)
h                 780 src/modules/loaders/loader_pnm.c                   per = (char)((100 * y) / im->h);
h                 782 src/modules/loaders/loader_pnm.c                       || (y == (im->h - 1)))
h                  96 src/modules/loaders/loader_tga.c    header.heightLo = im->h & 0xFF;
h                  98 src/modules/loaders/loader_tga.c    header.heightHi = im->h >> 8;
h                 109 src/modules/loaders/loader_tga.c    buf = malloc(im->w * im->h * ((im->flags & F_HAS_ALPHA) ? 4 : 3));
h                 121 src/modules/loaders/loader_tga.c    for (y = 0; y < im->h; y++)
h                 153 src/modules/loaders/loader_tga.c              per = (char)((100 * y) / im->h);
h                 154 src/modules/loaders/loader_tga.c              if (((per - pper) >= progress_granularity) || (y == (im->h - 1)))
h                 174 src/modules/loaders/loader_tga.c    fwrite(buf, 1, im->w * im->h * ((im->flags & F_HAS_ALPHA) ? 4 : 3), f);
h                 284 src/modules/loaders/loader_tga.c    im->h = (header->heightHi << 8) | header->heightLo;
h                 286 src/modules/loaders/loader_tga.c    if ((im->w < 1) || (im->h < 1) || (im->w > 8192) || (im->h > 8192))
h                 312 src/modules/loaders/loader_tga.c         im->data = malloc(im->w * im->h * sizeof(DATA32));
h                 342 src/modules/loaders/loader_tga.c              for (y = 0; y < im->h; y++)        /* for each row */
h                 349 src/modules/loaders/loader_tga.c                      dataptr = im->data + ((im->h - y - 1) * im->w);
h                 399 src/modules/loaders/loader_tga.c 		  progress(im, 100, 0, 0, im->w, im->h);
h                 407 src/modules/loaders/loader_tga.c              DATA32             *final_pixel = dataptr + im->w * im->h;
h                 504 src/modules/loaders/loader_tga.c              if (vinverted) tgaflip(im->data, im->w, im->h);
h                 507 src/modules/loaders/loader_tga.c 		  progress(im, 100, 0, 0, im->w, im->h);
h                 545 src/modules/loaders/loader_tga.c    adv2 = in + (w * (h - 1));
h                 547 src/modules/loaders/loader_tga.c    for (y = 0; y < (h / 2); y++)
h                  34 src/modules/loaders/loader_tiff.c    (*(((TIFFRGBAImage_Extra *) img)->put_contig)) (img, rast, x, y, w, h,
h                  36 src/modules/loaders/loader_tiff.c    raster((TIFFRGBAImage_Extra *) img, rast, x, y, w, h);
h                  47 src/modules/loaders/loader_tiff.c       (img, rast, x, y, w, h, fromskew, toskew, r, g, b, a);
h                  48 src/modules/loaders/loader_tiff.c    raster((TIFFRGBAImage_Extra *) img, rast, x, y, w, h);
h                  64 src/modules/loaders/loader_tiff.c    image_height = img->image->h;
h                  66 src/modules/loaders/loader_tiff.c    dy = h > y ? -1 : y - h;
h                 106 src/modules/loaders/loader_tiff.c              per = (char)(((real_y + h - 1) * 100) / image_height);
h                 109 src/modules/loaders/loader_tiff.c                  (real_y + h) >= image_height)
h                 112 src/modules/loaders/loader_tiff.c                                     (real_y + h) - img->py);
h                 113 src/modules/loaders/loader_tiff.c                   img->py = real_y + h;
h                 121 src/modules/loaders/loader_tiff.c              per = (char)((w * h * 100) / img->num_pixels);
h                 124 src/modules/loaders/loader_tiff.c                                (image_height - 1) - y, w, h);
h                 186 src/modules/loaders/loader_tiff.c    im->h = height = rgba_image.rgba.height;
h                 306 src/modules/loaders/loader_tiff.c    TIFFSetField(tif, TIFFTAG_IMAGELENGTH, im->h);
h                 398 src/modules/loaders/loader_tiff.c    for (y = 0; y < im->h; y++)
h                 438 src/modules/loaders/loader_tiff.c              per = (char)((100 * y) / im->h);
h                 100 src/modules/loaders/loader_xpm.c    int                 pc, c, i, j, k, w, h, ncolors, cpp, comment, transp,
h                 146 src/modules/loaders/loader_xpm.c    h = 10;
h                 188 src/modules/loaders/loader_xpm.c                        sscanf(line, "%i %i %i %i", &w, &h, &ncolors, &cpp);
h                 216 src/modules/loaders/loader_xpm.c                        if ((h > 8192) || (h < 1))
h                 226 src/modules/loaders/loader_xpm.c                        im->h = h;
h                 240 src/modules/loaders/loader_xpm.c                        per_inc = 100.0 / (((float)w) * h);
h                 246 src/modules/loaders/loader_xpm.c                                                   im->h);
h                 256 src/modules/loaders/loader_xpm.c                             end = ptr + (sizeof(DATA32) * w * h);
h                 257 src/modules/loaders/loader_xpm.c                             pixels = w * h;
h                 660 src/modules/loaders/loader_xpm.c         if (((ptr) && ((ptr - im->data) >= (w * h * sizeof(DATA32)))) ||
h                 667 src/modules/loaders/loader_xpm.c         progress(im, 100, 0, last_y, w, h);