projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72d90c0
)
evas/common - more useful comment.
author
ChunEon Park
<hermet@hermet.pe.kr>
Sat, 8 Feb 2014 07:32:52 +0000
(16:32 +0900)
committer
ChunEon Park
<hermet@hermet.pe.kr>
Sat, 8 Feb 2014 07:32:52 +0000
(16:32 +0900)
src/lib/evas/common/evas_map_image.c
patch
|
blob
|
history
diff --git
a/src/lib/evas/common/evas_map_image.c
b/src/lib/evas/common/evas_map_image.c
index a114b98a1c79b14467cbc203659762d7ed244d6f..9eb4367a700c664ddcc7c84a95293f27a6a3963a 100644
(file)
--- a/
src/lib/evas/common/evas_map_image.c
+++ b/
src/lib/evas/common/evas_map_image.c
@@
-137,7
+137,7
@@
_calc_spans(RGBA_Map_Point *p, Line *spans, int ystart, int yend, int cx, int cy
spans[yp].span[i].x1 = -1;
}
}
- //
Exceptional Case
.
+ //
The polygon shape seems not be completed definitely
.
else
spans[yp].span[0].x1 = -1;
}
@@
-371,7
+371,7
@@
_calc_spans(RGBA_Map_Point *p, Line *spans, int ystart, int yend, int cx, int cy
interp_col);
}
}
- //
Exceptional Case
.
+ //
The polygon shape seems not be completed definitely
.
else
spans[yp].span[0].x1 = -1;
}