src/gui/painting/qdrawhelper_x86_p.h
changeset 37 758a864f9613
parent 18 2f34d5167611
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
   120                                     int const_alpha);
   120                                     int const_alpha);
   121 void qt_blend_rgb32_on_rgb32_sse2(uchar *destPixels, int dbpl,
   121 void qt_blend_rgb32_on_rgb32_sse2(uchar *destPixels, int dbpl,
   122                                  const uchar *srcPixels, int sbpl,
   122                                  const uchar *srcPixels, int sbpl,
   123                                  int w, int h,
   123                                  int w, int h,
   124                                  int const_alpha);
   124                                  int const_alpha);
       
   125 
       
   126 extern CompositionFunction qt_functionForMode_onlySSE2[];
       
   127 extern CompositionFunctionSolid qt_functionForModeSolid_onlySSE2[];
   125 #endif // QT_HAVE_SSE2
   128 #endif // QT_HAVE_SSE2
   126 
   129 
   127 #ifdef QT_HAVE_IWMMXT
   130 #ifdef QT_HAVE_IWMMXT
   128 void qt_blend_color_argb_iwmmxt(int count, const QSpan *spans, void *userData);
   131 void qt_blend_color_argb_iwmmxt(int count, const QSpan *spans, void *userData);
   129 
   132