Home
last modified time | relevance | path

Searched refs:io_user_data (Results 1 - 1 of 1) sorted by relevance

/third_party/astc-encoder/Source/
H A Dstb_image.h809 void *io_user_data; member
837 s->io_user_data = user; in stbi__start_callbacks()
1597 int n = (s->io.read)(s->io_user_data,(char*)s->buffer_start,s->buflen); in stbi__refill_buffer()
1629 if (!(s->io.eof)(s->io_user_data)) return 0; in stbi__at_eof()
1653 (s->io.skip)(s->io_user_data, n - blen); in stbi__skip()
1673 count = (s->io.read)(s->io_user_data, (char*) buffer + blen, n - blen); in stbi__getn()

Completed in 13 milliseconds