Searched refs:needsPad (Results 1 – 2 of 2) sorted by relevance
69 Uint8 needsPad; in readRlePixels() local118 needsPad = (ch & 1); in readRlePixels()125 needsPad = (((ch+1)>>1) & 1); /* (ch+1)>>1: bytes size */ in readRlePixels()136 if (needsPad && !SDL_RWread(src, &ch, 1, 1)) return 1; in readRlePixels()
115 Uint8 needsPad; in readRlePixels() local164 needsPad = ( ch & 1 ); in readRlePixels()171 needsPad = ( ((ch+1)>>1) & 1 ); /* (ch+1)>>1: bytes size */ in readRlePixels()182 if ( needsPad && !SDL_RWread(src, &ch, 1, 1) ) return 1; in readRlePixels()
Completed in 4 milliseconds