doc/src/howtos/openvg.qdoc
branchRCL_3
changeset 9 740e5562c97f
parent 8 3f74d0d4af4c
equal deleted inserted replaced
8:3f74d0d4af4c 9:740e5562c97f
   293     \section2 Pixmap filters
   293     \section2 Pixmap filters
   294 
   294 
   295     Convolution, colorize, drop shadow, and blur filters are accelerated
   295     Convolution, colorize, drop shadow, and blur filters are accelerated
   296     using OpenVG operations.
   296     using OpenVG operations.
   297 
   297 
       
   298     \section2 Scrolling
       
   299 
       
   300     By default, accelerated scrolling is not enabled because the impact on
       
   301     performance is very much tied to the hardware platform. To enable
       
   302     accelerated scrolling, you should ensure that QVG_BUFFER_SCROLLING is
       
   303     defined when compiling the QtOpenVG module.
       
   304 
       
   305     You should only enable this feature if vgCopyPixels() is known to be
       
   306     efficient on your hardware platform.
       
   307 
   298     \section1 Known issues
   308     \section1 Known issues
   299 
   309 
   300     Performance of copying the contents of an OpenVG-rendered window to the
   310     Performance of copying the contents of an OpenVG-rendered window to the
   301     screen needs platform-specific work in the QVGWindowSurface class.
   311     screen needs platform-specific work in the QVGWindowSurface class.
   302 
   312