Changeset 67624 in webkit


Ignore:
Timestamp:
Sep 16, 2010 8:57:20 AM (14 years ago)
Author:
Patrick Gansterer
Message:

2010-09-16 Patrick Gansterer <paroga@paroga.com>

Reviewed by Adam Roben.

[WINCE] Add platform-specific Image methods
https://bugs.webkit.org/show_bug.cgi?id=28272

  • platform/graphics/wince/ImageWinCE.cpp: Added. (WebCore::RGBA32Buffer::asNewNativeImage): (WebCore::FrameData::clear): (WebCore::BitmapImage::getHBITMAPOfSize): (WebCore::BitmapImage::drawFrameMatchingSourceSize): (WebCore::BitmapImage::draw): (WebCore::Image::drawPattern): (WebCore::BitmapImage::drawPattern): (WebCore::BitmapImage::checkForSolidColor):
Location:
trunk/WebCore
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r67623 r67624  
     12010-09-16  Patrick Gansterer  <paroga@paroga.com>
     2
     3        Reviewed by Adam Roben.
     4
     5        [WINCE] Add platform-specific Image methods
     6        https://bugs.webkit.org/show_bug.cgi?id=28272
     7
     8        * platform/graphics/wince/ImageWinCE.cpp: Added.
     9        (WebCore::RGBA32Buffer::asNewNativeImage):
     10        (WebCore::FrameData::clear):
     11        (WebCore::BitmapImage::getHBITMAPOfSize):
     12        (WebCore::BitmapImage::drawFrameMatchingSourceSize):
     13        (WebCore::BitmapImage::draw):
     14        (WebCore::Image::drawPattern):
     15        (WebCore::BitmapImage::drawPattern):
     16        (WebCore::BitmapImage::checkForSolidColor):
     17
    1182010-09-16  Yury Semikhatsky  <yurys@chromium.org>
    219
Note: See TracChangeset for help on using the changeset viewer.