diff options
author | Samuel Rødal <sroedal@trolltech.com> | 2009-10-13 12:44:54 (GMT) |
---|---|---|
committer | Samuel Rødal <sroedal@trolltech.com> | 2009-10-14 11:45:59 (GMT) |
commit | 997dbe14d8bd4f370a7c972b594b5bc12e80f027 (patch) | |
tree | 9fd09072daf22bfd1fba2b5e66775fef04772b94 /src/gui/image/qpixmap_raster_p.h | |
parent | b0557f0d11b247284e2b5e879b34f9d28a99e3e4 (diff) | |
download | Qt-997dbe14d8bd4f370a7c972b594b5bc12e80f027.zip Qt-997dbe14d8bd4f370a7c972b594b5bc12e80f027.tar.gz Qt-997dbe14d8bd4f370a7c972b594b5bc12e80f027.tar.bz2 |
Fixed wrong use of graphics effects for pixmap graphics items.
The blur, drop shadow, and bloom graphics effects are scale dependent,
since they have radius and offset (in the case of drop shadow)
parameters that are specified in device coordinates. Thus, we can't
apply the effect in logical coordinates and scale up, and need to always
use the device coordinate path for these effects. The opacity and
grayscale effects still use the logical coordinate optimization.
Reviewed-by: Gunnar Sletta
Diffstat (limited to 'src/gui/image/qpixmap_raster_p.h')
0 files changed, 0 insertions, 0 deletions