Bug 23215 - Upstream more files for platform/graphics/skia
Summary: Upstream more files for platform/graphics/skia
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-09 14:30 PST by Eric Seidel (no email)
Modified: 2009-01-09 15:29 PST (History)
0 users

See Also:


Attachments
Add TransformationMatrixSkia to platform/graphics/skia (8.39 KB, patch)
2009-01-09 14:31 PST, Eric Seidel (no email)
no flags Details | Formatted Diff | Diff
Add PlatformContextSkia and PlatformGraphics.h to platform/graphics/skia (23.52 KB, patch)
2009-01-09 14:53 PST, Eric Seidel (no email)
no flags Details | Formatted Diff | Diff
Add SkiaFontWin to platform/graphics/chromium (11.30 KB, patch)
2009-01-09 15:03 PST, Eric Seidel (no email)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2009-01-09 14:30:14 PST
Upstream more files for platform/graphics/skia
Comment 1 Eric Seidel (no email) 2009-01-09 14:31:48 PST
Created attachment 26576 [details]
Add TransformationMatrixSkia to platform/graphics/skia

 WebCore/ChangeLog                                  |   37 ++++
 .../graphics/skia/TransformationMatrixSkia.cpp     |  222 ++++++++++++++++++++
 2 files changed, 259 insertions(+), 0 deletions(-)
Comment 2 Eric Seidel (no email) 2009-01-09 14:34:38 PST
Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	WebCore/ChangeLog
	A	WebCore/platform/graphics/skia/TransformationMatrixSkia.cpp
Committed r39764
Comment 3 Eric Seidel (no email) 2009-01-09 14:53:57 PST
Created attachment 26580 [details]
Add PlatformContextSkia and PlatformGraphics.h to platform/graphics/skia

 WebCore/ChangeLog                                  |   52 +++
 .../platform/graphics/skia/PlatformContextSkia.cpp |  427 ++++++++++++++++++++
 .../platform/graphics/skia/PlatformContextSkia.h   |  173 ++++++++
 WebCore/platform/graphics/skia/PlatformGraphics.h  |   37 ++
 4 files changed, 689 insertions(+), 0 deletions(-)
Comment 4 Eric Seidel (no email) 2009-01-09 14:55:35 PST
Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	WebCore/ChangeLog
	A	WebCore/platform/graphics/skia/PlatformContextSkia.cpp
	A	WebCore/platform/graphics/skia/PlatformContextSkia.h
	A	WebCore/platform/graphics/skia/PlatformGraphics.h
Committed r39766
Comment 5 Eric Seidel (no email) 2009-01-09 15:03:28 PST
Created attachment 26581 [details]
Add SkiaFontWin to platform/graphics/chromium

 WebCore/ChangeLog                              |   20 +++
 WebCore/platform/graphics/skia/SkiaFontWin.cpp |  218 ++++++++++++++++++++++++
 WebCore/platform/graphics/skia/SkiaFontWin.h   |   54 ++++++
 3 files changed, 292 insertions(+), 0 deletions(-)