Home
last modified time | relevance | path

Searched refs:getHandle (Results 251 – 275 of 2956) sorted by relevance

1...<<11121314151617181920>>...119

/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/libraries/vendor/smottt/wideimage/lib/WideImage/Operation/
H A DAsNegative.php52 if (!imagefilter($new->getHandle(), IMG_FILTER_NEGATE)) {
63 …$new_tci = imagecolorexactalpha($new->getHandle(), $irgb['red'], $irgb['green'], $irgb['blue'], 12…
H A DRotate.php65 imagecolortransparent($image->getHandle(), $bgColor);
69 return new TrueColorImage(imagerotate($image->getHandle(), $angle, $bgColor, $ignoreTransparent));
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/output/find/model/
H A DFindInFilesState.java29 return !StringUtil.isNullOrEmpty(getHandle()); in isTabVisible()
32 public native final String getHandle() /*-{ in getHandle() method in FindInFilesState
/dports/games/jinput/jinput-bf22dd975bbba31f01895332255b63df376894e6/plugins/windows/src/main/java/net/java/games/input/
H A DRawHIDInfo.java73 public final long getHandle() { in getHandle() method in RawHIDInfo
74 return device.getHandle(); in getHandle()
H A DRawKeyboardInfo.java74 public final long getHandle() { in getHandle() method in RawKeyboardInfo
75 return device.getHandle(); in getHandle()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/egl/
H A DEGLUpstreamSurfaceHook.java152 if(EGL.EGL_NO_DISPLAY == eglDevice.getHandle()) { in evalUpstreamSurface()
163 if(EGL.EGL_NO_DISPLAY == eglDevice.getHandle()) { in evalUpstreamSurface()
182 …EGLSurfaceValid || !EGLGraphicsConfiguration.isEGLConfigValid(eglDevice.getHandle(), capsChosen.ge… in evalUpstreamSurface()
184 …n.setEGLConfig(EGLGraphicsConfiguration.EGLConfigId2EGLConfig(eglDevice.getHandle(), capsChosen.ge… in evalUpstreamSurface()
215 …isEGLSurfaceValid = EGLSurface.isValidEGLSurfaceHandle(eglDevice.getHandle(), upstreamSurface.getS… in evalUpstreamSurface()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/terminal/
H A DTerminalPane.java518 server_.processSetCaption(visibleTerminal.getHandle(), in renameTerminal()
664 String handle = session.getHandle(); in debug_dumpTerminalContext()
709 newCaption, visibleTerminal.getHandle()); in renameVisibleTerminalInClient()
710 terminals_.setCaption(visibleTerminal.getHandle(), newCaption); in renameVisibleTerminalInClient()
835 cleanupAfterTerminate(event.getTerminalWidget().getHandle(), false, -1); in onTerminalSessionStopped()
915 … if (visibleTerm != null && StringUtil.equals(visibleTerm.getHandle(), retitledTerm.getHandle())) in onTerminalTitle()
923 if (!terminals_.retitleTerminal(retitledTerm.getHandle(), in onTerminalTitle()
931 retitledTerm.getHandle(), in onTerminalTitle()
956 if (t != null && StringUtil.equals(t.getHandle(), handle)) in loadedTerminalWithHandle()
1017 visibleTerminal.getCaption(), visibleTerminal.getHandle()); in setFocusOnVisible()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/platform/win32/
H A DtcuWin32EGLNativeDisplayFactory.cpp123 EGLNativeWindowType getLegacyNative (void) { return m_window.getHandle(); } in getLegacyNative()
306 TCU_CHECK(GetClientRect(m_window.getHandle(), &rect)); in readScreenPixels()
319 windowDC = GetDC(m_window.getHandle()); in readScreenPixels()
325 MapWindowPoints(m_window.getHandle(), DE_NULL, (LPPOINT)&rect, 2); in readScreenPixels()
357 ReleaseDC(m_window.getHandle(), windowDC); in readScreenPixels()
369 ReleaseDC(m_window.getHandle(), windowDC); in readScreenPixels()
/dports/games/libretro-scummvm/scummvm-7b1e929/audio/
H A Dmididrv.cpp99 if (handle == d->getHandle()) in getMusicType()
114 if (handle == d->getHandle()) { in getDeviceString()
287 hdl = d->getHandle(); in detectDevice()
302 hdl = d->getHandle(); in detectDevice()
355 hdl = d->getHandle(); in detectDevice()
402 return d->getHandle(); in getDeviceHandle()
/dports/games/py-fife/fifengine-0.4.2/engine/core/audio/
H A Dsoundclipmanager.cpp129 assert(!(exists(res->getHandle()) || exists(res->getName()))); in add()
134 returnValue = m_sclipHandleMap.insert ( SoundClipHandleMapPair(res->getHandle(), resptr)); in add()
276 SoundClipHandleMapIterator it = m_sclipHandleMap.find(resource->getHandle()); in remove()
297 handle = nit->second->getHandle(); in remove()
356 remove(it->second->getHandle()); in removeUnreferenced()
398 return nit->second->getHandle(); in getResourceHandle()
/dports/games/residualvm/residualvm-0.3.1/audio/
H A Dmididrv.cpp99 if (handle == d->getHandle()) in getMusicType()
114 if (handle == d->getHandle()) { in getDeviceString()
287 hdl = d->getHandle(); in detectDevice()
302 hdl = d->getHandle(); in detectDevice()
355 hdl = d->getHandle(); in detectDevice()
400 return d->getHandle(); in getDeviceHandle()
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/AsmJit/core/
H A Dlock.h83 inline Handle& getHandle() { return _handle; } in getHandle() function
85 inline const Handle& getHandle() const { return _handle; } in getHandle() function
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtconnectivity/examples/bluetooth/lowenergyscanner/
H A Dcharacteristicinfo.h64 Q_PROPERTY(QString characteristicHandle READ getHandle NOTIFY characteristicChanged)
74 QString getHandle() const;
/dports/devel/spark/spark-2.1.1/sql/hive-thriftserver/src/main/java/org/apache/hive/service/cli/session/
H A DHiveSessionImpl.java386 OperationHandle opHandle = operation.getHandle(); in executeStatementInternal()
409 OperationHandle opHandle = operation.getHandle(); in getTypeInfo()
429 OperationHandle opHandle = operation.getHandle(); in getCatalogs()
450 OperationHandle opHandle = operation.getHandle(); in getSchemas()
472 OperationHandle opHandle = operation.getHandle(); in getTables()
492 OperationHandle opHandle = operation.getHandle(); in getTableTypes()
517 OperationHandle opHandle = operation.getHandle(); in getColumns()
538 OperationHandle opHandle = operation.getHandle(); in getFunctions()
636 opHandleSet.remove(operation.getHandle()); in closeTimedOutOperations()
640 LOG.warn("Exception is thrown closing timed-out operation " + operation.getHandle(), e); in closeTimedOutOperations()
/dports/devel/love/love-11.3/src/modules/graphics/opengl/
H A DStreamBuffer.cpp77 ptrdiff_t getHandle() const override { return 0; } in getHandle() function in love::graphics::opengl::StreamBufferClientMemory
146 ptrdiff_t getHandle() const override { return vbo; } in getHandle() function in love::graphics::opengl::StreamBufferSubDataOrphan
263 ptrdiff_t getHandle() const override { return vbo; } in getHandle() function in love::graphics::opengl::StreamBufferMapSync
344 ptrdiff_t getHandle() const override { return vbo; } in getHandle() function in love::graphics::opengl::StreamBufferPersistentMapSync
435 ptrdiff_t getHandle() const override { return vbo; } in getHandle() function in love::graphics::opengl::StreamBufferPinnedMemory
/dports/misc/mnn/MNN-1.2.0/demo/android/app/src/main/java/com/taobao/android/opengl/
H A DCameraRenderer.java271 int uTransformM = mOffscreenShader.getHandle("uTransformM"); in onDrawFrame()
272 int uOrientationM = mOffscreenShader.getHandle("uOrientationM"); in onDrawFrame()
273 int uRatioV = mOffscreenShader.getHandle("ratios"); in onDrawFrame()
274 int uTexID = mOffscreenShader.getHandle("sTexture"); in onDrawFrame()
283 renderVertices(mOffscreenShader.getHandle("aPosition")); in onDrawFrame()
/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/opengl/
H A DWindowsPeerInfo.java58 return nGetHdc(getHandle()); in getHdc()
63 return nGetHwnd(getHandle()); in getHwnd()
H A DPeerInfo.java88 return getHandle(); in lockAndGetHandle()
91 protected final ByteBuffer getHandle() { in getHandle() method in PeerInfo
H A DLinuxPbufferPeerInfo.java52 …nInitHandle(LinuxDisplay.getDisplay(), LinuxDisplay.getDefaultScreen(), getHandle(), width, height… in LinuxPbufferPeerInfo()
69 nDestroy(getHandle()); in destroy()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreResourceManager.cpp160 mResourcesByHandle.insert( ResourceHandleMap::value_type( res->getHandle(), res ) ); in addImpl()
164 StringConverter::toString((long) (res->getHandle())) + in addImpl()
174 mResourcesByHandle.insert( ResourceHandleMap::value_type( res->getHandle(), res ) ); in addImpl()
178 StringConverter::toString((long) (res->getHandle())) + in addImpl()
214 ResourceHandleMap::iterator handleIt = mResourcesByHandle.find(res->getHandle()); in removeImpl()
384 remove( res->getHandle() ); in removeUnreferencedResources()
587 (*i)->getCreator()->remove((*i)->getHandle()); in clear()
/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/opengles/
H A DPeerInfo.java88 return getHandle(); in lockAndGetHandle()
91 final ByteBuffer getHandle() { in getHandle() method in PeerInfo
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/bindings/wp8/
H A DMAccountTransaction.cpp49 String^ MAccountTransaction::getHandle()
54 const char *utf8handle = accountTransaction->getHandle();
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/io/
H A DFileDescriptor.java110 public long getHandle(FileDescriptor fdo) { in SharedSecrets.setJavaIOFileDescriptorAccess()
139 this.handle = getHandle(fd); in FileDescriptor()
216 private static native long getHandle(int d); in getHandle() method in FileDescriptor
/dports/graphics/jogamp-jogl/jogl/src/nativewindow/classes/com/jogamp/nativewindow/
H A DDefaultGraphicsDevice.java128 public final long getHandle() { in getHandle() method in DefaultGraphicsDevice
191 …+getConnection()+", unitID "+getUnitID()+", handle 0x"+Long.toHexString(getHandle())+", owner "+is… in toString()
216 final long aDevice1Handle = aDevice1.getHandle(); in swapDeviceHandleAndOwnership()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/io/
H A DFileDescriptor.java110 public long getHandle(FileDescriptor fdo) { in SharedSecrets.setJavaIOFileDescriptorAccess()
139 this.handle = getHandle(fd); in FileDescriptor()
216 private static native long getHandle(int d); in getHandle() method in FileDescriptor

1...<<11121314151617181920>>...119