Searched refs:SDL_Read8 (Results 1 – 1 of 1) sorted by relevance
607 SDL_Read8(SDL_RWops * src) in SDL_Read8() function674 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