HomeSort by relevance Sort by last modified time
    Searched full:pimage (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_GrdProc.h 27 FXCODEC_STATUS Start_decode_Arith(CJBig2_Image** pImage,
31 FXCODEC_STATUS Start_decode_MMR(CJBig2_Image** pImage,
52 FXCODEC_STATUS decode_Arith_Template0_opt3(CJBig2_Image* pImage,
57 CJBig2_Image* pImage,
61 FXCODEC_STATUS decode_Arith_Template1_opt3(CJBig2_Image* pImage,
66 CJBig2_Image* pImage,
70 FXCODEC_STATUS decode_Arith_Template2_opt3(CJBig2_Image* pImage,
75 CJBig2_Image* pImage,
79 FXCODEC_STATUS decode_Arith_Template3_opt3(CJBig2_Image* pImage,
84 CJBig2_Image* pImage,
    [all...]
JBig2_GrdProc.cpp 586 CJBig2_Image** pImage,
596 if (!*pImage)
597 *pImage = new CJBig2_Image(GBW, GBH);
598 if (!(*pImage)->m_pData) {
599 delete *pImage;
600 *pImage = nullptr;
605 m_pImage = pImage;
617 CJBig2_Image* pImage = *m_pImage;
620 m_ProssiveStatus = decode_Arith_Template0_opt3(pImage, m_pArithDecoder,
623 m_ProssiveStatus = decode_Arith_Template0_unopt(pImage, m_pArithDecoder
    [all...]
JBig2_GsidProc.cpp 45 CJBig2_Image* pImage = nullptr;
47 pGRD->Start_decode_Arith(&pImage, pArithDecoder, gbContext, nullptr);
51 if (!pImage)
54 GSPLANES.set(i, pImage);
57 pImage->composeFrom(0, 0, GSPLANES.get(i + 1), JBIG2_COMPOSE_XOR);
JBig2_Image.cpp 164 CJBig2_Image* pImage = new CJBig2_Image(w, h);
166 pImage->fill(0);
167 return pImage;
169 if (!pImage->m_pData) {
170 return pImage;
173 pLineDst = pImage->m_pData;
181 pDstEnd = pLineDst + pImage->m_nStride;
186 pLineDst += pImage->m_nStride;
193 pDstEnd = pLineDst + pImage->m_nStride;
207 pLineDst += pImage->m_nStride
    [all...]
  /external/opencv/cvaux/src/
_cvvectrack.h 149 IplImage* pImage;
152 pImage = *ppImage;
153 if( pImage != NULL )
155 if (pImage->width != sz.width || pImage->height != sz.height || pImage->nChannels != lChNum)
156 cvReleaseImage( &pImage );
158 if( pImage == NULL )
159 pImage = cvCreateImage( sz, IPL_DEPTH_8U, lChNum);
160 *ppImage = pImage;
    [all...]
_cvfacedetection.h 357 IplImage* pImage;
360 pImage = *ppImage;
361 if( pImage != NULL )
363 if (pImage->width != sz.width || pImage->height != sz.height || pImage->nChannels != lChNum)
364 cvReleaseImage( &pImage );
366 if( pImage == NULL )
367 pImage = cvCreateImage( sz, IPL_DEPTH_8U, lChNum);
368 *ppImage = pImage;
    [all...]
cvsegment.cpp 84 icvSegmFloodFill_Stage1( uchar* pImage, int step,
91 uchar* img = pImage + step * seed.y;
103 img = pImage + seed.y*step;
145 img = pImage + (YC + flag) * step;
170 img = pImage + YC * step;
206 icvSegmFloodFill_Stage2( uchar* pImage, int step,
211 uchar* img = pImage + step * rect.y + rect.x * 3;
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_image.cpp 53 CPDF_Image* pImage = new CPDF_Image(m_pDocument);
54 pImage->LoadImageF(ToStream(m_pStream->CPDF_Object::Clone()), m_bInline);
56 pImage->SetInlineDict(ToDictionary(m_pInlineDict->Clone(TRUE)));
58 return pImage;
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Signature.h 21 void SetImage(CFX_DIBSource* pImage);
42 void SetImage(CFX_DIBSource* pImage);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Signature.cpp 17 void CPWL_Signature_Image::SetImage(CFX_DIBSource* pImage) {
18 m_pImage = pImage;
95 void CPWL_Signature::SetImage(CFX_DIBSource* pImage) {
96 m_pImage->SetImage(pImage);
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_delta_panel.h 23 void deltaPanelRendering(uint8_t *pImage, int width, int height);
hwc_delta_panel.cpp 53 * pImage - Point to head of display image
57 void deltaPanelRendering(uint8_t *pImage, int width, int height)
69 pData = pImage + byteWidth;
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffdoc.cpp 299 FX_IMAGEDIB_AND_DPI* pImage = NULL;
300 m_mapNamedImages.GetNextAssoc(ps, pName, (void*&)pImage);
301 if (pImage) {
302 delete pImage->pDibSource;
303 pImage->pDibSource = NULL;
304 FX_Free(pImage);
305 pImage = NULL;
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssdeclaration.cpp 762 IFDE_CSSPrimitiveValue *pType = NULL, *pImage = NULL, *pPosition = NULL;
767 if (pImage == NULL) {
768 pImage = FDE_NewWith(pStaticStore) CFDE_CSSPrimitiveValue(
780 if (pImage == NULL) {
781 pImage = NewEnumValue(pStaticStore, pValue->eName);
783 pImage = NewEnumValue(pStaticStore, pValue->eName);
    [all...]
  /external/opencv3/3rdparty/libtiff/
tif_jbig.c 55 unsigned char* pImage = NULL;
100 pImage = jbg_dec_getimage(&decoder, 0);
101 _TIFFmemcpy(buffer, pImage, jbg_dec_getsize(&decoder));
  /external/pdfium/xfa/src/fdp/src/fde/
fde_gedevice.cpp 454 IFDE_Image* pImage = (IFDE_Image*)pTextureBrush->GetImage();
455 if (pImage == NULL) {
459 size.Set(pImage->GetImageWidth(), pImage->GetImageHeight());
462 if (!pImage->StartLoadImage(&bmp, 0, 0, size.x, size.y, 0, 0, size.x,
466 if (pImage->DoLoadImage() < 100) {
469 pImage->StopLoadImage();
fde_object.h 168 virtual void SetImage(IFDE_Image* pImage, FX_BOOL bAutoRelease) {
169 m_pImage = pImage;
  /external/opencv/cv/src/
cvfloodfill.cpp 95 icvFloodFill_8u_CnIR( uchar* pImage, int step, CvSize roi, CvPoint seed,
99 uchar* img = pImage + step * seed.y;
167 img = pImage + (YC + dir) * step;
227 icvFloodFill_32f_CnIR( int* pImage, int step, CvSize roi, CvPoint seed,
231 int* img = pImage + (step /= sizeof(pImage[0])) * seed.y;
299 img = pImage + (YC + dir) * step;
373 icvFloodFill_Grad_8u_CnIR( uchar* pImage, int step, uchar* pMask, int maskStep,
378 uchar* img = pImage + step*seed.y;
481 img = pImage + (YC + dir) * step
    [all...]
  /external/vulkan-validation-layers/layers/
unique_objects.h 312 VkImage *pImage = (VkImage *)&(pBindInfo[index0].pImageOpaqueBinds[index1].image);
314 *(pImage) = (VkImage)((VkUniqueObject *)pBindInfo[index0].pImageOpaqueBinds[index1].image)->actualObject;
334 VkImage *pImage = (VkImage *)&(pBindInfo[index0].pImageBinds[index1].image);
336 *(pImage) = (VkImage)((VkUniqueObject *)pBindInfo[index0].pImageBinds[index1].image)->actualObject;
397 VkImage *pImage = (VkImage *)&(pBindInfo[index0].pImageOpaqueBinds[index1].image);
398 *(pImage) = original_image1[index1];
414 VkImage *pImage = (VkImage *)&(pBindInfo[index0].pImageBinds[index1].image);
415 *(pImage) = original_image2[index1];
image.cpp 268 vkCreateImage(VkDevice device, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImage *pImage) {
302 (uint64_t)pImage, __LINE__, IMAGE_INVALID_FORMAT_LIMITS_VIOLATION, "Image",
318 (uint64_t)pImage, __LINE__, IMAGE_INVALID_FORMAT_LIMITS_VIOLATION, "Image",
326 (uint64_t)pImage, __LINE__, IMAGE_INVALID_FORMAT_LIMITS_VIOLATION, "Image",
333 (uint64_t)pImage, __LINE__, IMAGE_INVALID_FORMAT_LIMITS_VIOLATION, "Image",
340 (uint64_t)pImage, __LINE__, IMAGE_INVALID_FORMAT_LIMITS_VIOLATION, "Image",
347 (uint64_t)pImage, __LINE__, IMAGE_INVALID_LAYOUT, "Image",
353 result = device_data->device_dispatch_table->CreateImage(device, pCreateInfo, pAllocator, pImage);
357 device_data->imageMap[*pImage] = IMAGE_STATE(pCreateInfo);
    [all...]
  /external/pdfium/xfa/src/fdp/include/
fde_brs.h 119 virtual void SetImage(IFDE_Image* pImage, FX_BOOL bAutoRelease) = 0;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_intra_prediction.h 69 u8 *pImage, u32 width,
72 u32 h264bsdIntra16x16Prediction(mbStorage_t *pMb, u8 *data, u8 *pImage,
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp 560 CGImageRef pImage = CGImageCreate(
564 CGContextClipToMask(_context, rect_usr, pImage);
569 CGImageRelease(pImage);
678 CGImageRef pImage = CGImageCreate(
682 CGContextClipToMask(_context, rect, pImage);
687 CGImageRelease(pImage);
    [all...]
  /external/opencv3/modules/imgcodecs/src/
loadsave.cpp 433 const Mat* pimage = &image; local
444 pimage = &temp;
449 flip(*pimage, temp, 0);
450 pimage = &temp;
454 bool code = encoder->write( *pimage, params );
  /external/opencv3/modules/imgproc/src/
floodfill.cpp 287 uchar* pImage = image.ptr();
288 _Tp* img = (_Tp*)(pImage + step*seed.y);
355 img = (_Tp*)(pImage + (YC + dir) * step);
356 _Tp* img1 = (_Tp*)(pImage + YC * step);
431 img = (_Tp*)(pImage + YC * step);

Completed in 1712 milliseconds

1 2 3