Open
Bug 882109
(Moz2Dification)
Opened 12 years ago
Updated 2 years ago
[meta] Moz2Dify gfx code
Categories
(Core :: Graphics, defect, P3)
Tracking
()
NEW
People
(Reporter: nical, Unassigned)
References
(Depends on 8 open bugs)
Details
(Keywords: meta)
We should use Moz2D rather than Thebes as much as possible.
As of now It is not possible everywhere, but there are many places where we only use thebes
for gfxImageSurface (as a container for image data). It would be a good start to get these parts of the code to use Moz2D's DataSourceSurface instead.
Reporter | ||
Comment 1•12 years ago
|
||
btw, this also means converting the point, size and rect classes to Moz2D's.
for example moving from gfxIntPoint to gfx::IntPoint, etc.
Reporter | ||
Updated•12 years ago
|
OS: Linux → All
Hardware: x86_64 → All
![]() |
||
Updated•9 years ago
|
Alias: Moz2Dification
Updated•7 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•