add canvas drawImage unit tests
authorCharles Yin <charles.yin@nokia.com>
Thu, 6 Oct 2011 04:08:37 +0000 (14:08 +1000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 6 Oct 2011 08:44:27 +0000 (10:44 +0200)
commit4e06807baf317709562d0a5283efc24fdcbd14a3
treeef18eabbaf30c6b806876ff5e749df97db0db11c
parent0db214e51ac36d5ce5499c52cf4054b81e910bbb
add canvas drawImage unit tests

Change-Id: I772bf58bead4b536cc632983846743e0d576bedd
Reviewed-on: http://codereview.qt-project.org/6100
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Charles Yin <charles.yin@nokia.com>
25 files changed:
src/declarative/items/context2d/qsgcontext2d.cpp
tests/auto/declarative/qsgcanvasitem/data/anim-gr.gif [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/anim-gr.png [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/anim-poster-gr.png [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/background.png [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/broken.png [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/ggrr-256x256.png [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/green-16x16.png [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/green-1x1.png [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/green-256x256.png [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/green-2x2.png [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/green.png [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/grgr-256x256.png [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/qt-logo.png [deleted file]
tests/auto/declarative/qsgcanvasitem/data/red-16x16.png [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/red.png [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/redtransparent.png [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/rgrg-256x256.png [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/rrgg-256x256.png [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/transparent.png [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/transparent50.png [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/tst_canvas.qml
tests/auto/declarative/qsgcanvasitem/data/tst_drawimage.qml
tests/auto/declarative/qsgcanvasitem/data/yellow.png [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/yellow75.png [new file with mode: 0644]