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

Java does not use fast AA text loops when regular AA hint is set

XMLWordPrintable

    • 2d
    • b17
    • generic, x86
    • generic, windows_xp
    • Verified

      When the TEXT_ANTIALIAS hint is set to ON, then optimized
      text antialiasing loops are used to render the text.

      But, when the regular ANTIALIASING hint is set to ON, a
      general path is used to render the text from gray-bits
      masks.

      The results are visually the same, but the optimized text
      antialiasing loops go through much less code to produce
      those results.

      This can be seen by running J2DBench with the various
      combinations of the Graphics AA and Text AA hints. The
      performance is nearly 4x faster with the Text AA hint
      on Solaris/Sparc.

      ###@###.### 2005-04-30 02:54:47 GMT

            prr Philip Race
            flar Jim Graham
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: