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 27 CPDF_ImageObject* pImgObj = (CPDF_ImageObject*)image_object;
28 pImgObj->m_GeneralState.GetModify();
32 pImgObj->m_pImage->ResetCache(pPage,NULL);
34 pImgObj->m_pImage->SetJpegImage(pFile);
45 CPDF_ImageObject* pImgObj = (CPDF_ImageObject*)image_object;
46 pImgObj->m_Matrix.a = (FX_FLOAT)a;
47 pImgObj->m_Matrix.b = (FX_FLOAT)b;
48 pImgObj->m_Matrix.c = (FX_FLOAT)c;
49 pImgObj->m_Matrix.d = (FX_FLOAT)d;
50 pImgObj->m_Matrix.e = (FX_FLOAT)e
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_old.cpp 146 CPDF_ImageObject *pImgObj = AddImage(pStream, NULL, TRUE);
147 if (!pImgObj) {
    [all...]

Completed in 267 milliseconds