Home
last modified time | relevance | path

Searched refs:inInfo (Results 1 – 25 of 1759) sorted by last modified time

12345678910>>...71

/dports/audio/libsidplay/libsidplay-1.36.60/src/
H A Dsidtune.cpp194 bool sidTune::setInfo( sidTuneInfo & inInfo ) in setInfo() argument
/dports/mail/thunderbird/thunderbird-91.8.0/xpfe/appshell/
H A DnsWindowMediator.h55 nsresult UnregisterWindow(nsWindowInfo* inInfo);
H A DnsAppShellWindowEnumerator.cpp161 void nsAppShellWindowEnumerator::WindowRemoved(nsWindowInfo* inInfo) { in WindowRemoved() argument
162 if (mCurrentPosition == inInfo) mCurrentPosition = FindNext(); in WindowRemoved()
H A DnsWindowMediator.cpp106 nsIAppWindow* window = inInfo->mWindow.get(); in UnregisterWindow()
112 if (inInfo == mOldestWindow) mOldestWindow = inInfo->mYounger; in UnregisterWindow()
113 if (inInfo == mTopmostWindow) mTopmostWindow = inInfo->mLower; in UnregisterWindow()
114 inInfo->Unlink(true, true); in UnregisterWindow()
117 delete inInfo; in UnregisterWindow()
495 nsWindowInfo *inInfo, *belowInfo; in SetZPosition() local
513 inInfo = GetInfoFor(inWindow); in SetZPosition()
514 if (!inInfo) return NS_ERROR_INVALID_ARG; in SetZPosition()
535 if (inInfo != belowInfo) { in SetZPosition()
536 inInfo->Unlink(false, true); in SetZPosition()
[all …]
H A DnsAppShellWindowEnumerator.h60 void WindowRemoved(nsWindowInfo* inInfo);
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/breakpad-client/mac/handler/
H A Ddynamic_images.h204 bool operator<(const DynamicImage &inInfo) {
205 return GetLoadAddress() < inInfo.GetLoadAddress();
258 bool operator==(const DynamicImageRef &inInfo) const {
260 (*const_cast<DynamicImageRef&>(inInfo)).GetLoadAddress();
/dports/www/firefox/firefox-99.0/xpfe/appshell/
H A DnsAppShellWindowEnumerator.cpp161 void nsAppShellWindowEnumerator::WindowRemoved(nsWindowInfo* inInfo) { in WindowRemoved() argument
162 if (mCurrentPosition == inInfo) mCurrentPosition = FindNext(); in WindowRemoved()
H A DnsWindowMediator.h55 nsresult UnregisterWindow(nsWindowInfo* inInfo);
H A DnsWindowMediator.cpp112 nsIAppWindow* window = inInfo->mWindow.get(); in UnregisterWindow()
118 if (inInfo == mOldestWindow) mOldestWindow = inInfo->mYounger; in UnregisterWindow()
119 if (inInfo == mTopmostWindow) mTopmostWindow = inInfo->mLower; in UnregisterWindow()
120 inInfo->Unlink(true, true); in UnregisterWindow()
123 delete inInfo; in UnregisterWindow()
515 nsWindowInfo *inInfo, *belowInfo; in SetZPosition() local
534 inInfo = GetInfoFor(inWindow); in SetZPosition()
535 if (!inInfo) return NS_ERROR_INVALID_ARG; in SetZPosition()
556 if (inInfo != belowInfo) { in SetZPosition()
557 inInfo->Unlink(false, true); in SetZPosition()
[all …]
H A DnsAppShellWindowEnumerator.h60 void WindowRemoved(nsWindowInfo* inInfo);
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/breakpad-client/mac/handler/
H A Ddynamic_images.h204 bool operator<(const DynamicImage &inInfo) {
205 return GetLoadAddress() < inInfo.GetLoadAddress();
258 bool operator==(const DynamicImageRef &inInfo) const {
260 (*const_cast<DynamicImageRef&>(inInfo)).GetLoadAddress();
/dports/www/firefox-esr/firefox-91.8.0/xpfe/appshell/
H A DnsWindowMediator.cpp106 nsIAppWindow* window = inInfo->mWindow.get(); in UnregisterWindow()
112 if (inInfo == mOldestWindow) mOldestWindow = inInfo->mYounger; in UnregisterWindow()
113 if (inInfo == mTopmostWindow) mTopmostWindow = inInfo->mLower; in UnregisterWindow()
114 inInfo->Unlink(true, true); in UnregisterWindow()
117 delete inInfo; in UnregisterWindow()
495 nsWindowInfo *inInfo, *belowInfo; in SetZPosition() local
513 inInfo = GetInfoFor(inWindow); in SetZPosition()
514 if (!inInfo) return NS_ERROR_INVALID_ARG; in SetZPosition()
535 if (inInfo != belowInfo) { in SetZPosition()
536 inInfo->Unlink(false, true); in SetZPosition()
[all …]
H A DnsWindowMediator.h55 nsresult UnregisterWindow(nsWindowInfo* inInfo);
H A DnsAppShellWindowEnumerator.cpp161 void nsAppShellWindowEnumerator::WindowRemoved(nsWindowInfo* inInfo) { in WindowRemoved() argument
162 if (mCurrentPosition == inInfo) mCurrentPosition = FindNext(); in WindowRemoved()
H A DnsAppShellWindowEnumerator.h60 void WindowRemoved(nsWindowInfo* inInfo);
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/breakpad-client/mac/handler/
H A Ddynamic_images.h204 bool operator<(const DynamicImage &inInfo) {
205 return GetLoadAddress() < inInfo.GetLoadAddress();
258 bool operator==(const DynamicImageRef &inInfo) const {
260 (*const_cast<DynamicImageRef&>(inInfo)).GetLoadAddress();
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/mocks/
H A Dmock_program.h100 void addKernelInfo(KernelInfo *inInfo, uint32_t rootDeviceIndex) { in addKernelInfo() argument
101 buildInfos[rootDeviceIndex].kernelInfoArray.push_back(inInfo); in addKernelInfo()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/src/
H A Dmfx_vpp_vaapi.cpp1097 mfxFrameInfo *inInfo = &(pRefSurf->frameInfo); in Execute() local
1098 input_region.y = inInfo->CropY; in Execute()
1099 input_region.x = inInfo->CropX; in Execute()
1100 input_region.height = inInfo->CropH; in Execute()
1101 input_region.width = inInfo->CropW; in Execute()
1179 inInfo->CropH != outInfo->CropH || in Execute()
1180 inInfo->CropW != outInfo->CropW) in Execute()
1887 if (inInfo->FourCC == MFX_FOURCC_RGB4) in Execute_Composition()
1892 else if(inInfo->FourCC == MFX_FOURCC_P010 in Execute_Composition()
1904 else if(inInfo->FourCC == MFX_FOURCC_P016 in Execute_Composition()
[all …]
/dports/math/vtk9/VTK-9.1.0/Utilities/Upgrading/
H A DNewPipeConvert.cmake93 …ion* outInfo = outputVector->GetInformationObject(0);\n vtkInformation *inInfo = inputVector[0]->…
107 …ion* outInfo = outputVector->GetInformationObject(0);\n vtkInformation *inInfo = inputVector[0]->…
113 "inInfo->Get(vtkStreamingDemandDrivenPipeline::WHOLE_EXTENT(),"
117 "inInfo->Get(vtkStreamingDemandDrivenPipeline::WHOLE_EXTENT(),"
121 "inInfo->Get(vtkStreamingDemandDrivenPipeline::WHOLE_EXTENT(),"
H A DNewPipeConvertDataSet.cmake53inInfo = inputVector[0]->GetInformationObject(0);\n vtkInformation *outInfo = outputVector->GetIn…
58 …onVector *outputVector)\n{\n // get the info objects\n vtkInformation *inInfo = inputVector[0]->…
63 …onVector *outputVector)\n{\n // get the info objects\n vtkInformation *inInfo = inputVector[0]->…
H A DNewPipeConvertPointSet.cmake48inInfo = inputVector[0]->GetInformationObject(0);\n vtkInformation *outInfo = outputVector->GetIn…
53 …onVector *outputVector)\n{\n // get the info objects\n vtkInformation *inInfo = inputVector[0]->…
58 …onVector *outputVector)\n{\n // get the info objects\n vtkInformation *inInfo = inputVector[0]->…
H A DNewPipeConvertUnstructuredGrid.cmake68inInfo = inputVector[0]->GetInformationObject(0);\n vtkInformation *outInfo = outputVector->GetIn…
73 …onVector *outputVector)\n{\n // get the info objects\n vtkInformation *inInfo = inputVector[0]->…
78 …onVector *outputVector)\n{\n // get the info objects\n vtkInformation *inInfo = inputVector[0]->…
/dports/math/vtk9/VTK-9.1.0/Views/Core/
H A DvtkConvertSelectionDomain.cxx214 vtkInformation* inInfo = inputVector[0]->GetInformationObject(0); in RequestData() local
215 vtkDataObject* input = inInfo->Get(vtkDataObject::DATA_OBJECT()); in RequestData()
H A DvtkDataRepresentation.cxx149 vtkInformation* inInfo = this->GetExecutive()->GetInputInformation(i, j); in ProcessEvents() local
150 vtkDataObject* dataObject = inInfo->Get(vtkDataObject::DATA_OBJECT()); in ProcessEvents()
153 inInfo->Get(vtkDemandDrivenPipeline::RELEASE_DATA()))) in ProcessEvents()
/dports/math/vtk9/VTK-9.1.0/Views/Infovis/
H A DvtkApplyColors.cxx107 vtkInformation* inInfo = inputVector[0]->GetInformationObject(0); in RequestData() local
118 vtkDataObject* input = inInfo->Get(vtkDataObject::DATA_OBJECT()); in RequestData()

12345678910>>...71