RESOLVED FIXED 23215
Upstream more files for platform/graphics/skia
https://bugs.webkit.org/show_bug.cgi?id=23215
Summary Upstream more files for platform/graphics/skia
Eric Seidel (no email)
Reported 2009-01-09 14:30:14 PST
Upstream more files for platform/graphics/skia
Attachments
Add TransformationMatrixSkia to platform/graphics/skia (8.39 KB, patch)
2009-01-09 14:31 PST, Eric Seidel (no email)
no flags
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
Add SkiaFontWin to platform/graphics/chromium (11.30 KB, patch)
2009-01-09 15:03 PST, Eric Seidel (no email)
no flags
Eric Seidel (no email)
Comment 1 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(-)
Eric Seidel (no email)
Comment 2 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
Eric Seidel (no email)
Comment 3 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(-)
Eric Seidel (no email)
Comment 4 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
Eric Seidel (no email)
Comment 5 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(-)
Note You need to log in before you can comment on or make changes to this bug.