equal
deleted
inserted
replaced
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 |