Home | History | Annotate | Download | only in ewk

Lines Matching defs:by

7     License as published by the Free Software Foundation; either
1449 /* Make sure we do not miss any important repaint by
1602 Evas_Coord by = cy + (priv->view.offset.base.y - cy) * scale;
1619 by = new_y % th;
1628 priv->view.offset.base.y = by;
1701 Evas_Coord by = new_y % th;
1723 Evas_Coord oy = by + priv->view.y;
1755 Evas_Coord by = priv->view.offset.base.y;
1767 by = new_y % th;
1776 if (by >= 0 || by <= -2 * priv->view.tile.h) {
1777 by = new_y % th;
1786 priv->view.offset.base.y = by;