Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_dib.cpp68 bool IsColorIndexOutOfBounds(uint8_t index, const DIB_COMP_DATA& comp_datum) { in IsColorIndexOutOfBounds() function
76 if (IsColorIndexOutOfBounds(indices[i], comp_data[i])) in AreColorIndicesOutOfBounds()
1079 *pDestPixel = IsColorIndexOutOfBounds(index, m_CompData[0]) ? 0xFF : 0; in GetScanline()