Details

    • Sub-task
    • Resolution: Out of scope
    • Not Evaluated
    • None
    • Image formats
    • None

    Description

      On non-hardware accelerated devices, Qt is normally configured to use the raster graphics system. The backend for QPixmap on this platform is QS60PixmapData and this class stores data in a CFbsBitmap.

      There are 2 function in the base class (QPixmapData) that should be optimized to use the Symbian ICL wherever possible:

          virtual bool fromFile(const QString &filename, const char *format,
                                Qt::ImageConversionFlags flags);
          virtual bool fromData(const uchar *buffer, uint len, const char *format,
                                Qt::ImageConversionFlags flags);
      

      Implementing these functions using the ICL should allow direct loading into a CFbsBitmap.

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            jabarron Jason Barron
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes