Home
last modified time | relevance | path

Searched defs:pImage (Results 1 – 18 of 18) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Signature.cpp24 void CPWL_Signature_Image::SetImage(CFX_DIBSource* pImage) in SetImage()
116 void CPWL_Signature::SetImage(CFX_DIBSource* pImage) in SetImage()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_image.cpp57 CPDF_Image* pImage = FX_NEW CPDF_Image(m_pDocument); in Clone() local
Dfpdf_page_doc.cpp538 CPDF_Image* pImage = FX_NEW CPDF_Image(m_pPDFDoc); in GetImage() local
Dfpdf_page_parser.cpp839 CPDF_ImageObject* CPDF_StreamContentParser::AddImage(CPDF_Stream* pStream, CPDF_Image* pImage, FX_B… in AddImage()
/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_GeneralDecoder.cpp16 CJBig2_Image* pImage; in decode_Arith() local
1251 CJBig2_Image *pImage; in decode_MMR() local
1269 CJBig2_Image* pImage; in decode() local
3340 FXCODEC_STATUS CJBig2_GRDProc::Start_decode_Arith(CJBig2_Image** pImage, CJBig2_ArithDecoder *pArit… in Start_decode_Arith()
3371 CJBig2_Image* pImage = *m_pImage; in decode_Arith() local
3409 FXCODEC_STATUS CJBig2_GRDProc::Start_decode_Arith_V2(CJBig2_Image** pImage, CJBig2_ArithDecoder *pA… in Start_decode_Arith_V2()
3582 FXCODEC_STATUS CJBig2_GRDProc::Start_decode_Arith_V1(CJBig2_Image** pImage, CJBig2_ArithDecoder *pA… in Start_decode_Arith_V1()
3717 FXCODEC_STATUS CJBig2_GRDProc::Start_decode_MMR(CJBig2_Image** pImage, CJBig2_BitStream *pStream, I… in Start_decode_MMR()
3759 FXCODEC_STATUS CJBig2_GRDProc::decode_Arith_Template0_opt3(CJBig2_Image *pImage, CJBig2_ArithDecode… in decode_Arith_Template0_opt3()
3851 FXCODEC_STATUS CJBig2_GRDProc::decode_Arith_Template0_unopt(CJBig2_Image * pImage, CJBig2_ArithDeco… in decode_Arith_Template0_unopt()
[all …]
DJBig2_Image.cpp698 CJBig2_Image *pImage; in subImage_unopt() local
711 CJBig2_Image *pImage; in subImage() local
DJBig2_Context.cpp8 void OutputBitmap(CJBig2_Image* pImage) in OutputBitmap()
/external/opencv/cvaux/src/
D_cvvectrack.h149 IplImage* pImage; in ReallocImage() local
Dcvsegment.cpp84 icvSegmFloodFill_Stage1( uchar* pImage, int step, in icvSegmFloodFill_Stage1()
206 icvSegmFloodFill_Stage2( uchar* pImage, int step, in icvSegmFloodFill_Stage2()
D_cvfacedetection.h357 IplImage* pImage; in ReallocImage() local
Dcvlee.cpp1329 CV_IMPL int cvVoronoiDiagramFromImage(IplImage* pImage, in cvVoronoiDiagramFromImage()
/external/opencv/cv/src/
Dcvfloodfill.cpp95 icvFloodFill_8u_CnIR( uchar* pImage, int step, CvSize roi, CvPoint seed, in icvFloodFill_8u_CnIR()
227 icvFloodFill_32f_CnIR( int* pImage, int step, CvSize roi, CvPoint seed, in icvFloodFill_32f_CnIR()
373 icvFloodFill_Grad_8u_CnIR( uchar* pImage, int step, uchar* pMask, int maskStep, in icvFloodFill_Grad_8u_CnIR()
679 icvFloodFill_Grad_32f_CnIR( float* pImage, int step, uchar* pMask, int maskStep, in icvFloodFill_Grad_32f_CnIR()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_loadimage.cpp1436 …siveImageLoaderHandle::Start(CPDF_ImageLoader* pImageLoader, const CPDF_ImageObject* pImage, CPDF_… in Start()
1485 FX_BOOL CPDF_ImageLoader::Load(const CPDF_ImageObject* pImage, CPDF_PageRenderCache* pCache, FX_BOO… in Load()
1499 FX_BOOL CPDF_ImageLoader::StartLoadImage(const CPDF_ImageObject* pImage, CPDF_PageRenderCache* pCac… in StartLoadImage()
Dfpdf_render_text.cpp327 CPDF_ImageObject* pImage = (CPDF_ImageObject*)pPageObj; in LoadBitmap() local
/external/pdfium/core/src/fxge/apple/
Dfx_quartz_device.cpp610 CGImageRef pImage = CGImageCreate(pBitmap1->GetWidth(), in SetDIBits() local
735 CGImageRef pImage = CGImageCreate(pBitmap1->GetWidth(), in StretchDIBits() local
/external/pdfium/core/src/reflow/
Dautoreflow.cpp343 CPDF_ImageObject* pImage = (CPDF_ImageObject*)pCurObj; in GenerateParagraph() local
Dlayoutprocessor_reflow.cpp1081 CPDF_Image *pImage = pImageObj->m_pImage; in CreateRFData() local
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp1536 void CPDFSDK_Widget::AddImageToAppearance(const CFX_ByteString& sAPType, CPDF_Stream* pImage) in AddImageToAppearance()