dxh                55 src/lib/rotate.c                            int dxh, int dyh, int dxv, int dyv)
dxh                69 src/lib/rotate.c              x += dxh;
dxh                77 src/lib/rotate.c         x += dxv - dw * dxh;
dxh                87 src/lib/rotate.c                        int dxh, int dyh, int dxv, int dyv)
dxh               103 src/lib/rotate.c              x += dxh;
dxh               111 src/lib/rotate.c         x += dxv - dw * dxh;
dxh               125 src/lib/rotate.c __check_inside_coords(int x, int y, int dxh, int dyh, int dxv, int dyv,
dxh               133 src/lib/rotate.c    x += dxh * dw;
dxh               141 src/lib/rotate.c    x -= dxh * dw;
dxh               153 src/lib/rotate.c                      int dxh, int dyh, int dxv, int dyv)
dxh               160 src/lib/rotate.c    if (__check_inside_coords(x, y, dxh, dyh, dxv, dyv, dw, dh, sw, sh))
dxh               163 src/lib/rotate.c                                    dxh, dyh, dxv, dyv);
dxh               180 src/lib/rotate.c              x += dxh;
dxh               189 src/lib/rotate.c         x += dxv - dw * dxh;
dxh               205 src/lib/rotate.c                  int dxh, int dyh, int dxv, int dyv)
dxh               212 src/lib/rotate.c    if (__check_inside_coords(x, y, dxh, dyh, dxv, dyv, dw, dh, sw - 1, sh - 1))
dxh               215 src/lib/rotate.c                                dxh, dyh, dxv, dyv);
dxh               314 src/lib/rotate.c              x += dxh;
dxh               323 src/lib/rotate.c         x += dxv - dw * dxh;
dxh               342 src/lib/rotate.c    int                 x, y, dxh, dyh, dxv, dyv, i;
dxh               367 src/lib/rotate.c         dxh = (double)(ssw * vsy) / xy2;
dxh               377 src/lib/rotate.c         dxh = (double)(ssw * hsx) / xy2;
dxh               380 src/lib/rotate.c         dyv = dxh;
dxh               382 src/lib/rotate.c    x = -(ddx * dxh + ddy * dxv);
dxh               435 src/lib/rotate.c         if (dxh > 0)
dxh               439 src/lib/rotate.c                   l = MAX(-MAX(y, y2) / dyh, -MAX(x, x2) / dxh);
dxh               440 src/lib/rotate.c                   r = MIN((h - MIN(y, y2)) / dyh, (w - MIN(x, x2)) / dxh);
dxh               445 src/lib/rotate.c                   l = MAX(-MAX(x, x2) / dxh, (h - MIN(y, y2)) / dyh);
dxh               446 src/lib/rotate.c                   r = MIN(-MAX(y, y2) / dyh, (w - MIN(x, x2)) / dxh);
dxh               451 src/lib/rotate.c                   l = -MAX(x, x2) / dxh;
dxh               452 src/lib/rotate.c                   r = (w - MIN(x, x2)) / dxh;
dxh               456 src/lib/rotate.c         else if (dxh < 0)
dxh               460 src/lib/rotate.c                   l = MAX(-MAX(y, y2) / dyh, (w - MIN(x, x2)) / dxh);
dxh               461 src/lib/rotate.c                   r = MIN(-MAX(x, x2) / dxh, (h - MIN(y, y2)) / dyh);
dxh               466 src/lib/rotate.c                   l = MAX((h - MIN(y, y2)) / dyh, (w - MIN(x, x2)) / dxh);
dxh               467 src/lib/rotate.c                   r = MIN(-MAX(y, y2) / dyh, -MAX(x, x2) / dxh);
dxh               472 src/lib/rotate.c                   l = (w - MIN(x, x2)) / dxh;
dxh               473 src/lib/rotate.c                   r = -MAX(x, x2) / dxh;
dxh               516 src/lib/rotate.c         x += l * dxh;
dxh               525 src/lib/rotate.c                                      x, y, dxh, dyh, dxv, dyv);
dxh               529 src/lib/rotate.c                                  x, y, dxh, dyh, dxv, dyv);
dxh               535 src/lib/rotate.c                                   x, y, dxh, dyh, dxv, dyv);
dxh                15 src/lib/rotate.h 			  int dxh, int dyh, int dxv, int dyv);