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 | video |
Functions | |
| void | imageCleanTransparent (video::IImage *src, u32 threshold) |
| video::SColor | imageAverageColor (const video::IImage *img) |
| void | imageScaleNNAA (video::IImage *src, const core::rect< s32 > &srcrect, video::IImage *dest) |
| video::SColor imageAverageColor | ( | const video::IImage * | img | ) |
References imageAverageColorInline().
Referenced by TextureSource::getTextureAverageColor().
Here is the call graph for this function:
Here is the caller graph for this function:| 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:| void imageScaleNNAA | ( | video::IImage * | src, |
| const core::rect< s32 > & | srcrect, | ||
| video::IImage * | dest ) |
References rangelim().
Referenced by guiScalingResizeCached().
Here is the call graph for this function:
Here is the caller graph for this function: