Changeset 71 for trunk/include/qcanvas.h


Ignore:
Timestamp:
Mar 22, 2006, 4:15:38 PM (19 years ago)
Author:
dmik
Message:

On OS/2, use regions to scan polygons in order to determine which chunks they intersect with. This should be as fast as QPolygonScanner, but produces much better results (and no artefacts).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/qcanvas.h

    r69 r71  
    589589
    590590private:
     591#if !defined(Q_WS_PM)
    591592    void scanPolygon( const QPointArray& pa, int winding,
    592593                      QPolygonalProcessor& process ) const;
     594#endif   
    593595    QPointArray chunks() const;
    594596
Note: See TracChangeset for help on using the changeset viewer.