Searched refs:nMaxColors (Results 1 – 1 of 1) sorted by relevance
982 int nMaxColors = 1; in TranslateImageLine() local984 nMaxColors *= 52; in TranslateImageLine()991 bTranslate = nPixelCount.ValueOrDie() < nMaxColors * 3 / 2; in TranslateImageLine()998 m_pCache.resize(Fx2DSizeOrDie(nMaxColors, 3)); in TranslateImageLine()999 DataVector<uint8_t> temp_src(Fx2DSizeOrDie(nMaxColors, nComponents)); in TranslateImageLine()1001 for (int i = 0; i < nMaxColors; i++) { in TranslateImageLine()1003 uint32_t order = nMaxColors / 52; in TranslateImageLine()1011 m_pProfile->TranslateScanline(m_pCache, temp_src, nMaxColors); in TranslateImageLine()