HomeSort by relevance Sort by last modified time
    Searched refs:pImgObj (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/src/
fpdfeditimg.cpp 28 CPDF_ImageObject* pImgObj = (CPDF_ImageObject*)image_object;
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->m_Matrix.e = (FX_FLOAT)e;
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_old.cpp 136 CPDF_ImageObject *pImgObj = AddImage(pStream, NULL, TRUE);
137 if (!pImgObj) {
    [all...]

Completed in 174 milliseconds