| 120 | *#########################################################################################################################*/ |
| 121 | #if !defined CC_BUILD_COMPRESSION |
| 122 | cc_result Png_Decode(struct Bitmap* bmp, struct Stream* stream) { |
| 123 | return ERR_NOT_SUPPORTED; |
| 124 | } |
| 125 | #else |
| 126 | typedef void (*Png_RowExpander)(int width, BitmapCol* palette, cc_uint8* src, BitmapCol* dst); |
| 127 |
no test coverage detected