fix problems with drawing polyline and polygon on 64 bit OS 39/115739/1 accepted/tizen/common/20170223.182341 accepted/tizen/ivi/20170223.120140 accepted/tizen/mobile/20170223.115931 accepted/tizen/tv/20170223.120043 accepted/tizen/wearable/20170223.120119 submit/tizen/20170223.013558
authorchanywa <cbible.kim@samsung.com>
Tue, 21 Feb 2017 07:07:16 +0000 (16:07 +0900)
committerchanywa <cbible.kim@samsung.com>
Tue, 21 Feb 2017 07:09:03 +0000 (16:09 +0900)
Change-Id: I1a1cb52e639e160a0a904ef4d5d70ebf7921de95

12 files changed:
inc/engine/graphic/Bitmap.h
inc/engine/graphic/Canvas.h
lib/aarch64/libheremaps-engine.so.1
lib/aarch64/libheremaps-engine.so.1.0.6_29 [moved from lib/aarch64/libheremaps-engine.so.1.0.6_28 with 72% similarity]
lib/arm/libheremaps-engine.so.1
lib/arm/libheremaps-engine.so.1.0.6_29 [moved from lib/arm/libheremaps-engine.so.1.0.6_28 with 75% similarity]
lib/i586/libheremaps-engine.so.1
lib/i586/libheremaps-engine.so.1.0.6_29 [moved from lib/i586/libheremaps-engine.so.1.0.6_28 with 79% similarity]
lib/x86_64/libheremaps-engine.so.1
lib/x86_64/libheremaps-engine.so.1.0.6_29 [moved from lib/x86_64/libheremaps-engine.so.1.0.6_28 with 71% similarity]
maps-plugin-here.changes
packaging/maps-plugin-here.spec

index c6497fc..07bbf77 100644 (file)
@@ -61,7 +61,7 @@ private:
     unsigned char* buffer;
     pthread_mutex_t mutex;
 
-    void BitBlt(int xDest, int yDest, unsigned char *pSrcBuffer, int xSour, int ySour, int wSour, int hSour, int nPitch, unsigned long opacity = 255);
+    void BitBlt(int xDest, int yDest, unsigned char *pSrcBuffer, int xSour, int ySour, int wSour, int hSour, int nPitch, unsigned int opacity = 255);
 };
 
 TIZEN_MAPS_END_NAMESPACE
index cb420c8..6704ccf 100644 (file)
@@ -49,12 +49,12 @@ public:
 protected:
        void* _pNativeGfxEngine;
 private:
-       unsigned long __ComposeColor(unsigned long color32, int opacity);
-       void __SetColor(cairo_t* pCairo, unsigned long composedColor);
+       unsigned int __ComposeColor(unsigned int color32, int opacity);
+       void __SetColor(cairo_t* pCairo, unsigned int composedColor);
        void __SetLineStyle(cairo_t* pCairo, LineStyleType lineStyle);
 
-       unsigned long* __pBuffer;
-       unsigned long __fgColor;
+       unsigned int* __pBuffer;
+       unsigned int __fgColor;
        int __lineWidth;
        cairo_operator_t __cairo_operator;
        Color __fgColorNative;
index 4f08173..08eda78 120000 (symlink)
@@ -1 +1 @@
-libheremaps-engine.so.1.0.6_28
\ No newline at end of file
+libheremaps-engine.so.1.0.6_29
\ No newline at end of file
similarity index 72%
rename from lib/aarch64/libheremaps-engine.so.1.0.6_28
rename to lib/aarch64/libheremaps-engine.so.1.0.6_29
index bf237da..a7cab15 100755 (executable)
Binary files a/lib/aarch64/libheremaps-engine.so.1.0.6_28 and b/lib/aarch64/libheremaps-engine.so.1.0.6_29 differ
index 4f08173..08eda78 120000 (symlink)
@@ -1 +1 @@
-libheremaps-engine.so.1.0.6_28
\ No newline at end of file
+libheremaps-engine.so.1.0.6_29
\ No newline at end of file
similarity index 75%
rename from lib/arm/libheremaps-engine.so.1.0.6_28
rename to lib/arm/libheremaps-engine.so.1.0.6_29
index aad4267..8c31de2 100755 (executable)
Binary files a/lib/arm/libheremaps-engine.so.1.0.6_28 and b/lib/arm/libheremaps-engine.so.1.0.6_29 differ
index 4f08173..08eda78 120000 (symlink)
@@ -1 +1 @@
-libheremaps-engine.so.1.0.6_28
\ No newline at end of file
+libheremaps-engine.so.1.0.6_29
\ No newline at end of file
similarity index 79%
rename from lib/i586/libheremaps-engine.so.1.0.6_28
rename to lib/i586/libheremaps-engine.so.1.0.6_29
index 9fcd612..a152c02 100755 (executable)
Binary files a/lib/i586/libheremaps-engine.so.1.0.6_28 and b/lib/i586/libheremaps-engine.so.1.0.6_29 differ
index 4f08173..08eda78 120000 (symlink)
@@ -1 +1 @@
-libheremaps-engine.so.1.0.6_28
\ No newline at end of file
+libheremaps-engine.so.1.0.6_29
\ No newline at end of file
similarity index 71%
rename from lib/x86_64/libheremaps-engine.so.1.0.6_28
rename to lib/x86_64/libheremaps-engine.so.1.0.6_29
index 9fdc97d..38fdb49 100755 (executable)
Binary files a/lib/x86_64/libheremaps-engine.so.1.0.6_28 and b/lib/x86_64/libheremaps-engine.so.1.0.6_29 differ
index b21a418..4c1afb8 100644 (file)
@@ -1,3 +1,8 @@
+[Version]   maps-plugin-here_0.3.17
+[Date]      21 Feb 2017
+[Title]     fix problems with drawing polyline and polygon on 64 bit OS
+[Developer] Seechan Kim <cbible.kim@samsung.com>
+
 [Version]   maps-plugin-here_0.3.16
 [Date]      10 Feb 2017
 [Title]     add APIs to set and get scale of the whole map
index 050e327..0643555 100644 (file)
@@ -1,6 +1,6 @@
 Name:       maps-plugin-here
 Summary:    Tizen HERE Maps Plug-in Library
-Version:    0.3.16
+Version:    0.3.17
 Release:    1
 Group:      Location/Libraries
 License:    Apache-2.0 and HERE