World of Might and Magic
0.2.0
Open reimplementation of Might and Magic 6 7 8 game engine
|
Определения типов | |
typedef bool(* | ImageFormatConverter) (unsigned int num_pixels, const void *src, void *dst) |
Функции | |
uint32_t | R5G6B5_to_A8R8G8B8 (uint16_t color16, unsigned char alpha) |
uint32_t | R5G6B5_to_R8G8B8A8 (uint16_t color16, unsigned char alpha) |
uint16_t | A8R8G8B8_to_R5G6B5 (uint32_t c) |
uint16_t | A8R8G8B8_to_A1R5G5B5 (uint32_t c) |
uint32_t | A8R8G8B8_to_R8G8B8A8 (uint32_t c) |
bool | Image_A8R8G8B8_to_R8G8B8A8 (unsigned int num_pixels, const void *src_pixels, void *dst_pixels) |
bool | Image_A8R8G8B8_to_R5G6B5 (unsigned int num_pixels, const void *src_pixels, void *dst_pixels) |
bool | Image_A8R8G8B8_to_A1R5G5B5 (unsigned int num_pixels, const void *src_pixels, void *dst_pixels) |
bool | Image_R5G6B5_to_A8R8G8B8 (unsigned int num_pixels, const void *src_pixels, void *dst_pixels) |
bool | Image_R5G6B5_to_R8G8B8A8 (unsigned int num_pixels, const void *src_pixels, void *dst_pixels) |
unsigned int | R5G6B5_extract_R (uint16_t c) |
unsigned int | R5G6B5_extract_G (uint16_t c) |
unsigned int | R5G6B5_extract_B (uint16_t c) |
bool | Image_R5G6B5_to_R8G8B8 (unsigned int num_pixels, const void *src_pixels, void *dst_pixels) |
unsigned int | A1R5G5B5_extract_A (uint16_t c) |
unsigned int | A1R5G5B5_extract_R (uint16_t c) |
unsigned int | A1R5G5B5_extract_G (uint16_t c) |
unsigned int | A1R5G5B5_extract_B (uint16_t c) |
bool | Image_A1R5G5B5_to_R8G8B8A8 (unsigned int num_pixels, const void *src_pixels, void *dst_pixels) |
См. определение в файле ImageFormatConverter.h строка 3
См. определение в файле ImageFormatConverter.h строка 6
Используется в Image_R5G6B5_to_A8R8G8B8().
См. определение в файле ImageFormatConverter.h строка 15
Используется в Image_R5G6B5_to_R8G8B8A8().
См. определение в файле ImageFormatConverter.h строка 24
Используется в Image_A8R8G8B8_to_R5G6B5().
См. определение в файле ImageFormatConverter.h строка 32
Используется в Image_A8R8G8B8_to_A1R5G5B5().
См. определение в файле ImageFormatConverter.h строка 42
Используется в Image_A8R8G8B8_to_R8G8B8A8().
|
inline |
См. определение в файле ImageFormatConverter.h строка 46
Перекрестные ссылки A8R8G8B8_to_R8G8B8A8().
Используется в Image::GetPixels().
|
inline |
См. определение в файле ImageFormatConverter.h строка 57
Перекрестные ссылки A8R8G8B8_to_R5G6B5().
Используется в Image::GetPixels().
|
inline |
См. определение в файле ImageFormatConverter.h строка 69
Перекрестные ссылки A8R8G8B8_to_A1R5G5B5().
Используется в Image::GetPixels().
|
inline |
См. определение в файле ImageFormatConverter.h строка 82
Перекрестные ссылки R5G6B5_to_A8R8G8B8().
Используется в Image::GetPixels().
|
inline |
См. определение в файле ImageFormatConverter.h строка 94
Перекрестные ссылки R5G6B5_to_R8G8B8A8().
Используется в Image::GetPixels().
|
inline |
См. определение в файле ImageFormatConverter.h строка 106
Используется в Image_R5G6B5_to_R8G8B8().
|
inline |
См. определение в файле ImageFormatConverter.h строка 109
Используется в Image_R5G6B5_to_R8G8B8().
|
inline |
См. определение в файле ImageFormatConverter.h строка 112
Используется в Image_R5G6B5_to_R8G8B8().
|
inline |
См. определение в файле ImageFormatConverter.h строка 116
Перекрестные ссылки R5G6B5_extract_B(), R5G6B5_extract_G() и R5G6B5_extract_R().
Используется в Image::GetPixels().
|
inline |
См. определение в файле ImageFormatConverter.h строка 130
Используется в Image_A1R5G5B5_to_R8G8B8A8().
|
inline |
См. определение в файле ImageFormatConverter.h строка 133
Используется в Image_A1R5G5B5_to_R8G8B8A8().
|
inline |
См. определение в файле ImageFormatConverter.h строка 136
Используется в Image_A1R5G5B5_to_R8G8B8A8().
|
inline |
См. определение в файле ImageFormatConverter.h строка 139
Используется в Image_A1R5G5B5_to_R8G8B8A8().
|
inline |
См. определение в файле ImageFormatConverter.h строка 143
Перекрестные ссылки A1R5G5B5_extract_A(), A1R5G5B5_extract_B(), A1R5G5B5_extract_G() и A1R5G5B5_extract_R().
Используется в Image::GetPixels().