qtdeclarative/tests/auto/quick/qquickpath
Andrew den Exter b50aa539e8 Reduce memory usage of QQuickPath for simple paths.
For a single segment line path we can get correct results by
interpolating across just two points, so there no need to allocate
the comparatively large point cache required for more complex paths.

This also correct a normally small interpolation error caused by
including the terminal point in the number of intervals.

Change-Id: I564c3c012b6822831251276951603fca8544a356
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
2012-04-23 09:52:33 +02:00
..
data Rename QDeclarative symbols to QQuick and QQml 2012-02-24 04:51:31 +01:00
qquickpath.pro Changed quick tests to work from install directory 2012-03-07 06:24:24 +01:00
tst_qquickpath.cpp Reduce memory usage of QQuickPath for simple paths. 2012-04-23 09:52:33 +02:00