Luanti 5.10.0-dev
 
Loading...
Searching...
No Matches
imagefilters.h File Reference
#include "irrlichttypes.h"
#include <rect.h>
+ Include dependency graph for imagefilters.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  irr
 
namespace  irr::video
 

Functions

void imageCleanTransparent (video::IImage *src, u32 threshold)
 
void imageScaleNNAA (video::IImage *src, const core::rect< s32 > &srcrect, video::IImage *dest)
 
video::IImage * Align2Npot2 (video::IImage *image, video::IVideoDriver *driver)
 

Function Documentation

◆ Align2Npot2()

video::IImage * Align2Npot2 ( video::IImage * image,
video::IVideoDriver * driver )

References npot2().

Referenced by TextureSource::generateTexture(), MenuTextureSource::getTexture(), and TextureSource::rebuildTexture().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ imageCleanTransparent()

void imageCleanTransparent ( video::IImage * src,
u32 threshold )

References imageCleanTransparentWithInlining().

Referenced by ImageSource::generateImagePart(), and guiScalingResizeCached().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ imageScaleNNAA()

void imageScaleNNAA ( video::IImage * src,
const core::rect< s32 > & srcrect,
video::IImage * dest )

References rangelim, and SWAP.

Referenced by guiScalingResizeCached().

+ Here is the caller graph for this function: