summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qmatrix.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename qIsFuzzyNull to qFuzzyIsNullBjoern Erik Nilsen2009-04-081-3/+3
| | | | | | | | | | The function was added in fde7f3d03782c801901f511131458d6fcb1021a5 and we believe qFuzzyIsNull is a better naming and more in line with qFuzzyCompare. Reviewed-by: Lars Knoll Reviewed-by: nrc Reviewed-by: Samuel
* Use qIsFuzzyNull rather than the more expensive qFuzzyCompareBjoern Erik Nilsen2009-04-081-1/+1
| | | | | | | See also fde7f3d03782c801901f511131458d6fcb1021a5 Reviewed-by: Olivier Reviewed-by: Samuel
* Optimise QMatrix and QTransformLars Knoll2009-04-071-2/+16
| | | | | | Add some private inline constructors and do inlining other places. All test still pass.
* Long live Qt!Lars Knoll2009-03-231-0/+175