Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/lbmp/
Dfx_bmp.cpp334 bool BMPDecompressor::ValidateColorIndex(uint8_t val) { in ValidateColorIndex() function in BMPDecompressor
401 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()
Dfx_bmp.h121 bool ValidateColorIndex(uint8_t val);