Changeset 47118 in webkit


Ignore:
Timestamp:
Aug 12, 2009 9:50:34 AM (15 years ago)
Author:
treat@webkit.org
Message:

WINCE PORT: Implement Path for WINCE. Most code can be
reused for other ports that don't have native path support
https://bugs.webkit.org/show_bug.cgi?id=28188

Patch by Yong Li <yong.li@torchmobile.com> on 2009-08-08
Reviewed by Adam Treat.

Written also by George Staikos (including quadCurve() and bezier())

  • platform/graphics/wince/PathWince.cpp: Added.
  • platform/graphics/wince/PlatformPathWince.cpp: Added.
  • platform/graphics/wince/PlatformPathWince.h: Added.
  • platform/graphics/wince/WinceGraphicsExtras.h: Added.
Location:
trunk/WebCore
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r47116 r47118  
     12009-08-08  Yong Li  <yong.li@torchmobile.com>
     2
     3        Reviewed by Adam Treat.
     4
     5        WINCE PORT: Implement Path for WINCE. Most code can be
     6        reused for other ports that don't have native path support
     7        https://bugs.webkit.org/show_bug.cgi?id=28188
     8
     9        Written also by George Staikos (including quadCurve() and bezier())
     10
     11        * platform/graphics/wince/PathWince.cpp: Added.
     12        * platform/graphics/wince/PlatformPathWince.cpp: Added.
     13        * platform/graphics/wince/PlatformPathWince.h: Added.
     14        * platform/graphics/wince/WinceGraphicsExtras.h: Added.
     15
    1162009-08-12  Joseph Pecoraro  <joepeck02@gmail.com>
    217
Note: See TracChangeset for help on using the changeset viewer.