This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | DPoint |
Functions | |
QRgb | interpolatedPixelValue (double xp, double yp, QImage *image) |
QRgb | blendColors (QRgb color1, QRgb color2, double alpha) |
DPoint | findTwoLineIntersection (DPoint p1, DPoint p2, DPoint p3, DPoint p4) |
|
Definition at line 359 of file tilt.cpp. Referenced by interpolatedPixelValue(), and SubalbumPreviewWidget::paintItem().
|
|
Definition at line 367 of file tilt.cpp. References DPoint::x(), and DPoint::y(). Referenced by correctImageTilt().
|
|
Definition at line 312 of file tilt.cpp. References blendColors(). Referenced by correctImageTilt().
|