src/gui/painting/qpaintbuffer.cpp
changeset 22 79de32ba3296
parent 18 2f34d5167611
child 30 5dc02b23752f
equal deleted inserted replaced
19:fcece45ef507 22:79de32ba3296
    50 
    50 
    51 // #define QPAINTBUFFER_DEBUG_DRAW
    51 // #define QPAINTBUFFER_DEBUG_DRAW
    52 
    52 
    53 QT_BEGIN_NAMESPACE
    53 QT_BEGIN_NAMESPACE
    54 
    54 
    55 extern int qt_defaultDpiX();
    55 Q_GUI_EXPORT extern int qt_defaultDpiX();
    56 extern int qt_defaultDpiY();
    56 Q_GUI_EXPORT extern int qt_defaultDpiY();
    57 extern void qt_format_text(const QFont &font,
    57 extern void qt_format_text(const QFont &font,
    58                            const QRectF &_r, int tf, const QTextOption *option, const QString& str, QRectF *brect,
    58                            const QRectF &_r, int tf, const QTextOption *option, const QString& str, QRectF *brect,
    59                            int tabstops, int* tabarray, int tabarraylen,
    59                            int tabstops, int* tabarray, int tabarraylen,
    60                            QPainter *painter);
    60                            QPainter *painter);
    61 
    61