Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. Qt gfx plugin
Forum Updated to NodeBB v4.3 + New Features

Qt gfx plugin

Scheduled Pinned Locked Moved Qt WebKit
1 Posts 1 Posters 2.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    nvharisha
    wrote on last edited by
    #1

    Hi,

    I have QtWebkit working on ARM platform. I have two plugins in -QT- Qt, one for Graphics ( QScreenDriverPlugin) another for Keyboard.
    For graphics driver, I took the sample driver from one of the example and have written it.

    My graphics plugin implements getting pointer to an OSD Surface, blitting to on-screen memory etc. I find that when ever qtwebkit based browser tries to load webpage , internally it creates a QImage, and then puts all the data into it and then finally the object is passed on to plugin for copying into the surface.

    In the above scenario, I would like to use the back-screen memory (Another Surface) instead of normal "Malloc-ed" QImage memory. This helps in speeding up things. The back-screen memory can be obtained from plugin (Which currently qtwebkit is not calling).
    My knowledge in -QT- Qt is very limited. So any one have any ideas on how it can be achieved, please let me know.

    Thanks

    Hari

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved