Searched refs:pImgObj (Results 1 – 2 of 2) sorted by relevance
31 CPDF_ImageObject* pImgObj = (CPDF_ImageObject*)image_object; in FPDFImageObj_LoadJpegFile() local32 pImgObj->m_GeneralState.GetModify(); in FPDFImageObj_LoadJpegFile()37 pImgObj->m_pImage->ResetCache(pPage, NULL); in FPDFImageObj_LoadJpegFile()39 pImgObj->m_pImage->SetJpegImage(pFile); in FPDFImageObj_LoadJpegFile()53 CPDF_ImageObject* pImgObj = (CPDF_ImageObject*)image_object; in FPDFImageObj_SetMatrix() local54 pImgObj->m_Matrix.a = (FX_FLOAT)a; in FPDFImageObj_SetMatrix()55 pImgObj->m_Matrix.b = (FX_FLOAT)b; in FPDFImageObj_SetMatrix()56 pImgObj->m_Matrix.c = (FX_FLOAT)c; in FPDFImageObj_SetMatrix()57 pImgObj->m_Matrix.d = (FX_FLOAT)d; in FPDFImageObj_SetMatrix()58 pImgObj->m_Matrix.e = (FX_FLOAT)e; in FPDFImageObj_SetMatrix()[all …]
145 CPDF_ImageObject* pImgObj = AddImage(pStream, NULL, TRUE); in Handle_BeginImage() local146 if (!pImgObj) { in Handle_BeginImage()