Home
last modified time | relevance | path

Searched refs:idisty (Results 26 – 50 of 59) sorted by relevance

123

/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqdrawhelper.cpp2453 const int idisty = 256 - disty; in fetchTransformedBilinearARGB32PM_simple_scale_helper() local
2478 quint32 rb = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2479 … quint32 ag = ((((t>>8) & 0xff00ff) * idisty + ((b>>8) & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2492 const __m128i idisty_ = _mm_set1_epi16(idisty); in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2522 const int16x8_t idisty_ = vdupq_n_s16(idisty); in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2562 … intermediate.buffer_rb[f] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
3165 const int idisty = 256 - disty; in fetchTransformedBilinear_simple_scale_helper() local
3194 buf1[i] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
3195 … buf2[i] = ((((t >> 8) & 0xff00ff) * idisty + ((b >> 8) & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
3204 … buf1[i + len1] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
[all …]
H A Dqdrawhelper_p.h762 uint idisty = 256 - disty; in interpolate_4_pixels() local
765 return INTERPOLATE_PIXEL_256(xtop, idisty, xbot, disty); in interpolate_4_pixels()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqdrawhelper.cpp2453 const int idisty = 256 - disty; in fetchTransformedBilinearARGB32PM_simple_scale_helper() local
2478 quint32 rb = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2479 … quint32 ag = ((((t>>8) & 0xff00ff) * idisty + ((b>>8) & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2492 const __m128i idisty_ = _mm_set1_epi16(idisty); in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2522 const int16x8_t idisty_ = vdupq_n_s16(idisty); in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2562 … intermediate.buffer_rb[f] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
3165 const int idisty = 256 - disty; in fetchTransformedBilinear_simple_scale_helper() local
3194 buf1[i] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
3195 … buf2[i] = ((((t >> 8) & 0xff00ff) * idisty + ((b >> 8) & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
3204 … buf1[i + len1] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
[all …]
H A Dqdrawhelper_p.h762 uint idisty = 256 - disty; in interpolate_4_pixels() local
765 return INTERPOLATE_PIXEL_256(xtop, idisty, xbot, disty); in interpolate_4_pixels()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqdrawhelper.cpp2453 const int idisty = 256 - disty; in fetchTransformedBilinearARGB32PM_simple_scale_helper() local
2478 quint32 rb = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2479 … quint32 ag = ((((t>>8) & 0xff00ff) * idisty + ((b>>8) & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2492 const __m128i idisty_ = _mm_set1_epi16(idisty); in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2522 const int16x8_t idisty_ = vdupq_n_s16(idisty); in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2562 … intermediate.buffer_rb[f] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
3165 const int idisty = 256 - disty; in fetchTransformedBilinear_simple_scale_helper() local
3194 buf1[i] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
3195 … buf2[i] = ((((t >> 8) & 0xff00ff) * idisty + ((b >> 8) & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
3204 … buf1[i + len1] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
[all …]
H A Dqdrawhelper_p.h762 uint idisty = 256 - disty; in interpolate_4_pixels() local
765 return INTERPOLATE_PIXEL_256(xtop, idisty, xbot, disty); in interpolate_4_pixels()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqdrawhelper.cpp2453 const int idisty = 256 - disty; in fetchTransformedBilinearARGB32PM_simple_scale_helper() local
2478 quint32 rb = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2479 … quint32 ag = ((((t>>8) & 0xff00ff) * idisty + ((b>>8) & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2492 const __m128i idisty_ = _mm_set1_epi16(idisty); in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2522 const int16x8_t idisty_ = vdupq_n_s16(idisty); in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2562 … intermediate.buffer_rb[f] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
3165 const int idisty = 256 - disty; in fetchTransformedBilinear_simple_scale_helper() local
3194 buf1[i] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
3195 … buf2[i] = ((((t >> 8) & 0xff00ff) * idisty + ((b >> 8) & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
3204 … buf1[i + len1] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
[all …]
H A Dqdrawhelper_p.h762 uint idisty = 256 - disty; in interpolate_4_pixels() local
765 return INTERPOLATE_PIXEL_256(xtop, idisty, xbot, disty); in interpolate_4_pixels()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqdrawhelper.cpp2453 const int idisty = 256 - disty; in fetchTransformedBilinearARGB32PM_simple_scale_helper() local
2478 quint32 rb = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2479 … quint32 ag = ((((t>>8) & 0xff00ff) * idisty + ((b>>8) & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2492 const __m128i idisty_ = _mm_set1_epi16(idisty); in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2522 const int16x8_t idisty_ = vdupq_n_s16(idisty); in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2562 … intermediate.buffer_rb[f] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
3165 const int idisty = 256 - disty; in fetchTransformedBilinear_simple_scale_helper() local
3194 buf1[i] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
3195 … buf2[i] = ((((t >> 8) & 0xff00ff) * idisty + ((b >> 8) & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
3204 … buf1[i + len1] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
[all …]
H A Dqdrawhelper_p.h762 uint idisty = 256 - disty; in interpolate_4_pixels() local
765 return INTERPOLATE_PIXEL_256(xtop, idisty, xbot, disty); in interpolate_4_pixels()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqdrawhelper.cpp2453 const int idisty = 256 - disty; in fetchTransformedBilinearARGB32PM_simple_scale_helper() local
2478 quint32 rb = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2479 … quint32 ag = ((((t>>8) & 0xff00ff) * idisty + ((b>>8) & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2492 const __m128i idisty_ = _mm_set1_epi16(idisty); in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2522 const int16x8_t idisty_ = vdupq_n_s16(idisty); in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2562 … intermediate.buffer_rb[f] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
3165 const int idisty = 256 - disty; in fetchTransformedBilinear_simple_scale_helper() local
3194 buf1[i] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
3195 … buf2[i] = ((((t >> 8) & 0xff00ff) * idisty + ((b >> 8) & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
3204 … buf1[i + len1] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
[all …]
H A Dqdrawhelper_p.h762 uint idisty = 256 - disty; in interpolate_4_pixels() local
765 return INTERPOLATE_PIXEL_256(xtop, idisty, xbot, disty); in interpolate_4_pixels()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqdrawhelper.cpp2453 const int idisty = 256 - disty; in fetchTransformedBilinearARGB32PM_simple_scale_helper() local
2478 quint32 rb = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2479 … quint32 ag = ((((t>>8) & 0xff00ff) * idisty + ((b>>8) & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2492 const __m128i idisty_ = _mm_set1_epi16(idisty); in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2522 const int16x8_t idisty_ = vdupq_n_s16(idisty); in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2562 … intermediate.buffer_rb[f] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
3165 const int idisty = 256 - disty; in fetchTransformedBilinear_simple_scale_helper() local
3194 buf1[i] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
3195 … buf2[i] = ((((t >> 8) & 0xff00ff) * idisty + ((b >> 8) & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
3204 … buf1[i + len1] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqdrawhelper.cpp2453 const int idisty = 256 - disty; in fetchTransformedBilinearARGB32PM_simple_scale_helper() local
2478 quint32 rb = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2479 … quint32 ag = ((((t>>8) & 0xff00ff) * idisty + ((b>>8) & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2492 const __m128i idisty_ = _mm_set1_epi16(idisty); in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2522 const int16x8_t idisty_ = vdupq_n_s16(idisty); in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2562 … intermediate.buffer_rb[f] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
3165 const int idisty = 256 - disty; in fetchTransformedBilinear_simple_scale_helper() local
3194 buf1[i] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
3195 … buf2[i] = ((((t >> 8) & 0xff00ff) * idisty + ((b >> 8) & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
3204 … buf1[i + len1] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqdrawhelper.cpp2453 const int idisty = 256 - disty; in fetchTransformedBilinearARGB32PM_simple_scale_helper() local
2478 quint32 rb = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2479 … quint32 ag = ((((t>>8) & 0xff00ff) * idisty + ((b>>8) & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2492 const __m128i idisty_ = _mm_set1_epi16(idisty); in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2522 const int16x8_t idisty_ = vdupq_n_s16(idisty); in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2562 … intermediate.buffer_rb[f] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
3165 const int idisty = 256 - disty; in fetchTransformedBilinear_simple_scale_helper() local
3194 buf1[i] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
3195 … buf2[i] = ((((t >> 8) & 0xff00ff) * idisty + ((b >> 8) & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
3204 … buf1[i + len1] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqdrawhelper.cpp2453 const int idisty = 256 - disty; in fetchTransformedBilinearARGB32PM_simple_scale_helper() local
2478 quint32 rb = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2479 … quint32 ag = ((((t>>8) & 0xff00ff) * idisty + ((b>>8) & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2492 const __m128i idisty_ = _mm_set1_epi16(idisty); in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2522 const int16x8_t idisty_ = vdupq_n_s16(idisty); in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2562 … intermediate.buffer_rb[f] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
3165 const int idisty = 256 - disty; in fetchTransformedBilinear_simple_scale_helper() local
3194 buf1[i] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
3195 … buf2[i] = ((((t >> 8) & 0xff00ff) * idisty + ((b >> 8) & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
3204 … buf1[i + len1] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqdrawhelper.cpp2453 const int idisty = 256 - disty; in fetchTransformedBilinearARGB32PM_simple_scale_helper() local
2478 quint32 rb = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2479 … quint32 ag = ((((t>>8) & 0xff00ff) * idisty + ((b>>8) & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2492 const __m128i idisty_ = _mm_set1_epi16(idisty); in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2522 const int16x8_t idisty_ = vdupq_n_s16(idisty); in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2562 … intermediate.buffer_rb[f] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
3165 const int idisty = 256 - disty; in fetchTransformedBilinear_simple_scale_helper() local
3194 buf1[i] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
3195 … buf2[i] = ((((t >> 8) & 0xff00ff) * idisty + ((b >> 8) & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
3204 … buf1[i + len1] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqdrawhelper.cpp2453 const int idisty = 256 - disty; in fetchTransformedBilinearARGB32PM_simple_scale_helper() local
2478 quint32 rb = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2479 … quint32 ag = ((((t>>8) & 0xff00ff) * idisty + ((b>>8) & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2492 const __m128i idisty_ = _mm_set1_epi16(idisty); in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2522 const int16x8_t idisty_ = vdupq_n_s16(idisty); in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2562 … intermediate.buffer_rb[f] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
3165 const int idisty = 256 - disty; in fetchTransformedBilinear_simple_scale_helper() local
3194 buf1[i] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
3195 … buf2[i] = ((((t >> 8) & 0xff00ff) * idisty + ((b >> 8) & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
3204 … buf1[i + len1] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqdrawhelper.cpp2453 const int idisty = 256 - disty; in fetchTransformedBilinearARGB32PM_simple_scale_helper() local
2478 quint32 rb = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2479 … quint32 ag = ((((t>>8) & 0xff00ff) * idisty + ((b>>8) & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2492 const __m128i idisty_ = _mm_set1_epi16(idisty); in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2522 const int16x8_t idisty_ = vdupq_n_s16(idisty); in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2562 … intermediate.buffer_rb[f] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
3165 const int idisty = 256 - disty; in fetchTransformedBilinear_simple_scale_helper() local
3194 buf1[i] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
3195 … buf2[i] = ((((t >> 8) & 0xff00ff) * idisty + ((b >> 8) & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
3204 … buf1[i + len1] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
[all …]
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqdrawhelper.cpp2453 const int idisty = 256 - disty; in fetchTransformedBilinearARGB32PM_simple_scale_helper() local
2478 quint32 rb = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2479 … quint32 ag = ((((t>>8) & 0xff00ff) * idisty + ((b>>8) & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2492 const __m128i idisty_ = _mm_set1_epi16(idisty); in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2522 const int16x8_t idisty_ = vdupq_n_s16(idisty); in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2562 … intermediate.buffer_rb[f] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
3165 const int idisty = 256 - disty; in fetchTransformedBilinear_simple_scale_helper() local
3194 buf1[i] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
3195 … buf2[i] = ((((t >> 8) & 0xff00ff) * idisty + ((b >> 8) & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
3204 … buf1[i + len1] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqdrawhelper.cpp2453 const int idisty = 256 - disty; in fetchTransformedBilinearARGB32PM_simple_scale_helper() local
2478 quint32 rb = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2479 … quint32 ag = ((((t>>8) & 0xff00ff) * idisty + ((b>>8) & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2492 const __m128i idisty_ = _mm_set1_epi16(idisty); in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2522 const int16x8_t idisty_ = vdupq_n_s16(idisty); in fetchTransformedBilinearARGB32PM_simple_scale_helper()
2562 … intermediate.buffer_rb[f] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinearARGB32PM_simple_scale_helper()
3165 const int idisty = 256 - disty; in fetchTransformedBilinear_simple_scale_helper() local
3194 buf1[i] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
3195 … buf2[i] = ((((t >> 8) & 0xff00ff) * idisty + ((b >> 8) & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
3204 … buf1[i + len1] = (((t & 0xff00ff) * idisty + (b & 0xff00ff) * disty) >> 8) & 0xff00ff; in fetchTransformedBilinear_simple_scale_helper()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqdrawhelper_p.h762 uint idisty = 256 - disty; in interpolate_4_pixels() local
765 return INTERPOLATE_PIXEL_256(xtop, idisty, xbot, disty); in interpolate_4_pixels()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqdrawhelper_p.h762 uint idisty = 256 - disty; in interpolate_4_pixels() local
765 return INTERPOLATE_PIXEL_256(xtop, idisty, xbot, disty); in interpolate_4_pixels()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqdrawhelper_p.h762 uint idisty = 256 - disty; in interpolate_4_pixels() local
765 return INTERPOLATE_PIXEL_256(xtop, idisty, xbot, disty); in interpolate_4_pixels()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqdrawhelper_p.h762 uint idisty = 256 - disty; in interpolate_4_pixels() local
765 return INTERPOLATE_PIXEL_256(xtop, idisty, xbot, disty); in interpolate_4_pixels()

123