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

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Signature.h 22 void SetImage(CFX_DIBSource* pImage);
43 void SetImage(CFX_DIBSource* pImage);
  /external/pdfium/fpdfsdk/src/
fpdfeditimg.cpp 69 pImgObj->m_pImage->SetImage(pBmp,FALSE);
fsdk_baseform.cpp     [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Signature.cpp 24 void CPWL_Signature_Image::SetImage(CFX_DIBSource* pImage)
116 void CPWL_Signature::SetImage(CFX_DIBSource* pImage)
118 m_pImage->SetImage(pImage);
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_image.cpp 94 void CPDF_Image::SetImage(const CFX_DIBitmap* pBitmap, FX_INT32 iCompress, IFX_FileWrite *pFileWrite, IFX_FileRead *pFileRead, const CFX_DIBitmap* pMask, const CPDF_ImageSetParam* pParam)
257 SetImage(pNewBitmap, iCompress, pFileWrite, pFileRead);
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 912 void SetImage(const CFX_DIBitmap* pDIBitmap, FX_INT32 iCompress, IFX_FileWrite *pFileWrite = NULL, IFX_FileRead *pFileRead = NULL, const CFX_DIBitmap* pMask = NULL, const CPDF_ImageSetParam* pParam = NULL);

Completed in 119 milliseconds