|
template<typename T > |
void | cinder::ip::resize (const SurfaceT< T > &srcSurface, SurfaceT< T > *dstSurface, const FilterBase &filter=FilterTriangle()) |
|
template<typename T > |
void | cinder::ip::resize (const ChannelT< T > &srcChannel, ChannelT< T > *dstChannel, const FilterBase &filter=FilterTriangle()) |
|
template<typename T > |
void | cinder::ip::resize (const SurfaceT< T > &srcSurface, const Area &srcArea, SurfaceT< T > *dstSurface, const Area &dstArea, const FilterBase &filter=FilterTriangle()) |
|
template<typename T > |
SurfaceT< T > | cinder::ip::resizeCopy (const SurfaceT< T > &srcSurface, const Area &srcArea, const ivec2 &dstSize, const FilterBase &filter=FilterTriangle()) |
|
template<typename T > |
void | cinder::ip::resize (const ChannelT< T > &srcChannel, const Area &srcArea, ChannelT< T > *dstChannel, const Area &dstArea, const FilterBase &filter=FilterTriangle()) |
|