Changeset 769 for trunk/doc/src/platforms/emb-openvg.qdocinc
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/doc/src/platforms/emb-openvg.qdocinc
r561 r769 136 136 137 137 The other members of QPainter::CompositionMode are not supported 138 because OpenVG 1.1 does not have an equivalent in its \c VGBlendMode 139 enumeration. Any attempt to set an unsupported mode will result in 138 unless the \c{VG_KHR_advanced_blending} extension is present, 139 in which case the following additional modes are supported: 140 141 \list 142 \o QPainter::CompositionMode_Overlay 143 \o QPainter::CompositionMode_ColorDodge 144 \o QPainter::CompositionMode_ColorBurn 145 \o QPainter::CompositionMode_HardLight 146 \o QPainter::CompositionMode_SoftLight 147 \o QPainter::CompositionMode_Difference 148 \o QPainter::CompositionMode_Exclusion 149 \o QPainter::CompositionMode_SourceOut 150 \o QPainter::CompositionMode_DestinationOut 151 \o QPainter::CompositionMode_SourceAtop 152 \o QPainter::CompositionMode_DestinationAtop 153 \o QPainter::CompositionMode_Xor 154 \endlist 155 156 Any attempt to set an unsupported mode will result in 140 157 the actual mode being set to QPainter::CompositionMode_SourceOver. 141 158 Client applications should avoid using unsupported modes. … … 260 277 accelerated using OpenVG operations. 261 278 279 \row 280 \o Scrolling 281 \o Accelerated scrolling is implemented but disabled by default 282 unless QVG_BUFFER_SCROLLING is defined. This should only be enabled on 283 OpenVG engines where vgCopyPixels() is known to be efficient. 284 262 285 \endtable 263 286
Note:
See TracChangeset
for help on using the changeset viewer.