#include "imagewin.h"#include "scale.h"#include <cstring>#include "exult_types.h"Include dependency graph for imagescl.cc:

Go to the source code of this file.
Classes | |
| class | Manip8to16 |
| Imagescl.cc - Methods to blit with scaling. More... | |
| class | Manip8to555 |
| class | Manip8to565 |
| class | Manip8to32 |
| class | Manip16to16 |
Functions | |
| void | increase_area (int &x, int &y, int &w, int &h, int left, int right, int top, int bottom, int buf_width, int buf_height) |
| void increase_area | ( | int & | x, | |
| int & | y, | |||
| int & | w, | |||
| int & | h, | |||
| int | left, | |||
| int | right, | |||
| int | top, | |||
| int | bottom, | |||
| int | buf_width, | |||
| int | buf_height | |||
| ) | [inline] |
Definition at line 192 of file imagescl.cc.
Referenced by Image_window::show_scaled8to16_2xSaI(), Image_window::show_scaled8to16_bilinear(), Image_window::show_scaled8to16_BilinearPlus(), Image_window::show_scaled8to16_Super2xSaI(), Image_window::show_scaled8to16_SuperEagle(), Image_window::show_scaled8to32_2xSaI(), Image_window::show_scaled8to32_bilinear(), Image_window::show_scaled8to32_BilinearPlus(), Image_window::show_scaled8to32_Super2xSaI(), Image_window::show_scaled8to32_SuperEagle(), Image_window::show_scaled8to555_2xSaI(), Image_window::show_scaled8to555_bilinear(), Image_window::show_scaled8to555_BilinearPlus(), Image_window::show_scaled8to555_Super2xSaI(), Image_window::show_scaled8to555_SuperEagle(), Image_window::show_scaled8to565_2xSaI(), Image_window::show_scaled8to565_bilinear(), Image_window::show_scaled8to565_BilinearPlus(), Image_window::show_scaled8to565_Super2xSaI(), and Image_window::show_scaled8to565_SuperEagle().
1.5.1