Searched refs:hexBuffer (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/test/ |
A D | testime.c | 104 Uint8 hexBuffer[65]; in unifont_init() local 144 bytesRead = SDL_RWread(hexFile, hexBuffer, 1, 9); in unifont_init() 154 if (hexBuffer[2] == ':') in unifont_init() 156 else if (hexBuffer[4] == ':') in unifont_init() 158 else if (hexBuffer[6] == ':') in unifont_init() 160 else if (hexBuffer[8] == ':') in unifont_init() 179 SDL_memmove(hexBuffer, hexBuffer + codepointHexSize + 1, bytesOverread); in unifont_init() 186 if (hexBuffer[32] == '\n') in unifont_init() 191 bytesRead = SDL_RWread(hexFile, hexBuffer + 33, 1, 32); in unifont_init() 199 if (!validate_hex((const char *)hexBuffer, glyphWidth * 4, NULL)) in unifont_init() [all …]
|
Completed in 3 milliseconds