equal
deleted
inserted
replaced
378 if (!orig) |
378 if (!orig) |
379 return new QPainterState; |
379 return new QPainterState; |
380 return new QPainterState(orig); |
380 return new QPainterState(orig); |
381 } |
381 } |
382 |
382 |
383 extern bool qt_scaleForTransform(const QTransform &transform, qreal *scale); // qtransform.cpp |
383 Q_GUI_EXPORT extern bool qt_scaleForTransform(const QTransform &transform, qreal *scale); // qtransform.cpp |
384 |
384 |
385 void QPaintEngineEx::stroke(const QVectorPath &path, const QPen &pen) |
385 void QPaintEngineEx::stroke(const QVectorPath &path, const QPen &pen) |
386 { |
386 { |
387 #ifdef QT_DEBUG_DRAW |
387 #ifdef QT_DEBUG_DRAW |
388 qDebug() << "QPaintEngineEx::stroke()" << pen; |
388 qDebug() << "QPaintEngineEx::stroke()" << pen; |