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/qdrawhelper_sse.cpp

    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)
     
    7878    comp_func_Clear<QSSEIntrinsics>,
    7979    comp_func_Source<QSSEIntrinsics>,
    80     0,
     80    comp_func_Destination,
    8181    comp_func_SourceIn<QSSEIntrinsics>,
    8282    comp_func_DestinationIn<QSSEIntrinsics>,
     
    8585    comp_func_SourceAtop<QSSEIntrinsics>,
    8686    comp_func_DestinationAtop<QSSEIntrinsics>,
    87     comp_func_XOR<QSSEIntrinsics>
     87    comp_func_XOR<QSSEIntrinsics>,
     88    comp_func_Plus,
     89    comp_func_Multiply,
     90    comp_func_Screen,
     91    comp_func_Overlay,
     92    comp_func_Darken,
     93    comp_func_Lighten,
     94    comp_func_ColorDodge,
     95    comp_func_ColorBurn,
     96    comp_func_HardLight,
     97    comp_func_SoftLight,
     98    comp_func_Difference,
     99    comp_func_Exclusion,
     100    rasterop_SourceOrDestination,
     101    rasterop_SourceAndDestination,
     102    rasterop_SourceXorDestination,
     103    rasterop_NotSourceAndNotDestination,
     104    rasterop_NotSourceOrNotDestination,
     105    rasterop_NotSourceXorDestination,
     106    rasterop_NotSource,
     107    rasterop_NotSourceAndDestination,
     108    rasterop_SourceAndNotDestination
    88109};
    89110
Note: See TracChangeset for help on using the changeset viewer.