efl/src/lib/evas
ChunEon Park b7d5700312 evas/map: correct last 1 pixel handling in spans.
Clipper causes the different rendering result by last 1 pixel on the width.
Because the left edge x range (0 ~ (w - 1)) and right edge x range (0  ~ w) is different.
This fix won't be memory over access problem even if x span position is on the end of the edge.
Because the span width(x2 - x1) will be 0, and it restuls in skipping drawing.
It's hardly find the problem but you can detect the subtle rendering difference when some arbitrary meshes with map is
You can compare image and rectangle map drawing for this.

@fix
2014-11-26 17:39:27 +09:00
..
cache evas: fix typo in evas_cache comment. 2014-10-29 22:38:31 +01:00
cache2 evas: fix typo in evas_cache comment. 2014-10-29 22:38:31 +01:00
canvas textblock: correct text position for RTL text with margins 2014-11-26 10:18:49 +02:00
common evas/map: correct last 1 pixel handling in spans. 2014-11-26 17:39:27 +09:00
cserve2 cserve2: Check retrun of fcntl and print a message if we fail. 2014-09-11 12:33:21 +02:00
file eina: rename to eina_module_symbol_global_set 2014-08-11 14:52:51 +02:00
filters Evas: Don't pass whole RGBA_Image to low-level render functions 2014-11-13 12:20:57 +09:00
include Expose device (e.g. pen) axis information to applications 2014-11-25 12:43:15 +09:00
Evas.h evas: improve documentation. 2014-10-18 13:53:05 +02:00
Evas_Common.h Expose device (e.g. pen) axis information to applications 2014-11-25 12:43:15 +09:00
Evas_Eo.h Expose device (e.g. pen) axis information to applications 2014-11-25 12:43:15 +09:00
Evas_GL.h Evas GL: Remove useless #ifdef/#endif 2014-10-22 08:43:28 +09:00
Evas_Legacy.h Expose device (e.g. pen) axis information to applications 2014-11-25 12:43:15 +09:00
Evas_Loader.h Evas Loader: Introduce colorspace ETC1+Alpha 2014-07-09 09:04:55 +09:00
main.c efl: Unified eina critical manro to CRI. 2013-12-26 12:27:13 +09:00