Home
last modified time | relevance | path

Searched defs:pImage (Results 1 – 20 of 20) 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 = new CPDF_Image(m_pDocument); in Clone() local
Dfpdf_page_doc.cpp549 CPDF_Image* pImage = new CPDF_Image(m_pPDFDoc); in GetImage() local
Dfpdf_page_parser.cpp751 CPDF_ImageObject* CPDF_StreamContentParser::AddImage(CPDF_Stream* pStream, CPDF_Image* pImage, FX_B… in AddImage()
/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_GeneralDecoder.cpp69 CJBig2_Image* pImage; in decode_Arith() local
1303 CJBig2_Image *pImage; in decode_MMR() local
1321 CJBig2_Image* pImage; in decode() local
3387 FXCODEC_STATUS CJBig2_GRDProc::Start_decode_Arith(CJBig2_Image** pImage, CJBig2_ArithDecoder *pArit… in Start_decode_Arith()
3418 CJBig2_Image* pImage = *m_pImage; in decode_Arith() local
3456 FXCODEC_STATUS CJBig2_GRDProc::Start_decode_Arith_V2(CJBig2_Image** pImage, CJBig2_ArithDecoder *pA… in Start_decode_Arith_V2()
3629 FXCODEC_STATUS CJBig2_GRDProc::Start_decode_Arith_V1(CJBig2_Image** pImage, CJBig2_ArithDecoder *pA… in Start_decode_Arith_V1()
3764 FXCODEC_STATUS CJBig2_GRDProc::Start_decode_MMR(CJBig2_Image** pImage, CJBig2_BitStream *pStream, I… in Start_decode_MMR()
3806 FXCODEC_STATUS CJBig2_GRDProc::decode_Arith_Template0_opt3(CJBig2_Image *pImage, CJBig2_ArithDecode… in decode_Arith_Template0_opt3()
3898 FXCODEC_STATUS CJBig2_GRDProc::decode_Arith_Template0_unopt(CJBig2_Image * pImage, CJBig2_ArithDeco… in decode_Arith_Template0_unopt()
[all …]
DJBig2_Image.cpp700 CJBig2_Image *pImage; in subImage_unopt() local
713 CJBig2_Image *pImage; in subImage() local
DJBig2_Context.cpp20 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.cpp1431 …siveImageLoaderHandle::Start(CPDF_ImageLoader* pImageLoader, const CPDF_ImageObject* pImage, CPDF_… in Start()
1480 FX_BOOL CPDF_ImageLoader::Load(const CPDF_ImageObject* pImage, CPDF_PageRenderCache* pCache, FX_BOO… in Load()
1494 FX_BOOL CPDF_ImageLoader::StartLoadImage(const CPDF_ImageObject* pImage, CPDF_PageRenderCache* pCac… in StartLoadImage()
Dfpdf_render_text.cpp315 CPDF_ImageObject* pImage = (CPDF_ImageObject*)pPageObj; in LoadBitmap() local
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/meshes/
DMeshHelper.java166 Pointer pImage = null; in toMesh() local
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
DTextureHelper.java167 Pointer pImage = (Pointer) tex.getFieldValue("ima"); in getTexture() 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.cpp342 CPDF_ImageObject* pImage = (CPDF_ImageObject*)pCurObj; in GenerateParagraph() local
Dlayoutprocessor_reflow.cpp1072 CPDF_Image *pImage = pImageObj->m_pImage; in CreateRFData() local
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp1537 void CPDFSDK_Widget::AddImageToAppearance(const CFX_ByteString& sAPType, CPDF_Stream* pImage) in AddImageToAppearance()