Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/bmp/
Dcfx_bmpdecompressor.cpp367 bool CFX_BmpDecompressor::ValidateColorIndex(uint8_t val) const { in ValidateColorIndex() function in fxcodec::CFX_BmpDecompressor
435 if (!ValidateColorIndex(byte)) in DecodeRGB()
507 if (!ValidateColorIndex(out_row_buffer_[i])) in DecodeRLE8()
526 if (!ValidateColorIndex(out_row_buffer_[col_num_])) in DecodeRLE8()
603 if (!ValidateColorIndex(color)) in DecodeRLE4()
632 if (!ValidateColorIndex(second_byte)) in DecodeRLE4()
Dcfx_bmpdecompressor.h63 bool ValidateColorIndex(uint8_t val) const;