Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/gui/painting/qrasterdefs_p.h

    r651 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation (qt-info@nokia.com)
     
    8282QT_FT_BEGIN_HEADER
    8383
    84 
    8584  /*************************************************************************/
    8685  /*                                                                       */
     
    102101  /*    pixel coordinates.                                                 */
    103102  /*                                                                       */
    104   typedef signed long  QT_FT_Pos;
     103  typedef signed int  QT_FT_Pos;
    105104
    106105
     
    838837  /*    independently to convert an outline into a bitmap or pixmap.       */
    839838  /*                                                                       */
    840   typedef struct QT_FT_RasterRec_*  QT_FT_Raster;
     839  typedef struct TRaster_ *QT_FT_Raster;
    841840
    842841
     
    10901089    void*                   user;
    10911090    QT_FT_BBox                 clip_box;
     1091    int                     skip_spans;
    10921092
    10931093  } QT_FT_Raster_Params;
     
    11191119  /*                                                                       */
    11201120  typedef int
    1121   (*QT_FT_Raster_NewFunc)( void*       memory,
    1122                         QT_FT_Raster*  raster );
     1121  (*QT_FT_Raster_NewFunc)( QT_FT_Raster*  raster );
    11231122
    11241123#define  QT_FT_Raster_New_Func    QT_FT_Raster_NewFunc
Note: See TracChangeset for help on using the changeset viewer.