Searched refs:ValidateColorIndex (Results 1 – 2 of 2) sorted by relevance
334 bool BMPDecompressor::ValidateColorIndex(uint8_t val) { in ValidateColorIndex() function in BMPDecompressor401 if (!ValidateColorIndex(byte)) in DecodeRGB()482 if (!ValidateColorIndex(out_row_buffer[i])) in DecodeRLE8()502 if (!ValidateColorIndex(out_row_buffer[col_num])) in DecodeRLE8()588 if (!ValidateColorIndex(color)) in DecodeRLE4()618 if (!ValidateColorIndex(second_byte)) in DecodeRLE4()
121 bool ValidateColorIndex(uint8_t val);