Closed Bug 1377090 Opened 7 years ago Closed 7 years ago

Unify gfxMatrix with gfx::Matrix

Categories

(Core :: Graphics, enhancement)

Other Branch
enhancement
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla56
Tracking Status
firefox56 --- fixed

People

(Reporter: kats, Assigned: kats)

References

Details

Attachments

(4 files)

Following up from bug 1376782, we can unify gfxMatrix with gfx::Matrix, and reduce gfxMatrix to a lowly typedef.
Comment on attachment 8882137 [details]
Bug 1377090 - Make the Matrix class templated so we can instantiate it with a double type.

https://reviewboard.mozilla.org/r/153252/#review158838
Attachment #8882137 - Flags: review?(bas) → review+
Comment on attachment 8882138 [details]
Bug 1377090 - Move NudgeToInteger(double) into Tools.h for reuse.

https://reviewboard.mozilla.org/r/153254/#review158842

::: gfx/thebes/gfxMatrix.cpp:146
(Diff revision 1)
> -}
> -
>  gfxMatrix&
>  gfxMatrix::NudgeToIntegers(void)
>  {
> -    NudgeToInteger(&_11);
> +    mozilla::gfx::NudgeToInteger(&_11);

nit: Since is a cpp file can we just do using namespace mozilla::gfx;?
Attachment #8882138 - Flags: review?(bas) → review+
Comment on attachment 8882139 [details]
Bug 1377090 - Further generify the Matrix class and define MatrixDouble.

https://reviewboard.mozilla.org/r/153256/#review158844
Attachment #8882139 - Flags: review?(bas) → review+
Comment on attachment 8882138 [details]
Bug 1377090 - Move NudgeToInteger(double) into Tools.h for reuse.

https://reviewboard.mozilla.org/r/153254/#review158842

> nit: Since is a cpp file can we just do using namespace mozilla::gfx;?

We could, but this file gets deleted in part 4 anyway so there's not much point.
Comment on attachment 8882140 [details]
Bug 1377090 - Turn gfxMatrix into a typedef for MatrixDouble.

https://reviewboard.mozilla.org/r/153258/#review159590
Attachment #8882140 - Flags: review?(jmuizelaar) → review+
Pushed by kgupta@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/aecdc7b7c830
Make the Matrix class templated so we can instantiate it with a double type. r=bas
https://hg.mozilla.org/integration/autoland/rev/e6f68aad8e3d
Move NudgeToInteger(double) into Tools.h for reuse. r=bas
https://hg.mozilla.org/integration/autoland/rev/5468507e9a0a
Further generify the Matrix class and define MatrixDouble. r=bas
https://hg.mozilla.org/integration/autoland/rev/e21a77cab740
Turn gfxMatrix into a typedef for MatrixDouble. r=jrmuizel
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: