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

webOS: Share images even if cache is false

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.12, 6.0.0, 5.15
    • 5.12.7, 5.15
    • Quick: 2D Renderer
    • None

    Description

      Regardless Image::cache property, pixmap will be shared between images having same source. Image::cache property had two aspect of internal functionality.

      1. Share image instance if source file is same.
      2. Store cache for a while even if unreferenced.

      So we couldn't choose one of them with existing the cache property. In webOS, sharing image instance is quite natural. So by default, the sharing is always supported regardless the cache property. And the property will only cares the 2nd functionality to store cache.

      https://codereview.qt-project.org/c/qt/qtdeclarative/+/288655

      Attachments

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

        Activity

          People

            janichol Andy Nichols
            hollis Hollis Kim (Inactive)
            Pasi Keränen Pasi Keränen
            Volker Hilsheimer Volker Hilsheimer
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes