Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_loadimage.cpp632 ICodec_JpxModule* pJpxModule = CPDF_ModuleMgr::Get()->GetJpxModule(); in LoadJpxBitmap() local
633 if (pJpxModule == NULL) { in LoadJpxBitmap()
636 …FX_LPVOID ctx = pJpxModule->CreateDecoder(m_pStreamAcc->GetData(), m_pStreamAcc->GetSize(), m_pCol… in LoadJpxBitmap()
641 pJpxModule->GetImageInfo(ctx, width, height, codestream_nComps, image_nComps); in LoadJpxBitmap()
643 pJpxModule->DestroyDecoder(ctx); in LoadJpxBitmap()
699 …if (!pJpxModule->Decode(ctx, m_pCachedBitmap->GetBuffer(), m_pCachedBitmap->GetPitch(), bTranslate… in LoadJpxBitmap()
705 pJpxModule->DestroyDecoder(ctx); in LoadJpxBitmap()