HomeSort by relevance Sort by last modified time
    Searched refs:pImage (Results 1 - 25 of 65) sorted by null

1 2 3

  /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/core/fpdfapi/render/
cpdf_imageloader.cpp 34 bool CPDF_ImageLoader::Start(const CPDF_ImageObject* pImage,
45 m_pImage = const_cast<CPDF_ImageObject*>(pImage);
78 CPDF_Image* pImage = m_pImage->GetImage();
80 m_pBitmap = pImage->DetachBitmap();
81 m_pMask = pImage->DetachMask();
82 m_MatteColor = pImage->m_MatteColor;
cpdf_imageloader.h 24 bool Start(const CPDF_ImageObject* pImage,
  /external/pdfium/core/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 539 CJBig2_Image** pImage,
549 if (!*pImage)
550 *pImage = new CJBig2_Image(GBW, GBH);
551 if (!(*pImage)->m_pData) {
552 delete *pImage;
553 *pImage = nullptr;
558 m_pImage = pImage;
570 CJBig2_Image* pImage = *m_pImage;
573 m_ProssiveStatus = decode_Arith_Template0_opt3(pImage, m_pArithDecoder,
576 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[i].reset(pImage);
56 pImage->composeFrom(0, 0, GSPLANES[i + 1].get(), JBIG2_COMPOSE_XOR);
JBig2_Image.cpp 183 CJBig2_Image* pImage = new CJBig2_Image(w, h);
185 pImage->fill(0);
186 return pImage;
188 if (!pImage->m_pData) {
189 return pImage;
192 pLineDst = pImage->m_pData;
200 pDstEnd = pLineDst + pImage->m_nStride;
205 pLineDst += pImage->m_nStride;
212 pDstEnd = pLineDst + pImage->m_nStride;
226 pLineDst += pImage->m_nStride
    [all...]
  /external/mesa3d/include/vulkan/
vulkan_intel.h 45 typedef VkResult (VKAPI_PTR *PFN_vkCreateDmaBufImageINTEL)(VkDevice device, const VkDmaBufImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMem, VkImage* pImage);
54 VkImage* pImage);
  /external/pdfium/core/fpdfapi/page/
cpdf_imageobject.h 31 void SetOwnedImage(std::unique_ptr<CPDF_Image> pImage);
32 void SetUnownedImage(CPDF_Image* pImage);
cpdf_imageobject.cpp 51 void CPDF_ImageObject::SetOwnedImage(std::unique_ptr<CPDF_Image> pImage) {
53 m_pImage = pImage.release();
57 void CPDF_ImageObject::SetUnownedImage(CPDF_Image* pImage) {
59 m_pImage = pImage;
cpdf_streamcontentparser.h 102 CPDF_ImageObject* AddImage(CPDF_Image* pImage);
  /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;
cvlee.cpp     [all...]
  /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/mesa3d/src/intel/vulkan/
anv_intel.c 37 VkImage* pImage)
91 *pImage = anv_image_to_handle(image);
anv_image.c 261 VkImage *pImage)
301 *pImage = anv_image_to_handle(image);
316 VkImage *pImage)
323 pImage);
  /external/pdfium/core/fpdfapi/edit/
cpdf_pagecontentgenerator.cpp 117 CPDF_Image* pImage = pImageObj->GetImage();
118 if (pImage->IsInline())
121 CPDF_Stream* pStream = pImage->GetStream();
127 pImage->ConvertStreamToIndirectObject();
  /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/pdfium/fpdfsdk/
cpdfsdk_widget.h 160 void AddImageToAppearance(const CFX_ByteString& sAPType, CPDF_Stream* pImage);
  /external/mesa3d/src/amd/vulkan/
radv_image.c 678 VkImage *pImage)
747 *pImage = radv_image_to_handle(image);
924 VkImage *pImage)
932 pImage);
    [all...]
  /external/pdfium/xfa/fxfa/
xfa_ffwidget.h 164 CXFA_Image* pImage,
  /external/pdfium/xfa/fxfa/app/
xfa_ffwidget.cpp 1040 CXFA_Image* pImage,
1045 pImage->GetHref(wsHref);
1047 pImage->GetContent(wsImage);
1052 pImage->GetContentType(wsContentType);
1059 (XFA_ATTRIBUTEENUM)pImage->GetTransferEncoding();
    [all...]

Completed in 2051 milliseconds

1 2 3