Searched refs:decodefunc (Results 1 – 1 of 1) sorted by relevance
128 void (*decodefunc)(gfx_surface *, uint x, uint y, const void *) = NULL; in tga_decode() local133 decodefunc = decode_2byte; in tga_decode()136 decodefunc = decode_3byte; in tga_decode()139 decodefunc = decode_4byte; in tga_decode()156 decodefunc(surface, x, surfacey, (const uint8_t *)imagestart + pos); in tga_decode()186 decodefunc(surface, x, y, (const uint8_t *)imagestart + pos); in tga_decode()
Completed in 2 milliseconds