Home
last modified time | relevance | path

Searched refs:hostHandle (Results 1 – 12 of 12) sorted by relevance

/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/h/
H A Dinterface.h124 typedef void * hostHandle; /* Handle of host-language */ typedef
130 hostHandle handle[0]; /* Alien handles to operate on */
132 hostHandle handle[1]; /* Alien handles to operate on */
137 __pce_export PceITFSymbol pceLookupHandle(int, hostHandle);
138 __pce_export void pceRegisterName(int, hostHandle, PceName);
139 __pce_export void pceRegisterAssoc(int, hostHandle, PceObject);
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/
H A DTextureDIB.cpp317 HANDLE hostHandle = NULL; in Create() local
320 &hostHandle, 0, DUPLICATE_SAME_ACCESS)) { in Create()
330 hostHandle, dc, bitmap); in Create()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/
H A DTextureDIB.cpp317 HANDLE hostHandle = NULL; in Create() local
320 &hostHandle, 0, DUPLICATE_SAME_ACCESS)) { in Create()
330 hostHandle, dc, bitmap); in Create()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/
H A DTextureDIB.cpp317 HANDLE hostHandle = NULL; in Create() local
320 &hostHandle, 0, DUPLICATE_SAME_ACCESS)) { in Create()
330 hostHandle, dc, bitmap); in Create()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/
H A DTextureDIB.cpp317 HANDLE hostHandle = NULL; in Create() local
320 &hostHandle, 0, DUPLICATE_SAME_ACCESS)) { in Create()
330 hostHandle, dc, bitmap); in Create()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/
H A DTextureDIB.cpp349 HANDLE hostHandle = NULL; in Create() local
352 &hostHandle, 0, DUPLICATE_SAME_ACCESS)) { in Create()
361 fileMapping, hostHandle, in Create()
/dports/audio/carla/Carla-2.4.1/source/frontend/C++/
H A Dcarla_settings.hpp75 RuntimeDriverSettingsW(CarlaHostHandle hostHandle, QWidget* parent = nullptr);
H A Dcarla_settings.cpp261 const CarlaHostHandle hostHandle; member
265 hostHandle(h) in PrivateData()
273 RuntimeDriverSettingsW::RuntimeDriverSettingsW(const CarlaHostHandle hostHandle, QWidget* const par… in RuntimeDriverSettingsW() argument
275 self(new PrivateData(this, hostHandle)) in RuntimeDriverSettingsW()
278 carla_get_runtime_engine_driver_device_info(hostHandle); in RuntimeDriverSettingsW()
313 if (carla_is_engine_running(hostHandle)) in RuntimeDriverSettingsW()
399 carla_show_engine_device_control_panel(self->hostHandle); in slot_showDevicePanel()
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/man/interface/
H A Ddata.doc34 hostHandle handle[0]; /* Alien handles to operate on */
59 \cfunction{PceITFSymbol}{pceLookupHandle}{int which, hostHandle handle}
62 \cfunction{void}{pceRegisterName}{int which, hostHandle handle,
66 \cfunction{void}{pceRegisterAssoc}{int which, hostHandle handle,
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/itf/
H A Dinterface.c529 pceLookupHandle(int n, hostHandle handle) in pceLookupHandle()
535 pceRegisterName(int n, hostHandle handle, Name name) in pceRegisterName()
544 pceRegisterAssoc(int n, hostHandle handle, Any obj) in pceRegisterAssoc()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Documentation/sources/Reference/
H A DofxCoreAPI.rst154 propSuite->propGetString(hostHandle, kOfxPropName, 0, &returnedHostName);
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Documentation/sources/Reference/
H A DofxCoreAPI.rst154 propSuite->propGetString(hostHandle, kOfxPropName, 0, &returnedHostName);