Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_dib.h31 int m_ColorKeyMax; member
H A Dcpdf_dib.cpp77 return index < comp_datum.m_ColorKeyMin || index > comp_datum.m_ColorKeyMax; in IsColorIndexOutOfBounds()
495 m_CompData[i].m_ColorKeyMax = std::min(max_num, max_data); in GetDecodeAndMaskArray()
1296 if (m_CompData[0].m_ColorKeyMax == 1) in Get1BitSetValue()