Home
last modified time | relevance | path

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

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