Searched refs:pImgObj (Results 1 – 2 of 2) sorted by relevance
27 CPDF_ImageObject* pImgObj = (CPDF_ImageObject*)image_object; in FPDFImageObj_LoadJpegFile() local28 pImgObj->m_GeneralState.GetModify(); in FPDFImageObj_LoadJpegFile()32 pImgObj->m_pImage->ResetCache(pPage,NULL); in FPDFImageObj_LoadJpegFile()34 pImgObj->m_pImage->SetJpegImage(pFile); in FPDFImageObj_LoadJpegFile()45 CPDF_ImageObject* pImgObj = (CPDF_ImageObject*)image_object; in FPDFImageObj_SetMatrix() local46 pImgObj->m_Matrix.a = (FX_FLOAT)a; in FPDFImageObj_SetMatrix()47 pImgObj->m_Matrix.b = (FX_FLOAT)b; in FPDFImageObj_SetMatrix()48 pImgObj->m_Matrix.c = (FX_FLOAT)c; in FPDFImageObj_SetMatrix()49 pImgObj->m_Matrix.d = (FX_FLOAT)d; in FPDFImageObj_SetMatrix()50 pImgObj->m_Matrix.e = (FX_FLOAT)e; in FPDFImageObj_SetMatrix()[all …]
146 CPDF_ImageObject *pImgObj = AddImage(pStream, NULL, TRUE); in Handle_BeginImage() local147 if (!pImgObj) { in Handle_BeginImage()