Home | History | Annotate | Download | only in fpdf_page

Lines Matching refs:temp_src

687                 FX_LPBYTE temp_src = FX_Alloc(FX_BYTE, nMaxColors * m_nComponents);

688 FX_LPBYTE pSrc = temp_src;
698 CPDF_ModuleMgr::Get()->GetIccModule()->TranslateScanline(m_pProfile->m_pTransform, m_pCache, temp_src, nMaxColors);
699 FX_Free(temp_src);