summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/fontdatabases/mac/qcoretextfontdatabase.mm
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@digia.com>2014-07-29 12:56:34 +0200
committerAllan Sandfeld Jensen <allan.jensen@digia.com>2014-07-29 15:16:50 +0200
commit0afc80c9225ca9630f627fe1aea3d4fd7f958082 (patch)
tree8d0111ce84921b219bf595b9fa919e1347f99a06 /src/platformsupport/fontdatabases/mac/qcoretextfontdatabase.mm
parent7e74f8f398deb8ed84f6c4613de6dab2066dc9de (diff)
Don't convert signed to unsigned when we need all 32bit
The fast scale methods qt_scale_image_16bit and qt_scale_image_32bit were incorrectly assigning an unsigned value to a signed variable, which broke their support of images with dimensions from 32384 to 65535. Images with dimensions higher than that are already using another code- path. Task-number: QTBUG-40297 Change-Id: I8c971889e069381224cea2befbb5c66cd93ea5c2 Reviewed-by: Gunnar Sletta <gunnar.sletta@jollamobile.com>
Diffstat (limited to 'src/platformsupport/fontdatabases/mac/qcoretextfontdatabase.mm')
0 files changed, 0 insertions, 0 deletions