Changes in uspace/lib/draw/codec/tga.c [9250517:3e6a98c5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/draw/codec/tga.c
r9250517 r3e6a98c5 110 110 * @return True on succesful decoding. 111 111 * @return False on failure. 112 *113 112 */ 114 113 static bool decode_tga_header(void *data, size_t size, tga_t *tga) … … 175 174 * @return Newly allocated surface with the decoded content. 176 175 * @return NULL on error or unsupported format. 177 *178 176 */ 179 177 surface_t *decode_tga(void *data, size_t size, surface_flags_t flags) … … 266 264 * @return True on succesful encoding. 267 265 * @return False on failure. 268 *269 266 */ 270 267 bool encode_tga(surface_t *surface, void **pdata, size_t *psize)
Note:
See TracChangeset
for help on using the changeset viewer.