Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6434670

OGL: use new AffineTransform methods in OGLRenderer.Gradient.enableGradientPaint()

XMLWordPrintable

    • 2d
    • b92
    • generic
    • solaris_9

      The OGL gradient rendering code could leverage two methods added to AffineTransform
      in Mustang. Instead of at.rotate(atan2(y, x)) we can now simply call at.rotate(x, y).
      Also, instead of at=at.createInverse() we can use the in-place at.invert() method.

            campbell Christopher Campbell (Inactive)
            campbell Christopher Campbell (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: