, including all inherited members.
| AddScanLine(const LSFLOAT *_pfScanline) | lsi::CResampler | |
| Bessel0(LSDOUBLE _dX) | lsi::CResampler | [protected, static] |
| BilinearFilterFunc(LSFLOAT _fT) | lsi::CResampler | [protected, static] |
| BoxFilterFunc(LSFLOAT _fT) | lsi::CResampler | [protected, static] |
| CatmullRomFilterFunc(LSFLOAT _fT) | lsi::CResampler | [protected, static] |
| ClampSamples(LSFLOAT *_pfSamples, LSUINT32 _ui32Total, LSFLOAT _fLo, LSFLOAT _fHi) | lsi::CResampler | [protected, static] |
| ClampTexel(LSINT32 _i32TexelPos, LSUINT32 _ui32Size) | lsi::CResampler | [protected, static] |
| Clean(LSDOUBLE _dVal) | lsi::CResampler | [protected, static] |
| CountOps(const LSI_CONTRIB_LIST &_clList) | lsi::CResampler | [protected, static] |
| CreateContribList(LSUINT32 _ui32SrcSize, LSUINT32 _ui32DstSize, PfFilterFunc _pfFilter, LSFLOAT _fFilterSupport, LSFLOAT _fFilterScale) | lsi::CResampler | [protected, static] |
| CResampler() (defined in lsi::CResampler) | lsi::CResampler | |
| GetContribX() | lsi::CResampler | |
| GetContribY() | lsi::CResampler | |
| GetScanLine() | lsi::CResampler | |
| InitResampler(LSUINT32 _ui32SrcWidth, LSUINT32 _ui32SrcHeight, LSUINT32 _ui32DstWidth, LSUINT32 _ui32DstHeight, LSFLOAT _fSampleLow=0.0f, LSFLOAT _fSampleHi=1.0f, const LSCHAR *_pcFilter="lanczos4", LSI_CONTRIB_LIST *_pclContX=NULL, LSI_CONTRIB_LIST *_pclContY=NULL, LSFLOAT _fFilterScaleX=1.0f, LSFLOAT _fFilterScaleY=1.0f, CVectorPoD< LSFLOAT, LSUINT32 > *_pvDstBuffer=NULL) | lsi::CResampler | |
| KaiserFilterFunc(LSFLOAT _fT) | lsi::CResampler | [protected, static] |
| KaiserHelper(LSDOUBLE _dAlpha, LSDOUBLE _dHalfWidth, LSDOUBLE _dX) | lsi::CResampler | [protected, static] |
| Lanczos12FilterFunc(LSFLOAT _fT) | lsi::CResampler | [protected, static] |
| Lanczos3FilterFunc(LSFLOAT _fT) | lsi::CResampler | [protected, static] |
| Lanczos4FilterFunc(LSFLOAT _fT) | lsi::CResampler | [protected, static] |
| Lanczos64FilterFunc(LSFLOAT _fT) | lsi::CResampler | [protected, static] |
| Lanczos6FilterFunc(LSFLOAT _fT) | lsi::CResampler | [protected, static] |
| Lanczos8FilterFunc(LSFLOAT _fT) | lsi::CResampler | [protected, static] |
| LPCLSI_CONTRIB typedef (defined in lsi::CResampler) | lsi::CResampler | |
| LPCLSI_CONTRIB_BOUNDS typedef (defined in lsi::CResampler) | lsi::CResampler | [protected] |
| LPCLSI_CONTRIB_EX typedef (defined in lsi::CResampler) | lsi::CResampler | |
| LPCLSI_CONTRIB_LIST typedef (defined in lsi::CResampler) | lsi::CResampler | |
| LPCLSI_FILTER typedef (defined in lsi::CResampler) | lsi::CResampler | |
| LPCLSI_SCANLINE typedef (defined in lsi::CResampler) | lsi::CResampler | |
| LPLSI_CONTRIB typedef | lsi::CResampler | |
| LPLSI_CONTRIB_BOUNDS typedef | lsi::CResampler | [protected] |
| LPLSI_CONTRIB_EX typedef | lsi::CResampler | |
| LPLSI_CONTRIB_LIST typedef | lsi::CResampler | |
| LPLSI_FILTER typedef | lsi::CResampler | |
| LPLSI_SCANLINE typedef | lsi::CResampler | |
| LSI_MAX_SCANLINE enum value (defined in lsi::CResampler) | lsi::CResampler | |
| m_bBorrowedX | lsi::CResampler | [protected] |
| m_bBorrowedY | lsi::CResampler | [protected] |
| m_bDelayX | lsi::CResampler | [protected] |
| m_fFilters | lsi::CResampler | [protected, static] |
| m_fHi | lsi::CResampler | [protected] |
| m_fLow | lsi::CResampler | [protected] |
| m_pclContribsX | lsi::CResampler | [protected] |
| m_pclContribsY | lsi::CResampler | [protected] |
| m_pfFilter | lsi::CResampler | [protected] |
| m_psScanBuffer | lsi::CResampler | [protected] |
| m_pvDstBuffer | lsi::CResampler | [protected] |
| m_ui32CurDstY | lsi::CResampler | [protected] |
| m_ui32CurSrcY | lsi::CResampler | [protected] |
| m_ui32DstHeight | lsi::CResampler | [protected] |
| m_ui32DstWidth | lsi::CResampler | [protected] |
| m_ui32IntermX | lsi::CResampler | [protected] |
| m_ui32LastSearchPos | lsi::CResampler | [protected] |
| m_ui32ScanChunkPos | lsi::CResampler | [protected] |
| m_ui32SrcHeight | lsi::CResampler | [protected] |
| m_ui32SrcWidth | lsi::CResampler | [protected] |
| m_vScanBufferChunk | lsi::CResampler | [protected] |
| m_vSrcCountY | lsi::CResampler | [mutable, protected] |
| m_vSrcFlagsY | lsi::CResampler | [mutable, protected] |
| m_vTempBuffer | lsi::CResampler | [mutable, protected] |
| MitchellFilterFunc(LSFLOAT _fT) | lsi::CResampler | [protected, static] |
| MitchellFilterHelper(LSFLOAT _fT, LSFLOAT _fB, LSFLOAT _fC) | lsi::CResampler | [protected, static] |
| PfFilterFunc typedef | lsi::CResampler | |
| ResampleX(LSFLOAT *_pfDst, const LSFLOAT *_pfSrc) const | lsi::CResampler | [protected] |
| ResampleY(CVectorPoD< LSFLOAT, LSUINT32 > &_vDst) const | lsi::CResampler | [protected] |
| ScaleY(CVectorPoD< LSFLOAT, LSUINT32 > &_pfDst, const LSFLOAT *_pfSrc, LSFLOAT _fScale, LSUINT32 _ui32Total) | lsi::CResampler | [protected, static] |
| ScaleYAdd(CVectorPoD< LSFLOAT, LSUINT32 > &_pfDst, const LSFLOAT *_pfSrc, LSFLOAT _fScale, LSUINT32 _ui32Total) | lsi::CResampler | [protected, static] |
| SinC(LSDOUBLE _dX) | lsi::CResampler | [protected, static] |
| ~CResampler() (defined in lsi::CResampler) | lsi::CResampler | |