Home
last modified time | relevance | path

Searched refs:GetDataBlock (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/
A DIMG_gif.c157 static int GetDataBlock(SDL_RWops * src, unsigned char *buf, State_t * state);
339 while (GetDataBlock(src, (unsigned char *) buf, state) > 0) in DoExtension()
344 (void) GetDataBlock(src, (unsigned char *) buf, state); in DoExtension()
351 while (GetDataBlock(src, (unsigned char *) buf, state) > 0) in DoExtension()
360 while (GetDataBlock(src, (unsigned char *) buf, state) > 0) in DoExtension()
367 GetDataBlock(SDL_RWops *src, unsigned char *buf, State_t * state) in GetDataBlock() function
405 if ((count = GetDataBlock(src, &state->buf[2], state)) <= 0) in GetCode()
485 while ((count = GetDataBlock(src, buf, state)) > 0) in LWZReadByte()

Completed in 4 milliseconds