dh                244 src/bin/imlib2_view.c                   int                 sx, sy, sw, sh, dx, dy, dw, dh;
dh                258 src/bin/imlib2_view.c                        dh = image_height;
dh                270 src/bin/imlib2_view.c                        dh = image_height * zoom;
dh                282 src/bin/imlib2_view.c                      (sx, sy, sw, sh, dx, dy, dw, dh);
dh                311 src/bin/imlib2_view.c                   int                 sx, sy, sw, sh, dx, dy, dw, dh;
dh                318 src/bin/imlib2_view.c                        dh = image_height;
dh                330 src/bin/imlib2_view.c                        dh = image_height * zoom;
dh                342 src/bin/imlib2_view.c                      (sx, sy, sw, sh, dx, dy, dw, dh);
dh               1846 src/lib/blend.c         int                 sx, sy, sw, sh, dx, dy, dw, dh, dxx, dyy, y2, x2;
dh               1861 src/lib/blend.c         dh = abs(ddh);
dh               1864 src/lib/blend.c         if ((dw <= 0) || (dh <= 0) || (sw <= 0) || (sh <= 0))
dh               1879 src/lib/blend.c            dh = (dh * sh) / psh;
dh               1880 src/lib/blend.c         if ((dw <= 0) || (dh <= 0) || (sw <= 0) || (sh <= 0))
dh               1888 src/lib/blend.c         psh = dh;
dh               1891 src/lib/blend.c         CLIP(dx, dy, dw, dh, 0, 0, im_dst->w, im_dst->h);
dh               1892 src/lib/blend.c         if ((dw <= 0) || (dh <= 0) || (sw <= 0) || (sh <= 0))
dh               1896 src/lib/blend.c              CLIP_TO(dx, dy, dw, dh, clx, cly, clw, clh);
dh               1897 src/lib/blend.c              if ((dw < 1) || (dh < 1))
dh               1906 src/lib/blend.c         if (psh != dh)
dh               1907 src/lib/blend.c            sh = (sh * dh) / psh;
dh               1915 src/lib/blend.c         if ((dh > 0) && (sh == 0))
dh               1920 src/lib/blend.c         if ((dw <= 0) || (dh <= 0) || (sw <= 0) || (sh <= 0))
dh               1936 src/lib/blend.c         h = dh;
dh               1949 src/lib/blend.c         for (y = 0; y < dh; y += LINESIZE)
dh               1976 src/lib/blend.c                                      0, 0, dx, dy + y, dw, dh,
dh                 29 src/lib/draw.c    ip = __imlib_FindCachedImagePixmap(im, dw, dh, d, v, depth, sx, sy,
dh                 48 src/lib/draw.c         pmap = XCreatePixmap(d, w, dw, dh, depth);
dh                 54 src/lib/draw.c            mask = XCreatePixmap(d, w, dw, dh, 1);
dh                 58 src/lib/draw.c                        dw, dh, antialias, hiq, 0, dither_mask, mat, cmod,
dh                 73 src/lib/draw.c    ip->h = dh;
dh                259 src/lib/line.c 	dh = dstw;                                           \
dh                263 src/lib/line.c 	   dh = -dstw;                                       \
dh                400 src/lib/line.c    int                 dx, dy, rx, by, p0_in, p1_in, dh, a_a = 0;
dh                441 src/lib/line.c                   p += dh;
dh                515 src/lib/line.c    int                 dx, dy, rx, by, p0_in, p1_in, dh, a_a = 1;
dh                556 src/lib/line.c                   p += dh;
dh                279 src/lib/rend.c    if ((dw == 0) || (dh == 0))
dh                285 src/lib/rend.c    if ((abs(dw) > 8192) || (abs(dh) > 8192))
dh                301 src/lib/rend.c       dh = (dh * sh) / psh;
dh                304 src/lib/rend.c    if ((dw == 0) || (dh == 0))
dh                310 src/lib/rend.c    if ((abs(dw) > 8192) || (abs(dh) > 8192))
dh                313 src/lib/rend.c    if (!((sw == dw) && (sh == dh)))
dh                315 src/lib/rend.c         scaleinfo = __imlib_CalcScaleInfo(im, sw, sh, dw, dh, antialias);
dh                321 src/lib/rend.c    dh = abs(dh);
dh                326 src/lib/rend.c         back = malloc(dw * dh * sizeof(DATA32));
dh                328 src/lib/rend.c             (back, 0, 0, dw, dh, d, w, 0, v, cm, depth, dx, dy, dw, dh, 0, 1))
dh                335 src/lib/rend.c    xim = __imlib_ProduceXImage(d, v, depth, dw, dh, &shm);
dh                345 src/lib/rend.c         mxim = __imlib_ProduceXImage(d, v, 1, dw, dh, &shm);
dh                373 src/lib/rend.c    h = dh;
dh                384 src/lib/rend.c    for (y = 0; y < dh; y += LINESIZE)
dh                399 src/lib/rend.c                                               ((sy * dh) / sh) + y,
dh                405 src/lib/rend.c                                          ((sy * dh) / sh) + y,
dh                409 src/lib/rend.c                                         ((sy * dh) / sh) + y,
dh                414 src/lib/rend.c                                         ((sy * dh) / sh) + y, 0, 0, dw, hh, dw);
dh                505 src/lib/rend.c            XShmPutImage(d, m, gcm, mxim, 0, 0, dx, dy, dw, dh, False);
dh                508 src/lib/rend.c            XPutImage(d, m, gcm, mxim, 0, 0, dx, dy, dw, dh);
dh                513 src/lib/rend.c       XShmPutImage(d, w, gc, xim, 0, 0, dx, dy, dw, dh, False);
dh                516 src/lib/rend.c       XPutImage(d, w, gc, xim, 0, 0, dx, dy, dw, dh);
dh                536 src/lib/rend.c    int                 dx1, dy1, dx2, dy2, dw, dh, tsx, tsy;
dh                570 src/lib/rend.c    dh = dy2 - dy1;
dh                572 src/lib/rend.c    if ((dw <= 0) || (dh <= 0))
dh                582 src/lib/rend.c         dh += dy1;
dh                588 src/lib/rend.c    back = __imlib_CreateImage(dw, dh, NULL);
dh                589 src/lib/rend.c    back->data = malloc(dw * dh * sizeof(DATA32));
dh                590 src/lib/rend.c    memset(back->data, 0, dw * dh * sizeof(DATA32));
dh                591 src/lib/rend.c    __imlib_GrabDrawableToRGBA(back->data, 0, 0, dw, dh, d, w, 0, v, cm,
dh                592 src/lib/rend.c                               depth, dx1, dy1, dw, dh, 0, 1);
dh                598 src/lib/rend.c    __imlib_RenderImage(d, back, w, m, v, cm, depth, 0, 0, dw, dh,
dh                599 src/lib/rend.c                        dx1, dy1, dw, dh, 0, hiq, 0, dither_mask, mat, 0,
dh                 59 src/lib/rotate.c    if ((dw < 1) || (dh < 1))
dh                 74 src/lib/rotate.c         if (--dh <= 0)
dh                 91 src/lib/rotate.c    if ((dw < 1) || (dh < 1))
dh                108 src/lib/rotate.c         if (--dh <= 0)
dh                137 src/lib/rotate.c    x += dxv * dh;
dh                138 src/lib/rotate.c    y += dyv * dh;
dh                157 src/lib/rotate.c    if ((dw < 1) || (dh < 1))
dh                160 src/lib/rotate.c    if (__check_inside_coords(x, y, dxh, dyh, dxv, dyv, dw, dh, sw, sh))
dh                162 src/lib/rotate.c         __imlib_RotateSampleInside(src, dest, sow, dow, dw, dh, x, y,
dh                186 src/lib/rotate.c         if (--dh <= 0)
dh                209 src/lib/rotate.c    if ((dw < 1) || (dh < 1))
dh                212 src/lib/rotate.c    if (__check_inside_coords(x, y, dxh, dyh, dxv, dyv, dw, dh, sw - 1, sh - 1))
dh                214 src/lib/rotate.c         __imlib_RotateAAInside(src, dest, sow, dow, dw, dh, x, y,
dh                320 src/lib/rotate.c         if (--dh <= 0)
dh                 31 src/lib/scale.c    if (dh < 0)
dh                 33 src/lib/scale.c         dh = -dh;
dh                 36 src/lib/scale.c    p = malloc((dh + 1) * sizeof(DATA32 *));
dh                 37 src/lib/scale.c    if (dh < (b1 + b2))
dh                 39 src/lib/scale.c         if (dh < b1)
dh                 41 src/lib/scale.c              b1 = dh;
dh                 45 src/lib/scale.c            b2 = dh - b1;
dh                 54 src/lib/scale.c    if (dh > (b1 + b2))
dh                 57 src/lib/scale.c         inc = ((sh - b1 - b2) << 16) / (dh - b1 - b2);
dh                 58 src/lib/scale.c         for (i = 0; i < (dh - b1 - b2); i++)
dh                 72 src/lib/scale.c       for (i = dh / 2; --i >= 0;)
dh                 76 src/lib/scale.c            p[i] = p[dh - i - 1];
dh                 77 src/lib/scale.c            p[dh - i - 1] = tmp;
dh                247 src/lib/scale.c    sch = dh * im->h / sh;
dh                256 src/lib/scale.c    isi->xup_yup = (abs(dw) >= sw) + ((abs(dh) >= sh) << 1);
dh                294 src/lib/scale.c    for (y = 0; y < dh; y++)
dh                325 src/lib/scale.c         for (y = 0; y < dh; y++)
dh                428 src/lib/scale.c         for (y = 0; y < dh; y++)
dh                506 src/lib/scale.c         for (y = 0; y < dh; y++)
dh                611 src/lib/scale.c         for (y = 0; y < dh; y++)
dh                689 src/lib/scale.c         for (y = 0; y < dh; y++)
dh                798 src/lib/scale.c         for (y = 0; y < dh; y++)
dh                914 src/lib/scale.c         for (y = 0; y < dh; y++)
dh                974 src/lib/scale.c         for (y = 0; y < dh; y++)
dh               1066 src/lib/scale.c         for (y = 0; y < dh; y++)
dh               1133 src/lib/scale.c         for (y = 0; y < dh; y++)
dh               1228 src/lib/scale.c         for (y = 0; y < dh; y++)
dh               1295 src/lib/scale.c         for (y = 0; y < dh; y++)
dh               1392 src/lib/scale.c         for (y = 0; y < dh; y++)
dh               1495 src/lib/scale.c         for (y = 0; y < dh; y++)