|
cocos2d-x
3.3
|
#include "platform/CCStdC.h"Enumerations | |
| enum | ATITCDecodeFlag { ATC_RGB = 1, ATC_EXPLICIT_ALPHA = 3, ATC_INTERPOLATED_ALPHA = 5 } |
Functions | |
| void | atitc_decode (uint8_t *encode_data, uint8_t *decode_data, const int pixelsWidth, const int pixelsHeight, ATITCDecodeFlag decodeFlag) |
|
strong |
| void atitc_decode | ( | uint8_t * | encode_data, |
| uint8_t * | decode_data, | ||
| const int | pixelsWidth, | ||
| const int | pixelsHeight, | ||
| ATITCDecodeFlag | decodeFlag | ||
| ) |