use lround() for map coord rounding to avoid silly things like
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 11 Oct 2011 06:06:11 +0000 (06:06 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 11 Oct 2011 06:06:11 +0000 (06:06 +0000)
commit37c48820d5927c891edfe0df773ee882d9a1acae
tree12403146f6f0cf6770d5982a17b9c6d11544f45b
parent65187067c911e942bb9fc7800c05ae0d7304c1f1
use lround() for map coord rounding to avoid silly things like
15.999999999999999998 rounding down to 15... whihc leads to
sometimes... odd off-by-1 expected results.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@63978 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/canvas/evas_map.c
src/lib/canvas/evas_object_image.c
src/lib/canvas/evas_render.c