Home
last modified time | relevance | path

Searched refs:nSrcComps (Results 1 – 6 of 6) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkPixelTransfer.h64 int nSrcComps,
81 int nSrcComps,
95 int nSrcComps,
133 int nSrcComps, in Blit() argument
148 nSrcComps, in Blit()
163 int nSrcComps, in Blit() argument
174 && (nSrcComps == nDestComps) ) in Blit()
177 size_t n = srcWholeExt.Size()*nSrcComps; in Blit()
208 int nCopyComps = nSrcComps < nDestComps ? nSrcComps : nDestComps; in Blit()
216 int sidx = nSrcComps*(sjj+i); in Blit()
H A DvtkPixelTransfer.cxx9 int nSrcComps, in Blit() argument
25 nSrcComps, in Blit()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkPixelTransfer.h53 const vtkPixelExtent& destWhole, const vtkPixelExtent& destSubset, int nSrcComps, int srcType,
61 const vtkPixelExtent& destWhole, const vtkPixelExtent& destSubset, int nSrcComps,
68 const vtkPixelExtent& destWhole, const vtkPixelExtent& destSubset, int nSrcComps,
83 const vtkPixelExtent& destWholeExt, const vtkPixelExtent& destExt, int nSrcComps, in Blit() argument
90 nSrcComps, srcData, nDestComps, (VTK_TT*)destData);); in Blit()
98 const vtkPixelExtent& destWholeExt, const vtkPixelExtent& destSubset, int nSrcComps, in Blit() argument
105 if ((srcWholeExt == srcSubset) && (destWholeExt == destSubset) && (nSrcComps == nDestComps)) in Blit()
108 size_t n = srcWholeExt.Size() * nSrcComps; in Blit()
139 int nCopyComps = nSrcComps < nDestComps ? nSrcComps : nDestComps; in Blit()
147 int sidx = nSrcComps * (sjj + i); in Blit()
H A DvtkPixelTransfer.cxx5 const vtkPixelExtent& destWholeExt, const vtkPixelExtent& destExt, int nSrcComps, int srcType, in Blit() argument
12 nSrcComps, static_cast<VTK_TT*>(srcData), nDestComps, destType, destData)); in Blit()
/dports/math/vtk6/VTK-6.2.0/Rendering/LIC/
H A DvtkPixelTransfer.h61 int nSrcComps,
77 int nSrcComps,
91 int nSrcComps,
129 int nSrcComps, in Blit() argument
144 nSrcComps, in Blit()
159 int nSrcComps, in Blit() argument
170 && (nSrcComps == nDestComps) ) in Blit()
173 size_t n = srcWholeExt.Size()*nSrcComps; in Blit()
204 int nCopyComps = nSrcComps < nDestComps ? nSrcComps : nDestComps; in Blit()
212 int sidx = nSrcComps*(sjj+i); in Blit()
H A DvtkPixelTransfer.cxx9 int nSrcComps, in Blit() argument
25 nSrcComps, in Blit()