Home
last modified time | relevance | path

Searched refs:colSpace (Results 1 – 25 of 36) sorted by relevance

12

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/antenna/test/
H A Dtest-uniform-planar-array.cc58 …meString (Ptr<AntennaModel> element, uint32_t rows, uint32_t cols,double rowSpace, double colSpace,
72 …estCase (Ptr<AntennaModel> element, uint32_t rows, uint32_t cols, double rowSpace, double colSpace,
98 …eString (Ptr<AntennaModel> element, uint32_t rows, uint32_t cols, double rowSpace, double colSpace, in BuildNameString() argument
104 << ", col spacing=" << colSpace << "*lambda" in BuildNameString()
113 …estCase (Ptr<AntennaModel> element, uint32_t rows, uint32_t cols, double rowSpace, double colSpace, in UniformPlanarArrayTestCase() argument
115 : TestCase (BuildNameString (element, rows, cols, rowSpace, colSpace, alpha, beta, direction)), in UniformPlanarArrayTestCase()
120 m_colSpace (colSpace), in UniformPlanarArrayTestCase()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/VideoRenderers/VideoShaders/
H A DYUV2RGBShaderGLES.cpp160 void BaseYUV2RGBGLSLShader::SetColParams(AVColorSpace colSpace, int bits, bool limited, in SetColParams() argument
163 if (colSpace == AVCOL_SPC_UNSPECIFIED) in SetColParams()
166 colSpace = AVCOL_SPC_BT709; in SetColParams()
168 colSpace = AVCOL_SPC_BT470BG; in SetColParams()
170 m_pConvMatrix->SetColParams(colSpace, bits, limited, textureBits); in SetColParams()
H A DYUV2RGBShaderGL.cpp224 void BaseYUV2RGBGLSLShader::SetColParams(AVColorSpace colSpace, int bits, bool limited, in SetColParams() argument
227 if (colSpace == AVCOL_SPC_UNSPECIFIED) in SetColParams()
230 colSpace = AVCOL_SPC_BT709; in SetColParams()
232 colSpace = AVCOL_SPC_BT470BG; in SetColParams()
234 m_pConvMatrix->SetColParams(colSpace, bits, limited, textureBits); in SetColParams()
H A DConversionMatrix.cpp340 void CConvertMatrix::SetColParams(AVColorSpace colSpace, int bits, bool limited, int textuteBits) in SetColParams() argument
342 if (m_colSpace == colSpace && in SetColParams()
349 m_colSpace = colSpace; in SetColParams()
H A DYUV2RGBShaderGLES.h34 void SetColParams(AVColorSpace colSpace, int bits, bool limited, int textureBits);
H A DConversionMatrix.h107 void SetColParams(AVColorSpace colSpace, int bits, bool limited, int textuteBits);
H A DWinVideoFilter.cpp637 void CYUV2RGBShader::SetColParams(AVColorSpace colSpace, int bits, bool limited, int texBits) const in SetColParams() argument
639 if (colSpace == AVCOL_SPC_UNSPECIFIED) in SetColParams()
642 colSpace = AVCOL_SPC_BT709; in SetColParams()
644 colSpace = AVCOL_SPC_BT470BG; in SetColParams()
646 m_pConvMatrix->SetColParams(colSpace, bits, limited, texBits); in SetColParams()
H A DYUV2RGBShaderGL.h42 void SetColParams(AVColorSpace colSpace, int bits, bool limited, int textureBits);
H A DWinVideoFilter.h123 void SetColParams(AVColorSpace colSpace, int bits, bool limited, int texBits) const;
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/operator/matrix/
H A Distlmatrixadapter.hh75 const ColSpaceType &colSpace, in ISTLParallelMatrixAdapterInterface() argument
79 colSpace_( colSpace ), in ISTLParallelMatrixAdapterInterface()
192 const ColSpaceType &colSpace, in LagrangeParallelMatrixAdapter() argument
194 : BaseType( matrix, rowSpace, colSpace, precon ) in LagrangeParallelMatrixAdapter()
296 const ColSpaceType& colSpace, in DGParallelMatrixAdapter() argument
298 : BaseType( A, rowSpace, colSpace, precon ) in DGParallelMatrixAdapter()
/dports/misc/p5-Net-vCard/Net-vCard-0.5/bin/
H A DvCard2label28 colSpace => 0.25,
37 …return ( $page{width} - $page{marginLeft} - $page{marginRight} - $page{colSpace} * ($page{cols} - …
48 …return $page{marginLeft} * $scale + ( (labelWidth() + $page{colSpace} * $scale) * $col + $page{off…
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/
H A DTableWrapLayout.java276 int colSpace = tableWidth - leftMargin - rightMargin; in layout() local
277 colSpace -= (numColumns - 1) * horizontalSpacing; in layout()
278 int col = colSpace / numColumns; in layout()
623 int colSpace = parentWidth - leftMargin - rightMargin; in computeSize() local
624 colSpace -= (numColumns - 1) * horizontalSpacing; in computeSize()
625 int col = colSpace / numColumns; in computeSize()
636 int colSpace = tableWidth - leftMargin - rightMargin; in computeSize() local
637 colSpace -= (numColumns - 1) * horizontalSpacing; in computeSize()
638 int col = colSpace / numColumns; in computeSize()
/dports/print/lyx/lyx-2.3.4.2/src/mathed/
H A DInsetMathSplit.cpp90 return colSpace(hullAlign, col); in displayColSpace()
92 return colSpace(hullAlignAt, col); in displayColSpace()
H A DInsetMathGrid.h276 static int colSpace(HullType type, col_type col);
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbc_C_Interface.cpp320 if ( model->colSpace == 0 ) in Cbc_checkSpaceColBuffer()
323 model->colSpace = 8192; in Cbc_checkSpaceColBuffer()
324 int c = model->colSpace; in Cbc_checkSpaceColBuffer()
350 if (model->nCols+2 >= model->colSpace) in Cbc_checkSpaceColBuffer()
352 model->colSpace *= 2; in Cbc_checkSpaceColBuffer()
353 int c = model->colSpace; in Cbc_checkSpaceColBuffer()
402 if ( model->colSpace > 0 ) in Cbc_deleteColBuffer()
434 model->colSpace = 0; in Cbc_newModel()
1284 result->colSpace = 0; in CbcGetProperty()
/dports/editors/textadept/cdk-5.0-20200923/
H A Dmatrix.c95 int colSpace = MAXIMUM (0, cspace); in newCDKMatrix() local
210 maxWidth += colwidths[x] + 2 + colSpace; in newCDKMatrix()
212 maxWidth -= (colSpace - 1); in newCDKMatrix()
276 begx += cellWidth + colSpace - 1; in newCDKMatrix()
314 begx += cellWidth + colSpace - 1; in newCDKMatrix()
331 matrix->colSpace = colSpace; in newCDKMatrix()
1091 if (matrix->colSpace != 0) in drawCDKMatrixCell()
/dports/devel/cdk/cdk-5.0-20161210/
H A Dmatrix.c95 int colSpace = MAXIMUM (0, cspace); in newCDKMatrix() local
210 maxWidth += colwidths[x] + 2 + colSpace; in newCDKMatrix()
212 maxWidth -= (colSpace - 1); in newCDKMatrix()
276 begx += cellWidth + colSpace - 1; in newCDKMatrix()
314 begx += cellWidth + colSpace - 1; in newCDKMatrix()
331 matrix->colSpace = colSpace; in newCDKMatrix()
1091 if (matrix->colSpace != 0) in drawCDKMatrixCell()
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Headers/AppKit/
H A DNSGradient.h78 colorSpace: (NSColorSpace *)colSpace;
/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoin_C_defines.h104 int colSpace; member
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoin_C_defines.h104 int colSpace; member
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoin_C_defines.h104 int colSpace; member
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/term/computation/
H A DIEHMatrixComputation.hpp480 const Space* rowSpace, const Space* colSpace, in acaPartial() argument
489 …const std::vector<FeDof> &rowFeDofs=rowSpace->feDofs(), &colFeDofs=colSpace->feDofs(); //list of a… in acaPartial()
705 const Space* rowSpace, const Space* colSpace, IEcomputationParameters& ieparams, K& vt, in acaPlus() argument
736 …computeRowColIE(sublf,true,rowDofs[irp],&lpr[0],n,colDofs,colElts,colSpace,ieparams, vt, intgMaps,… in acaPlus()
751 …computeRowColIE(sublf,true,rowDofs[ip],&B.back()[0],n,colDofs,colElts,colSpace,ieparams, vt, intgM… in acaPlus()
787 …computeRowColIE(sublf,true,rowDofs[ip],&B.back()[0],n,colDofs,colElts,colSpace,ieparams, vt, intgM… in acaPlus()
815 …computeRowColIE(sublf,true,rowDofs[irp],&lpr[0],n,colDofs,colElts,colSpace,ieparams, vt, intgMaps,… in acaPlus()
874 …computeRowColIE(sublf,true,rowDofs[irp],&lpr[0],n,colDofs,colElts,colSpace,ieparams, vt, intgMaps,… in acaPlus()
/dports/editors/textadept/cdk-5.0-20200923/include/
H A Dmatrix.h112 int colSpace; member
/dports/editors/textadept/textadept-textadept_11.1/src/cdk/
H A Dmatrix.h112 int colSpace; member
/dports/devel/cdk/cdk-5.0-20161210/include/
H A Dmatrix.h112 int colSpace; member

12