Details

    • e1ce31e9ecf7e773895632fcf3087369a50c04f1

    Description

      For most CFbsBitmap-based use cases forcing RGB32 or ARGB32_Premultiplied for the image data behind QVGPixmapData is an overkill. The most common operation there is to draw the pixmap on the screen, and that can be done without any format conversion since many CFbsBitmap display modes map directly to Qt / OpenVG equivalents (e.g. EColor64K -> QImage::Format_RGB16 / VG_sRGB_565). Some operations, like painting into such pixmaps will suffer, but the frequency of these operations for pixmaps created from CFbsBitmap should be very low.

      Attachments

        Issue Links

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

          Activity

            People

              agocs Laszlo Agocs (Inactive)
              agocs Laszlo Agocs (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes