Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/
A DIMG_bmp.c607 SDL_Read8(SDL_RWops * src) in SDL_Read8() function
674 int bWidth = SDL_Read8(src); /* Uint8, but 0 = 256 ! */ in LoadICOCUR_RW()
675 int bHeight = SDL_Read8(src); /* Uint8, but 0 = 256 ! */ in LoadICOCUR_RW()
676 int bColorCount = SDL_Read8(src); /* Uint8, but 0 = 256 ! */ in LoadICOCUR_RW()
677 Uint8 bReserved = SDL_Read8(src); in LoadICOCUR_RW()

Completed in 5 milliseconds