Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_colorspace.cpp956 int nMaxColors = 1; in TranslateImageLine() local
958 nMaxColors *= 52; in TranslateImageLine()
960 if (m_nComponents > 3 || image_width * image_height < nMaxColors * 3 / 2) { in TranslateImageLine()
965 ((CPDF_ICCBasedCS*)this)->m_pCache = FX_Alloc2D(uint8_t, nMaxColors, 3); in TranslateImageLine()
966 uint8_t* temp_src = FX_Alloc2D(uint8_t, nMaxColors, m_nComponents); in TranslateImageLine()
968 for (int i = 0; i < nMaxColors; i++) { in TranslateImageLine()
970 uint32_t order = nMaxColors / 52; in TranslateImageLine()
978 m_pProfile->m_pTransform, m_pCache, temp_src, nMaxColors); in TranslateImageLine()