Closed
Bug 950553
Opened 11 years ago
Closed 11 years ago
Use Moz2D for drawing in OrientedImage
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: mattwoodrow, Unassigned)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file)
1.77 KB,
patch
|
seth
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Reporter | ||
Comment 1•11 years ago
|
||
I think this is the last place we use GetThebesSurfaceForDrawTarget to get a writeable surface.
Attachment #8347879 -
Flags: review?(seth)
Comment 2•11 years ago
|
||
Comment on attachment 8347879 [details] [diff] [review]
Draw using moz2d
Review of attachment 8347879 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good to me!
::: image/src/OrientedImage.cpp
@@ +124,5 @@
> gfxRect imageRect(0, 0, width, height);
> gfxUtils::DrawPixelSnapped(ctx, drawable, OrientationMatrix(nsIntSize(width, height)),
> imageRect, imageRect, imageRect, imageRect,
> imageFormat, GraphicsFilter::FILTER_FAST);
> +
Stray white space.
Attachment #8347879 -
Flags: review?(seth) → review+
Reporter | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
Updated•11 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•