[Webkit-unassigned] [Bug 28272] WINCE PORT: graphics files only for WINCE

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 13 21:31:36 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=28272


Kwang Yul Seo <kwangyul.seo at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #53310|                            |review?, commit-queue?
               Flag|                            |




--- Comment #6 from Kwang Yul Seo <kwangyul.seo at gmail.com>  2010-04-13 21:31:35 PST ---
Created an attachment (id=53310)
 --> (https://bugs.webkit.org/attachment.cgi?id=53310)
1) SharedBitmap

Change g_drawPattern and g_drawImage to s_drawPattern and s_drawImage
respectively.
Change g_dcProvider to s_dcProvider ane make it static as it is not used
elsewhere.
Change g_bitmapMap to bitmapMap function as static initializers are forbidden.
Use AffineTransform instead of TransformationMatrix.
Change methods names which start with underscore: _clear -> clearInternal, _set
-> setInternal.
Remove explicit keyword from SharedBitmap constructors as they take multiple
arguments.
Indent initializer list properly.
Use C++ style casts.
Fix other miscellaneous style errors.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list