evas/common - more useful comment.
authorChunEon Park <hermet@hermet.pe.kr>
Sat, 8 Feb 2014 07:32:52 +0000 (16:32 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Sat, 8 Feb 2014 07:32:52 +0000 (16:32 +0900)
src/lib/evas/common/evas_map_image.c

index a114b98a1c79b14467cbc203659762d7ed244d6f..9eb4367a700c664ddcc7c84a95293f27a6a3963a 100644 (file)
@@ -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;
      }