Changeset 9250517 in mainline
- Timestamp:
- 2014-11-13T00:25:31Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 72167c7
- Parents:
- 571f3e1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/draw/codec/tga.c
r571f3e1 r9250517 110 110 * @return True on succesful decoding. 111 111 * @return False on failure. 112 * 112 113 */ 113 114 static bool decode_tga_header(void *data, size_t size, tga_t *tga) … … 174 175 * @return Newly allocated surface with the decoded content. 175 176 * @return NULL on error or unsupported format. 177 * 176 178 */ 177 179 surface_t *decode_tga(void *data, size_t size, surface_flags_t flags) … … 264 266 * @return True on succesful encoding. 265 267 * @return False on failure. 268 * 266 269 */ 267 270 bool encode_tga(surface_t *surface, void **pdata, size_t *psize)
Note:
See TracChangeset
for help on using the changeset viewer.