|
Beatmup
|
#include "../context.h"#include "../bitmap/converter.h"#include "../bitmap/bitmap_access.h"#include "../bitmap/mask_bitmap_access.h"#include "../exception.h"#include <algorithm>#include <cstring>Go to the source code of this file.
Macros | |
| #define | CALL_CONVERT_AND_RETURN(IN_T, OUT_T) convertBlock < IN_T, OUT_T >(*input, *output, outX, outY, nPix); return; |
Functions | |
| template<class in_t , class out_t > | |
| void | convertBlock (AbstractBitmap &input, AbstractBitmap &output, int startx, int starty, msize nPix) |
| #define CALL_CONVERT_AND_RETURN | ( | IN_T, | |
| OUT_T | |||
| ) | convertBlock < IN_T, OUT_T >(*input, *output, outX, outY, nPix); return; |
|
inline |
Definition at line 30 of file converter.cpp.