[3.0] Change 'char' type to 'signed char' 18/75418/1 accepted/tizen/common/20160620.163515 accepted/tizen/ivi/20160620.082212 accepted/tizen/mobile/20160620.082017 accepted/tizen/tv/20160620.082110 accepted/tizen/wearable/20160620.082140 submit/tizen/20160618.115218
authortaeyoon <taeyoon0.lee@samsung.com>
Sat, 18 Jun 2016 05:06:45 +0000 (14:06 +0900)
committertaeyoon <taeyoon0.lee@samsung.com>
Sat, 18 Jun 2016 05:07:04 +0000 (14:07 +0900)
Change-Id: I020da6f27a90b10048ce02d4922dbdd9b4763727

dali-toolkit/internal/controls/renderers/svg/nanosvg/nanosvgrast.cc

index a3f3bdb..a6c843e 100644 (file)
@@ -878,12 +878,11 @@ static void nsvg__fillScanline(unsigned char* scanline, int len, int x0, int x1,
 // note: this routine clips fills that extend off the edges... ideally this
 // wouldn't happen, but it could happen if the truetype glyph bounding boxes
 // are wrong, or if the user supplies a too-small bitmap
-
- /**
-  * In the original file, using char type (without signed or unsigned) can be interpreted
-  * as 'unsigned char' in some build environments, like ARM architecture.
-  * To prevent the unexpected behavior, we replace 'char fillRule' with 'signed char fillRule' here.
-  */
+/**
+ * In the original file, using char type (without signed or unsigned) can be interpreted
+ * as 'unsigned char' in some build environments, like ARM architecture.
+ * To prevent the unexpected behavior, we replace 'char fillRule' with 'signed char fillRule' here.
+ */
 static void nsvg__fillActiveEdges(unsigned char* scanline, int len, NSVGactiveEdge* e, int maxWeight, int* xmin, int* xmax, signed char fillRule)
 {
     // non-zero winding fill