diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/emb-accel.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/emb-accel.html')
-rw-r--r-- | doc/html/emb-accel.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/emb-accel.html b/doc/html/emb-accel.html index de50e83c5..9ae80d35c 100644 --- a/doc/html/emb-accel.html +++ b/doc/html/emb-accel.html @@ -74,8 +74,8 @@ access the accelerator at once and possibly locking up the machine. It's possible that your source data is not on the graphics card so you should check in such cases and fall back to software if necessary. Note that <tt>TQGfxRaster</tt> supports some features not directly supported -by <a href="qpainter.html">TQPainter</a> (for instance, alpha channels in 32-bit data and -stretchBlt's). These features are used by TQt; stretchBlt speeds up <a href="qpixmap.html#xForm">TQPixmap::xForm</a>() and <tt>drawPixmap()</tt> into a transformed <a href="qpainter.html">TQPainter</a>, +by <a href="ntqpainter.html">TQPainter</a> (for instance, alpha channels in 32-bit data and +stretchBlt's). These features are used by TQt; stretchBlt speeds up <a href="ntqpixmap.html#xForm">TQPixmap::xForm</a>() and <tt>drawPixmap()</tt> into a transformed <a href="ntqpainter.html">TQPainter</a>, alpha channel acceleration is supported for 32-bit pixmaps. <p> <li> If you wish, define an accelerated descendant of <tt>TQScreenCursor</tt>. <tt>restoreUnder()</tt>, <tt>saveUnder()</tt>, <tt>drawCursor()</tt> and <tt>draw()</tt> should |