Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-103464

Raster paint engine choosing wrong transformation path

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.3, 6.2
    • GUI: Painting
    • None

    Description

      QRasterPaintEngine::drawImage() checks a number of factors to compute "exceedsPrecision", a flag to decide whether it can use the faster scale/transform functions. However, it will sometimes get it wrong, ref. the linked bug(s).
      The decision logic seems to be a bit ad hoc; it is not clear what the actual limits of the underlying fast functions are. Also:

      • The dimensions of "r" are checked, but not "sr" (source rect), even that is also passed
      • The amount of scaling in s->matrix is checked, but not the implicit scaling from the target rect having a different size than the source
      • Not clear if the same limits should apply to simple scaling as to more general transform
      • upscaling is limited, but not downscaling.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              vgt Eirik Aavitsland
              vgt Eirik Aavitsland
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes