Closed Bug 918613 Opened 11 years ago Closed 11 years ago

Improve efficiency of using multiple paths with Cairo Moz2D

Categories

(Core :: Graphics, defect)

x86_64
Windows 8
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla27

People

(Reporter: bas.schouten, Assigned: bas.schouten)

References

Details

(Whiteboard: [Australis:M?][Australis:P1])

Attachments

(1 file, 1 obsolete file)

Right now the cairo code does some complex things to try and work with a path on the current context. We believe that in retrospect this might not have been the right approach, we should try using a cairo_path_t directly.

The patch in here is still a little bit of a work in progress, some things could probably be done a little more efficient fairly easily.
Attachment #807553 - Flags: feedback?(jmuizelaar)
This patch passes all the tests on try.
Attachment #807553 - Attachment is obsolete: true
Attachment #807553 - Flags: feedback?(jmuizelaar)
Attachment #810528 - Flags: review?(jmuizelaar)
Blocks: 919471
Blocks: 919656
What's with the CopyGlyphsToBuilder signature change?
Marking this for our Australis tracker, since it seems this will likely address bug 919656.
Whiteboard: [Australis:M?][Australis:P1]
(In reply to Jeff Muizelaar [:jrmuizel] from comment #2)
> What's with the CopyGlyphsToBuilder signature change?

Depending on the transform we get different glyphs outlines from Cairo when using GDI. This used to sort of 'automatically' work because the context we were setting the path on was usually the context of our actual DrawTarget. And as such already had the target transform set. This adjustment lets us explicitly specify the transform we want to draw the glyph with, which will guarantee the right behavior with Cairo.
Comment on attachment 810528 [details] [diff] [review]
Use cairo_path_t and only copy to a context when needed v2

Review of attachment 810528 [details] [diff] [review]:
-----------------------------------------------------------------

::: gfx/2d/ScaledFontBase.cpp
@@ +81,2 @@
>  
> +	bool isNewContext = !ctx;

weird indentation here?
Attachment #810528 - Flags: review?(jmuizelaar) → review+
https://hg.mozilla.org/mozilla-central/rev/3287d7bbdc14
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
Depends on: 922207
Depends on: 924749
(In reply to Carsten Book [:Tomcat] from comment #8)
> https://hg.mozilla.org/mozilla-central/rev/e1226725f674

This was actually bug 918163.
Depends on: 943351
Depends on: 976153
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: