Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfpdfeditimg.cpp27 CPDF_ImageObject* pImgObj = (CPDF_ImageObject*)image_object; in FPDFImageObj_LoadJpegFile() local
28 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() local
46 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 …]
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser_old.cpp146 CPDF_ImageObject *pImgObj = AddImage(pStream, NULL, TRUE); in Handle_BeginImage() local
147 if (!pImgObj) { in Handle_BeginImage()