Home
last modified time | relevance | path

Searched refs:numComps (Results 226 – 250 of 588) sorted by relevance

12345678910>>...24

/dports/math/vtk8/VTK-8.2.0/Rendering/Label/
H A DvtkLabeledTreeMapDataMapper.h136 int activeComp, int numComps);
138 vtkStringArray *stringData, int activeComp, int numComps,
/dports/math/vtk9/VTK-9.1.0/Rendering/Label/
H A DvtkLabeledTreeMapDataMapper.h135 vtkStringArray* stringData, int activeComp, int numComps);
137 int activeComp, int numComps, char* string, size_t stringSize);
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/poppler/
H A DStream.cc2446 numComps = 0; in DCTStream()
2480 numComps = 0; in dctReset()
2504 if (numComps == 1) { in reset()
2522 if (numComps == 3) { in reset()
2764 if (numComps == 3) { in readMCURow()
3172 if (numComps == 3) { in decodeImage()
3538 if (numComps <= 0 || numComps > 4) { in readBaselineSOF()
3540 numComps = 0; in readBaselineSOF()
3609 if (scanInfo.numComps <= 0 || scanInfo.numComps > 4) { in readScanInfo()
3611 scanInfo.numComps = 0; in readScanInfo()
[all …]
/dports/print/tex-luatex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DStream.cc2450 numComps = 0; in DCTStream()
2484 numComps = 0; in dctReset()
2508 if (numComps == 1) { in reset()
2526 if (numComps == 3) { in reset()
2768 if (numComps == 3) { in readMCURow()
3176 if (numComps == 3) { in decodeImage()
3542 if (numComps <= 0 || numComps > 4) { in readBaselineSOF()
3544 numComps = 0; in readBaselineSOF()
3613 if (scanInfo.numComps <= 0 || scanInfo.numComps > 4) { in readScanInfo()
3615 scanInfo.numComps = 0; in readScanInfo()
[all …]
H A DPSOutputDev.cc3208 numComps = 1; in checkPageSlice()
3215 numComps = 4; in checkPageSlice()
3221 numComps = 3; in checkPageSlice()
3505 numComps = 1; in checkPageSlice()
3508 numComps = 1; in checkPageSlice()
5537 int n, numComps; in doImageL2() local
5574 if (j < numComps) { in doImageL2()
5585 if (j == numComps) { in doImageL2()
5642 if (j < numComps) { in doImageL2()
5653 if (j == numComps) { in doImageL2()
[all …]
/dports/print/tex-xetex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DStream.cc2450 numComps = 0; in DCTStream()
2484 numComps = 0; in dctReset()
2508 if (numComps == 1) { in reset()
2526 if (numComps == 3) { in reset()
2768 if (numComps == 3) { in readMCURow()
3176 if (numComps == 3) { in decodeImage()
3542 if (numComps <= 0 || numComps > 4) { in readBaselineSOF()
3544 numComps = 0; in readBaselineSOF()
3613 if (scanInfo.numComps <= 0 || scanInfo.numComps > 4) { in readScanInfo()
3615 scanInfo.numComps = 0; in readScanInfo()
[all …]
H A DPSOutputDev.cc3208 numComps = 1; in checkPageSlice()
3215 numComps = 4; in checkPageSlice()
3221 numComps = 3; in checkPageSlice()
3505 numComps = 1; in checkPageSlice()
3508 numComps = 1; in checkPageSlice()
5537 int n, numComps; in doImageL2() local
5574 if (j < numComps) { in doImageL2()
5585 if (j == numComps) { in doImageL2()
5642 if (j < numComps) { in doImageL2()
5653 if (j == numComps) { in doImageL2()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fShaderDerivateTests.cpp375 int numComps; member
379 , numComps (numComps_) in LogVecComps()
386 DE_ASSERT(de::inRange(v.numComps, 1, 4)); in operator <<()
387 if (v.numComps == 1) return str << v.v[0]; in operator <<()
388 else if (v.numComps == 2) return str << v.v.toWidth<2>(); in operator <<()
389 else if (v.numComps == 3) return str << v.v.toWidth<3>(); in operator <<()
411 const int numComps = glu::getDataTypeFloatScalars(dataType); in verifyConstantDerivate() local
416 … << "Expecting " << LogVecComps(reference, numComps) << " with threshold " << LogVecComps(threshol… in verifyConstantDerivate()
1128 … derivative is " << LogVecComps(reference, numComps) << " with threshold " << LogVecComps(threshol… in verify()
1460 … derivative is " << LogVecComps(reference, numComps) << " with threshold " << LogVecComps(threshol… in verify()
[all …]
/dports/math/vtk9/VTK-9.1.0/Common/Core/
H A DvtkVariantArray.cxx810 int numComps = this->GetNumberOfComponents(); in UpdateLookup() local
813 this->Lookup->IndexArray->SetNumberOfIds(numComps * numTuples); in UpdateLookup()
814 for (vtkIdType i = 0; i < numComps * numTuples; i++) in UpdateLookup()
859 int numComps = this->Lookup->SortedArray->GetNumberOfComponents(); in LookupValue() local
862 vtkVariant* ptrEnd = ptr + numComps * numTuples; in LookupValue()
921 int numComps = this->GetNumberOfComponents(); in LookupValue() local
924 vtkVariant* ptrEnd = ptr + numComps * numTuples; in LookupValue()
/dports/math/vtk8/VTK-8.2.0/Common/Core/
H A DvtkVariantArray.cxx830 int numComps = this->GetNumberOfComponents(); in UpdateLookup() local
833 this->Lookup->IndexArray->SetNumberOfIds(numComps*numTuples); in UpdateLookup()
834 for (vtkIdType i = 0; i < numComps*numTuples; i++) in UpdateLookup()
879 int numComps = this->Lookup->SortedArray->GetNumberOfComponents(); in LookupValue() local
882 vtkVariant* ptrEnd = ptr + numComps*numTuples; in LookupValue()
943 int numComps = this->GetNumberOfComponents(); in LookupValue() local
946 vtkVariant* ptrEnd = ptr + numComps*numTuples; in LookupValue()
/dports/math/vtk6/VTK-6.2.0/Common/Core/
H A DvtkVariantArray.cxx777 int numComps = this->GetNumberOfComponents(); in UpdateLookup() local
780 this->Lookup->IndexArray->SetNumberOfIds(numComps*numTuples); in UpdateLookup()
781 for (vtkIdType i = 0; i < numComps*numTuples; i++) in UpdateLookup()
826 int numComps = this->Lookup->SortedArray->GetNumberOfComponents(); in LookupValue() local
829 vtkVariant* ptrEnd = ptr + numComps*numTuples; in LookupValue()
890 int numComps = this->GetNumberOfComponents(); in LookupValue() local
893 vtkVariant* ptrEnd = ptr + numComps*numTuples; in LookupValue()
/dports/math/vtk8/VTK-8.2.0/Rendering/Qt/
H A DvtkQtTreeRingLabelMapper.h133 int activeComp, int numComps, vtkViewport* viewport);
137 int activeComp, int numComps,
/dports/math/vtk6/VTK-6.2.0/Rendering/Qt/
H A DvtkQtTreeRingLabelMapper.h119 int activeComp, int numComps, vtkViewport* viewport);
123 int activeComp, int numComps,
/dports/sysutils/chezmoi/chezmoi-2.9.3/completions/
H A Dchezmoi.fish126 set -l numComps (count $__chezmoi_comp_results)
127 __chezmoi_debug "numComps: $numComps"
129 if test $numComps -eq 1; and test $nospace -ne 0
148 if test $numComps -eq 0; and test $nofiles -eq 0
/dports/sysutils/restic/restic-0.12.1/doc/
H A Dfish-completion.fish126 set -l numComps (count $__restic_comp_results)
127 __restic_debug "numComps: $numComps"
129 if test $numComps -eq 1; and test $nospace -ne 0
148 if test $numComps -eq 0; and test $nofiles -eq 0
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/
H A DvtkOpenGLVertexBufferObject.cxx195 unsigned int numComps = this->VBO->GetNumberOfComponents(); in operator ()() local
211 memcpy(VBOit, input, this->VBO->GetDataTypeSize()*numComps*numTuples); in operator ()()
217 for (unsigned int j = 0; j < numComps; j++) in operator ()()
229 for (unsigned int j = 0; j < numComps; j++) in operator ()()
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/
H A DvtkMapper.cxx785 vtkIdType numScalars, int numComps, in CreateColorTextureCoordinates() argument
801 if (component < 0 || component >= numComps) in CreateColorTextureCoordinates()
806 for (int compIdx = 0; compIdx < numComps; ++compIdx) in CreateColorTextureCoordinates()
837 input = input + numComps; in CreateColorTextureCoordinates()
945 int numComps = scalars->GetNumberOfComponents(); in MapScalarsToTexture() local
968 output, num, numComps, in MapScalarsToTexture()
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/
H A DvtkMapper.cxx774 void CreateColorTextureCoordinates(T* input, float* output, vtkIdType numScalars, int numComps, in CreateColorTextureCoordinates() argument
788 if (component < 0 || component >= numComps) in CreateColorTextureCoordinates()
793 for (int compIdx = 0; compIdx < numComps; ++compIdx) in CreateColorTextureCoordinates()
821 input = input + numComps; in CreateColorTextureCoordinates()
925 int numComps = scalars->GetNumberOfComponents(); in MapScalarsToTexture() local
947 numComps, scalarComponent, range, this->LookupTable->GetRange(), in MapScalarsToTexture()
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL/
H A DvtkScalarsToColorsPainter.cxx786 vtkIdType numScalars, int numComps, in CreateColorTextureCoordinates() argument
802 if (component < 0 || component >= numComps) in CreateColorTextureCoordinates()
807 for (int compIdx = 0; compIdx < numComps; ++compIdx) in CreateColorTextureCoordinates()
838 input = input + numComps; in CreateColorTextureCoordinates()
876 int numComps = scalars->GetNumberOfComponents(); in MapScalarsToTexture() local
901 tcptr, num, numComps, in MapScalarsToTexture()
/dports/math/vtk8/VTK-8.2.0/Imaging/General/
H A DvtkImageHybridMedian2D.cxx50 int min0, max0, min1, max1, min2, max2, numComps; in vtkImageHybridMedian2DExecute() local
66 numComps = inData->GetNumberOfScalarComponents(); in vtkImageHybridMedian2DExecute()
96 for (idxC = 0; idxC < numComps; ++idxC) in vtkImageHybridMedian2DExecute()
/dports/math/vtk9/VTK-9.1.0/Imaging/General/
H A DvtkImageHybridMedian2D.cxx53 int min0, max0, min1, max1, min2, max2, numComps; in vtkImageHybridMedian2DExecute() local
69 numComps = inData->GetNumberOfScalarComponents(); in vtkImageHybridMedian2DExecute()
102 for (idxC = 0; idxC < numComps; ++idxC) in vtkImageHybridMedian2DExecute()
/dports/math/vtk6/VTK-6.2.0/Imaging/General/
H A DvtkImageHybridMedian2D.cxx50 int min0, max0, min1, max1, min2, max2, numComps; in vtkImageHybridMedian2DExecute() local
66 numComps = inData->GetNumberOfScalarComponents(); in vtkImageHybridMedian2DExecute()
96 for (idxC = 0; idxC < numComps; ++idxC) in vtkImageHybridMedian2DExecute()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/cont/testing/
H A DUnitTestSerializationArrayHandle.cxx179 auto numComps = vtkm::VecTraits<T>::NUM_COMPONENTS; in operator ()() local
181 RandomArrayHandle<T>::Make(ArraySize), RandomValue<vtkm::IdComponent>::Make(0, numComps - 1)); in operator ()()
192 auto numComps = RandomValue<vtkm::IdComponent>::Make(2, 4); in operator ()() local
193 auto flat = RandomArrayHandle<T>::Make(ArraySize * numComps); in operator ()()
194 switch (numComps) in operator ()()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderDerivateTests.cpp313 int numComps; member
317 , numComps (numComps_) in LogVecComps()
324 DE_ASSERT(de::inRange(v.numComps, 1, 4)); in operator <<()
325 if (v.numComps == 1) return str << v.v[0]; in operator <<()
326 else if (v.numComps == 2) return str << v.v.toWidth<2>(); in operator <<()
327 else if (v.numComps == 3) return str << v.v.toWidth<3>(); in operator <<()
347 const int numComps = glu::getDataTypeFloatScalars(dataType); in verifyConstantDerivate() local
352 … << "Expecting " << LogVecComps(reference, numComps) << " with threshold " << LogVecComps(threshol… in verifyConstantDerivate()
1009 const int numComps = glu::getDataTypeFloatScalars(m_definitions.dataType); in verify() local
1017 … derivative is " << LogVecComps(reference, numComps) << " with threshold " << LogVecComps(threshol… in verify()
[all …]
/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A DvtkSynchronizedTemplates2D.cxx422 int numComps = inScalars->GetNumberOfComponents(); in RequestData() local
423 if (this->ArrayComponent >= numComps) in RequestData()
425 vtkErrorMacro("Scalars have " << numComps in RequestData()
428 << numComps); in RequestData()

12345678910>>...24