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

/external/pdfium/fpdfsdk/src/
H A Dfpdfeditimg.cpp28 CPDF_ImageObject* pImgObj = (CPDF_ImageObject*)image_object; local
29 pImgObj->m_GeneralState.GetModify();
33 pImgObj->m_pImage->ResetCache(pPage,NULL);
35 pImgObj->m_pImage->SetJpegImage(pFile);
46 CPDF_ImageObject* pImgObj = (CPDF_ImageObject*)image_object;
47 pImgObj->m_Matrix.a = (FX_FLOAT)a;
48 pImgObj->m_Matrix.b = (FX_FLOAT)b;
49 pImgObj->m_Matrix.c = (FX_FLOAT)c;
50 pImgObj->m_Matrix.d = (FX_FLOAT)d;
51 pImgObj
63 CPDF_ImageObject* pImgObj = (CPDF_ImageObject*)image_object; local
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser_old.cpp136 CPDF_ImageObject *pImgObj = AddImage(pStream, NULL, TRUE); local
137 if (!pImgObj) {

Completed in 711 milliseconds