Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_dib.cpp76 bool IsColorIndexOutOfBounds(uint8_t index, const DIB_COMP_DATA& comp_datum) { in IsColorIndexOutOfBounds() argument
77 return index < comp_datum.m_ColorKeyMin || index > comp_datum.m_ColorKeyMax; in IsColorIndexOutOfBounds()