author | Brian Birtles <birtles@gmail.com> |
Thu, 05 Sep 2013 09:59:54 +0900 | |
changeset 145615 | 7035eecefd2565b822e9f236926b7c5b33a129c0 |
parent 145614 | 12e4307ff333c9f8bb93fa73bc3a6fd2109d6f8e |
child 145616 | a40169f091ea751e074d6cc21015500b38036fce |
push id | 25216 |
push user | emorley@mozilla.com |
push date | Thu, 05 Sep 2013 10:06:42 +0000 |
treeherder | mozilla-central@676322e0166c [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | bas, DONTBUILD |
bugs | 912305 |
milestone | 26.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
gfx/2d/2D.h | file | annotate | diff | comparison | revisions |
--- a/gfx/2d/2D.h +++ b/gfx/2d/2D.h @@ -241,18 +241,20 @@ public: * This class is used for Radial Gradient Patterns, the gradient stops are * stored in a separate object and are backend dependent. This class itself * may be used on the stack. */ class RadialGradientPattern : public Pattern { public: /* - * aBegin Start of the linear gradient - * aEnd End of the linear gradient + * aCenter1 Center of the inner (focal) circle. + * aCenter2 Center of the outer circle. + * aRadius1 Radius of the inner (focal) circle. + * aRadius2 Radius of the outer circle. * aStops GradientStops object for this gradient, this should match the * backend type of the draw target this pattern will be used with. * aMatrix A matrix that transforms the pattern into user space */ RadialGradientPattern(const Point &aCenter1, const Point &aCenter2, Float aRadius1, Float aRadius2,