Home
last modified time | relevance | path

Searched refs:destr (Results 1 – 25 of 451) sorted by relevance

12345678910>>...19

/dports/games/bomberclone/bomberclone-0.11.9/src/
H A Dgfxengine.c151 destr->x > desti->w || destr->y > desti->h) in gfx_blit()
164 destr->w -= i; in gfx_blit()
180 destr->w += destr->x; in gfx_blit()
183 destr->x = 0; in gfx_blit()
185 if (destr->x+destr->w > desti->w) { // x+w > img.w in gfx_blit()
186 i = destr->x+destr->w - desti->w; in gfx_blit()
191 destr->h += destr->y; in gfx_blit()
194 destr->y = 0; in gfx_blit()
196 if (destr->y+destr->h > desti->h) { // y+h > img.h in gfx_blit()
197 i = destr->y+destr->h - desti->h; in gfx_blit()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/thread/
H A Dqthreadstorage.cpp81 DestructorMap *destr = destructors(); in Q_GLOBAL_STATIC() local
82 if (!destr) { in Q_GLOBAL_STATIC()
97 for (id = 0; id < destr->count(); id++) { in Q_GLOBAL_STATIC()
98 if (destr->at(id) == 0) in Q_GLOBAL_STATIC()
101 if (id == destr->count()) { in Q_GLOBAL_STATIC()
102 destr->append(func); in Q_GLOBAL_STATIC()
104 (*destr)[id] = func; in Q_GLOBAL_STATIC()
157 DestructorMap *destr = destructors(); in set() local
158 void (*destructor)(void *) = destr ? destr->value(id) : 0; in set()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqthreadstorage.cpp78 DestructorMap *destr = destructors(); in Q_GLOBAL_STATIC() local
79 if (!destr) { in Q_GLOBAL_STATIC()
94 for (id = 0; id < destr->count(); id++) { in Q_GLOBAL_STATIC()
95 if (destr->at(id) == 0) in Q_GLOBAL_STATIC()
98 if (id == destr->count()) { in Q_GLOBAL_STATIC()
99 destr->append(func); in Q_GLOBAL_STATIC()
101 (*destr)[id] = func; in Q_GLOBAL_STATIC()
154 DestructorMap *destr = destructors(); in set() local
155 void (*destructor)(void *) = destr ? destr->value(id) : 0; in set()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqthreadstorage.cpp78 DestructorMap *destr = destructors(); in Q_GLOBAL_STATIC() local
79 if (!destr) { in Q_GLOBAL_STATIC()
94 for (id = 0; id < destr->count(); id++) { in Q_GLOBAL_STATIC()
95 if (destr->at(id) == 0) in Q_GLOBAL_STATIC()
98 if (id == destr->count()) { in Q_GLOBAL_STATIC()
99 destr->append(func); in Q_GLOBAL_STATIC()
101 (*destr)[id] = func; in Q_GLOBAL_STATIC()
154 DestructorMap *destr = destructors(); in set() local
155 void (*destructor)(void *) = destr ? destr->value(id) : 0; in set()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqthreadstorage.cpp78 DestructorMap *destr = destructors(); in Q_GLOBAL_STATIC() local
79 if (!destr) { in Q_GLOBAL_STATIC()
94 for (id = 0; id < destr->count(); id++) { in Q_GLOBAL_STATIC()
95 if (destr->at(id) == 0) in Q_GLOBAL_STATIC()
98 if (id == destr->count()) { in Q_GLOBAL_STATIC()
99 destr->append(func); in Q_GLOBAL_STATIC()
101 (*destr)[id] = func; in Q_GLOBAL_STATIC()
154 DestructorMap *destr = destructors(); in set() local
155 void (*destructor)(void *) = destr ? destr->value(id) : 0; in set()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqthreadstorage.cpp78 DestructorMap *destr = destructors(); in Q_GLOBAL_STATIC() local
79 if (!destr) { in Q_GLOBAL_STATIC()
94 for (id = 0; id < destr->count(); id++) { in Q_GLOBAL_STATIC()
95 if (destr->at(id) == 0) in Q_GLOBAL_STATIC()
98 if (id == destr->count()) { in Q_GLOBAL_STATIC()
99 destr->append(func); in Q_GLOBAL_STATIC()
101 (*destr)[id] = func; in Q_GLOBAL_STATIC()
154 DestructorMap *destr = destructors(); in set() local
155 void (*destructor)(void *) = destr ? destr->value(id) : 0; in set()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqthreadstorage.cpp78 DestructorMap *destr = destructors(); in Q_GLOBAL_STATIC() local
79 if (!destr) { in Q_GLOBAL_STATIC()
94 for (id = 0; id < destr->count(); id++) { in Q_GLOBAL_STATIC()
95 if (destr->at(id) == 0) in Q_GLOBAL_STATIC()
98 if (id == destr->count()) { in Q_GLOBAL_STATIC()
99 destr->append(func); in Q_GLOBAL_STATIC()
101 (*destr)[id] = func; in Q_GLOBAL_STATIC()
154 DestructorMap *destr = destructors(); in set() local
155 void (*destructor)(void *) = destr ? destr->value(id) : 0; in set()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqthreadstorage.cpp78 DestructorMap *destr = destructors(); in Q_GLOBAL_STATIC() local
79 if (!destr) { in Q_GLOBAL_STATIC()
94 for (id = 0; id < destr->count(); id++) { in Q_GLOBAL_STATIC()
95 if (destr->at(id) == 0) in Q_GLOBAL_STATIC()
98 if (id == destr->count()) { in Q_GLOBAL_STATIC()
99 destr->append(func); in Q_GLOBAL_STATIC()
101 (*destr)[id] = func; in Q_GLOBAL_STATIC()
154 DestructorMap *destr = destructors(); in set() local
155 void (*destructor)(void *) = destr ? destr->value(id) : 0; in set()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqthreadstorage.cpp78 DestructorMap *destr = destructors(); in Q_GLOBAL_STATIC() local
79 if (!destr) { in Q_GLOBAL_STATIC()
94 for (id = 0; id < destr->count(); id++) { in Q_GLOBAL_STATIC()
95 if (destr->at(id) == 0) in Q_GLOBAL_STATIC()
98 if (id == destr->count()) { in Q_GLOBAL_STATIC()
99 destr->append(func); in Q_GLOBAL_STATIC()
101 (*destr)[id] = func; in Q_GLOBAL_STATIC()
154 DestructorMap *destr = destructors(); in set() local
155 void (*destructor)(void *) = destr ? destr->value(id) : 0; in set()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqthreadstorage.cpp78 DestructorMap *destr = destructors(); in Q_GLOBAL_STATIC() local
79 if (!destr) { in Q_GLOBAL_STATIC()
94 for (id = 0; id < destr->count(); id++) { in Q_GLOBAL_STATIC()
95 if (destr->at(id) == 0) in Q_GLOBAL_STATIC()
98 if (id == destr->count()) { in Q_GLOBAL_STATIC()
99 destr->append(func); in Q_GLOBAL_STATIC()
101 (*destr)[id] = func; in Q_GLOBAL_STATIC()
154 DestructorMap *destr = destructors(); in set() local
155 void (*destructor)(void *) = destr ? destr->value(id) : 0; in set()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqthreadstorage.cpp78 DestructorMap *destr = destructors(); in Q_GLOBAL_STATIC() local
79 if (!destr) { in Q_GLOBAL_STATIC()
94 for (id = 0; id < destr->count(); id++) { in Q_GLOBAL_STATIC()
95 if (destr->at(id) == 0) in Q_GLOBAL_STATIC()
98 if (id == destr->count()) { in Q_GLOBAL_STATIC()
99 destr->append(func); in Q_GLOBAL_STATIC()
101 (*destr)[id] = func; in Q_GLOBAL_STATIC()
154 DestructorMap *destr = destructors(); in set() local
155 void (*destructor)(void *) = destr ? destr->value(id) : 0; in set()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqthreadstorage.cpp78 DestructorMap *destr = destructors(); in Q_GLOBAL_STATIC() local
79 if (!destr) { in Q_GLOBAL_STATIC()
94 for (id = 0; id < destr->count(); id++) { in Q_GLOBAL_STATIC()
95 if (destr->at(id) == 0) in Q_GLOBAL_STATIC()
98 if (id == destr->count()) { in Q_GLOBAL_STATIC()
99 destr->append(func); in Q_GLOBAL_STATIC()
101 (*destr)[id] = func; in Q_GLOBAL_STATIC()
154 DestructorMap *destr = destructors(); in set() local
155 void (*destructor)(void *) = destr ? destr->value(id) : 0; in set()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqthreadstorage.cpp78 DestructorMap *destr = destructors(); in Q_GLOBAL_STATIC() local
79 if (!destr) { in Q_GLOBAL_STATIC()
94 for (id = 0; id < destr->count(); id++) { in Q_GLOBAL_STATIC()
95 if (destr->at(id) == 0) in Q_GLOBAL_STATIC()
98 if (id == destr->count()) { in Q_GLOBAL_STATIC()
99 destr->append(func); in Q_GLOBAL_STATIC()
101 (*destr)[id] = func; in Q_GLOBAL_STATIC()
154 DestructorMap *destr = destructors(); in set() local
155 void (*destructor)(void *) = destr ? destr->value(id) : 0; in set()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqthreadstorage.cpp78 DestructorMap *destr = destructors(); in Q_GLOBAL_STATIC() local
79 if (!destr) { in Q_GLOBAL_STATIC()
94 for (id = 0; id < destr->count(); id++) { in Q_GLOBAL_STATIC()
95 if (destr->at(id) == 0) in Q_GLOBAL_STATIC()
98 if (id == destr->count()) { in Q_GLOBAL_STATIC()
99 destr->append(func); in Q_GLOBAL_STATIC()
101 (*destr)[id] = func; in Q_GLOBAL_STATIC()
154 DestructorMap *destr = destructors(); in set() local
155 void (*destructor)(void *) = destr ? destr->value(id) : 0; in set()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqthreadstorage.cpp78 DestructorMap *destr = destructors(); in Q_GLOBAL_STATIC() local
79 if (!destr) { in Q_GLOBAL_STATIC()
94 for (id = 0; id < destr->count(); id++) { in Q_GLOBAL_STATIC()
95 if (destr->at(id) == 0) in Q_GLOBAL_STATIC()
98 if (id == destr->count()) { in Q_GLOBAL_STATIC()
99 destr->append(func); in Q_GLOBAL_STATIC()
101 (*destr)[id] = func; in Q_GLOBAL_STATIC()
154 DestructorMap *destr = destructors(); in set() local
155 void (*destructor)(void *) = destr ? destr->value(id) : 0; in set()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqthreadstorage.cpp78 DestructorMap *destr = destructors(); in Q_GLOBAL_STATIC() local
79 if (!destr) { in Q_GLOBAL_STATIC()
94 for (id = 0; id < destr->count(); id++) { in Q_GLOBAL_STATIC()
95 if (destr->at(id) == 0) in Q_GLOBAL_STATIC()
98 if (id == destr->count()) { in Q_GLOBAL_STATIC()
99 destr->append(func); in Q_GLOBAL_STATIC()
101 (*destr)[id] = func; in Q_GLOBAL_STATIC()
154 DestructorMap *destr = destructors(); in set() local
155 void (*destructor)(void *) = destr ? destr->value(id) : 0; in set()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqthreadstorage.cpp78 DestructorMap *destr = destructors(); in Q_GLOBAL_STATIC() local
79 if (!destr) { in Q_GLOBAL_STATIC()
94 for (id = 0; id < destr->count(); id++) { in Q_GLOBAL_STATIC()
95 if (destr->at(id) == 0) in Q_GLOBAL_STATIC()
98 if (id == destr->count()) { in Q_GLOBAL_STATIC()
99 destr->append(func); in Q_GLOBAL_STATIC()
101 (*destr)[id] = func; in Q_GLOBAL_STATIC()
154 DestructorMap *destr = destructors(); in set() local
155 void (*destructor)(void *) = destr ? destr->value(id) : 0; in set()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqthreadstorage.cpp78 DestructorMap *destr = destructors(); in Q_GLOBAL_STATIC() local
79 if (!destr) { in Q_GLOBAL_STATIC()
94 for (id = 0; id < destr->count(); id++) { in Q_GLOBAL_STATIC()
95 if (destr->at(id) == 0) in Q_GLOBAL_STATIC()
98 if (id == destr->count()) { in Q_GLOBAL_STATIC()
99 destr->append(func); in Q_GLOBAL_STATIC()
101 (*destr)[id] = func; in Q_GLOBAL_STATIC()
154 DestructorMap *destr = destructors(); in set() local
155 void (*destructor)(void *) = destr ? destr->value(id) : 0; in set()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqthreadstorage.cpp78 DestructorMap *destr = destructors(); in Q_GLOBAL_STATIC() local
79 if (!destr) { in Q_GLOBAL_STATIC()
94 for (id = 0; id < destr->count(); id++) { in Q_GLOBAL_STATIC()
95 if (destr->at(id) == 0) in Q_GLOBAL_STATIC()
98 if (id == destr->count()) { in Q_GLOBAL_STATIC()
99 destr->append(func); in Q_GLOBAL_STATIC()
101 (*destr)[id] = func; in Q_GLOBAL_STATIC()
154 DestructorMap *destr = destructors(); in set() local
155 void (*destructor)(void *) = destr ? destr->value(id) : 0; in set()
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqthreadstorage.cpp78 DestructorMap *destr = destructors(); in Q_GLOBAL_STATIC() local
79 if (!destr) { in Q_GLOBAL_STATIC()
94 for (id = 0; id < destr->count(); id++) { in Q_GLOBAL_STATIC()
95 if (destr->at(id) == 0) in Q_GLOBAL_STATIC()
98 if (id == destr->count()) { in Q_GLOBAL_STATIC()
99 destr->append(func); in Q_GLOBAL_STATIC()
101 (*destr)[id] = func; in Q_GLOBAL_STATIC()
154 DestructorMap *destr = destructors(); in set() local
155 void (*destructor)(void *) = destr ? destr->value(id) : 0; in set()
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqthreadstorage.cpp78 DestructorMap *destr = destructors(); in Q_GLOBAL_STATIC() local
79 if (!destr) { in Q_GLOBAL_STATIC()
94 for (id = 0; id < destr->count(); id++) { in Q_GLOBAL_STATIC()
95 if (destr->at(id) == 0) in Q_GLOBAL_STATIC()
98 if (id == destr->count()) { in Q_GLOBAL_STATIC()
99 destr->append(func); in Q_GLOBAL_STATIC()
101 (*destr)[id] = func; in Q_GLOBAL_STATIC()
154 DestructorMap *destr = destructors(); in set() local
155 void (*destructor)(void *) = destr ? destr->value(id) : 0; in set()
/dports/games/ags/ags_linux_v.3.4.4.1/Plugins/agsblend/
H A DAGSBlend.cpp477 destr = getr32(destlongbuffer[desty][destx]); in DrawSprite()
504 finalr = ChannelBlend_Darken(srcr,destr); in DrawSprite()
520 finalr = ChannelBlend_Add(srcr,destr); in DrawSprite()
552 finalr = ChannelBlend_Screen(srcr,destr); in DrawSprite()
671 finalr = ChannelBlend_Glow(srcr,destr); in DrawSprite()
687 finalr = srca*finalr/finala + desta*destr*(255-srca)/finala/255; in DrawSprite()
762 destr = 0; in DrawAdd()
768 destr = getr32(destlongbuffer[desty][destx]); in DrawAdd()
774 finalr = Clamp(srcr + destr, 0, 255); in DrawAdd()
849 destr = getr32(destlongbuffer[desty][destx]); in DrawAlpha()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/linuxthreads/
H A Dspecific.c42 int __pthread_key_create(pthread_key_t * key, destr_function destr) in __pthread_key_create() argument
51 pthread_keys[i].destr = destr; in __pthread_key_create()
101 pthread_keys[key].destr = NULL; in pthread_key_delete()
178 destr_function destr; in strong_alias() local
188 destr = pthread_keys[i * PTHREAD_KEY_2NDLEVEL_SIZE + j].destr; in strong_alias()
190 if (destr != NULL && data != NULL) { in strong_alias()
192 destr(data); in strong_alias()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/linuxthreads/
H A Dspecific.c42 int __pthread_key_create(pthread_key_t * key, destr_function destr) in __pthread_key_create() argument
51 pthread_keys[i].destr = destr; in __pthread_key_create()
101 pthread_keys[key].destr = NULL; in pthread_key_delete()
178 destr_function destr; in strong_alias() local
188 destr = pthread_keys[i * PTHREAD_KEY_2NDLEVEL_SIZE + j].destr; in strong_alias()
190 if (destr != NULL && data != NULL) { in strong_alias()
192 destr(data); in strong_alias()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/linuxthreads/
H A Dspecific.c42 int __pthread_key_create(pthread_key_t * key, destr_function destr) in __pthread_key_create() argument
51 pthread_keys[i].destr = destr; in __pthread_key_create()
101 pthread_keys[key].destr = NULL; in pthread_key_delete()
178 destr_function destr; in strong_alias() local
188 destr = pthread_keys[i * PTHREAD_KEY_2NDLEVEL_SIZE + j].destr; in strong_alias()
190 if (destr != NULL && data != NULL) { in strong_alias()
192 destr(data); in strong_alias()

12345678910>>...19