sh                244 src/bin/imlib2_view.c                   int                 sx, sy, sw, sh, dx, dy, dw, dh;
sh                263 src/bin/imlib2_view.c                        sh = image_height / zoom;
sh                275 src/bin/imlib2_view.c                        sh = image_height;
sh                282 src/bin/imlib2_view.c                      (sx, sy, sw, sh, dx, dy, dw, dh);
sh                311 src/bin/imlib2_view.c                   int                 sx, sy, sw, sh, dx, dy, dw, dh;
sh                323 src/bin/imlib2_view.c                        sh = image_height / zoom;
sh                335 src/bin/imlib2_view.c                        sh = image_height;
sh                342 src/bin/imlib2_view.c                      (sx, sy, sw, sh, dx, dy, dw, dh);
sh               1846 src/lib/blend.c         int                 sx, sy, sw, sh, dx, dy, dw, dh, dxx, dyy, y2, x2;
sh               1857 src/lib/blend.c         sh = ssh;
sh               1864 src/lib/blend.c         if ((dw <= 0) || (dh <= 0) || (sw <= 0) || (sh <= 0))
sh               1870 src/lib/blend.c         psh = sh;
sh               1871 src/lib/blend.c         CLIP(sx, sy, sw, sh, 0, 0, im_src->w, im_src->h);
sh               1878 src/lib/blend.c         if (psh != sh)
sh               1879 src/lib/blend.c            dh = (dh * sh) / psh;
sh               1880 src/lib/blend.c         if ((dw <= 0) || (dh <= 0) || (sw <= 0) || (sh <= 0))
sh               1892 src/lib/blend.c         if ((dw <= 0) || (dh <= 0) || (sw <= 0) || (sh <= 0))
sh               1907 src/lib/blend.c            sh = (sh * dh) / psh;
sh               1915 src/lib/blend.c         if ((dh > 0) && (sh == 0))
sh               1916 src/lib/blend.c            sh = 1;
sh               1920 src/lib/blend.c         if ((dw <= 0) || (dh <= 0) || (sw <= 0) || (sh <= 0))
sh                 30 src/lib/draw.c                                       sw, sh, cm, antialias, hiq, dither_mask,
sh                 57 src/lib/draw.c    __imlib_RenderImage(d, im, pmap, mask, v, cm, depth, sx, sy, sw, sh, 0, 0,
sh                 77 src/lib/draw.c    ip->source_h = sh;
sh                441 src/lib/image.c             && (ip->source_w == sw) && (ip->source_h == sh)
sh                282 src/lib/rend.c    if ((sw <= 0) || (sh <= 0))
sh                291 src/lib/rend.c    psh = sh;
sh                292 src/lib/rend.c    CLIP(sx, sy, sw, sh, 0, 0, im->w, im->h);
sh                300 src/lib/rend.c    if (psh != sh)
sh                301 src/lib/rend.c       dh = (dh * sh) / psh;
sh                307 src/lib/rend.c    if ((sw <= 0) || (sh <= 0))
sh                313 src/lib/rend.c    if (!((sw == dw) && (sh == dh)))
sh                315 src/lib/rend.c         scaleinfo = __imlib_CalcScaleInfo(im, sw, sh, dw, dh, antialias);
sh                399 src/lib/rend.c                                               ((sy * dh) / sh) + y,
sh                405 src/lib/rend.c                                          ((sy * dh) / sh) + y,
sh                409 src/lib/rend.c                                         ((sy * dh) / sh) + y,
sh                414 src/lib/rend.c                                         ((sy * dh) / sh) + y, 0, 0, dw, hh, dw);
sh                594 src/lib/rend.c    __imlib_BlendImageToImageSkewed(im, back, antialias, 1, 0, sx, sy, sw, sh,
sh                129 src/lib/rotate.c    sh <<= _ROTATE_PREC;
sh                131 src/lib/rotate.c    if (((unsigned)x >= sw) || ((unsigned)y >= sh))
sh                135 src/lib/rotate.c    if (((unsigned)x >= sw) || ((unsigned)y >= sh))
sh                139 src/lib/rotate.c    if (((unsigned)x >= sw) || ((unsigned)y >= sh))
sh                143 src/lib/rotate.c    if (((unsigned)x >= sw) || ((unsigned)y >= sh))
sh                160 src/lib/rotate.c    if (__check_inside_coords(x, y, dxh, dyh, dxv, dyv, dw, dh, sw, sh))
sh                169 src/lib/rotate.c    sh <<= _ROTATE_PREC;
sh                175 src/lib/rotate.c              if (((unsigned)x < sw) && ((unsigned)y < sh))
sh                212 src/lib/rotate.c    if (__check_inside_coords(x, y, dxh, dyh, dxv, dyv, dw, dh, sw - 1, sh - 1))
sh                221 src/lib/rotate.c    sh--;
sh                223 src/lib/rotate.c    sh <<= _ROTATE_PREC;
sh                233 src/lib/rotate.c                   if ((unsigned)y < sh)
sh                240 src/lib/rotate.c                   else if ((unsigned)(y - sh) < _ROTATE_PREC_MAX)
sh                260 src/lib/rotate.c                   if ((unsigned)y < sh)
sh                267 src/lib/rotate.c                   else if ((unsigned)(y - sh) < _ROTATE_PREC_MAX)
sh                286 src/lib/rotate.c                   if ((unsigned)y < sh)
sh                294 src/lib/rotate.c                   else if ((unsigned)(y - sh) < _ROTATE_PREC_MAX)
sh                 57 src/lib/scale.c         inc = ((sh - b1 - b2) << 16) / (dh - b1 - b2);
sh                 64 src/lib/scale.c    val = (sh - b2) << 16;
sh                247 src/lib/scale.c    sch = dh * im->h / sh;
sh                256 src/lib/scale.c    isi->xup_yup = (abs(dw) >= sw) + ((abs(dh) >= sh) << 1);