Closed
Bug 889693
Opened 12 years ago
Closed 12 years ago
Implement MaskSurface in DrawTargetCairo
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla25
People
(Reporter: jrmuizel, Assigned: jck1089)
References
Details
Attachments
(1 file, 1 obsolete file)
|
4.46 KB,
patch
|
bas.schouten
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Reporter | ||
Comment 1•12 years ago
|
||
This is completely untested, may currently have problems with operators other than OVER and is perhaps missing a translation.
| Reporter | ||
Comment 2•12 years ago
|
||
James, feel free to finish this patch up if you're interested.
| Assignee | ||
Comment 3•12 years ago
|
||
Will do.
| Assignee | ||
Comment 4•12 years ago
|
||
This is a fixed up version of Jeff's sketch.
Attachment #771112 -
Flags: review?(bas)
Comment 5•12 years ago
|
||
Comment on attachment 771112 [details] [diff] [review]
Patch: Implement MaskSurface in DrawTargetCairo
Review of attachment 771112 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good to me as far as I can tell, has it been tested?
Attachment #771112 -
Flags: review?(bas) → review+
| Assignee | ||
Comment 6•12 years ago
|
||
I can confirm that it allows gfxContext::Mask to perform the same as the old version from before it used MaskSurface.
Is there an additional set of tests I should run on it? I'm not sure if it works for all the different possible uses of MaskSurface, but it probably can't be any worse than MOZ_ASSERT(0).
| Assignee | ||
Comment 7•12 years ago
|
||
Can somebody check this in when they get a chance? I don't have access to check it in or change the keywords to add "checkin-needed".
| Reporter | ||
Comment 8•12 years ago
|
||
(In reply to James Kolb from comment #7)
> Can somebody check this in when they get a chance? I don't have access to
> check it in or change the keywords to add "checkin-needed".
Keywords: checkin-needed
Updated•12 years ago
|
Attachment #770559 -
Attachment is obsolete: true
Comment 9•12 years ago
|
||
Assignee: nobody → jck1089
Keywords: checkin-needed
Comment 10•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla25
You need to log in
before you can comment on or make changes to this bug.
Description
•