Home
last modified time | relevance | path

Searched refs:pImg (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdf_editimg.cpp196 RetainPtr<CPDF_Image> pImg = pImgObj->GetImage(); in FPDFImageObj_GetBitmap() local
197 if (!pImg) in FPDFImageObj_GetBitmap()
200 RetainPtr<CFX_DIBBase> pSource = pImg->LoadDIBBase(); in FPDFImageObj_GetBitmap()
225 RetainPtr<CPDF_Image> pImg = pImgObj->GetImage(); in FPDFImageObj_GetImageDataDecoded() local
226 if (!pImg) in FPDFImageObj_GetImageDataDecoded()
229 CPDF_Stream* pImgStream = pImg->GetStream(); in FPDFImageObj_GetImageDataDecoded()
244 RetainPtr<CPDF_Image> pImg = pImgObj->GetImage(); in FPDFImageObj_GetImageDataRaw() local
245 if (!pImg) in FPDFImageObj_GetImageDataRaw()
248 CPDF_Stream* pImgStream = pImg->GetStream(); in FPDFImageObj_GetImageDataRaw()
261 RetainPtr<CPDF_Image> pImg = pImgObj->GetImage(); in FPDFImageObj_GetImageFilterCount() local
[all …]
/external/tensorflow/tensorflow/lite/micro/examples/person_detection/arduino/
Dimage_provider.cc177 uint16_t* pImg; in DecodeAndProcessImage() local
197 pImg = JpegDec.pImage; in DecodeAndProcessImage()
214 color = *pImg++; in DecodeAndProcessImage()
/external/libpng/contrib/visupng/
DVisualPng.c817 BYTE *pImg;
859 pImg = pStretchedImage;
871 *pImg++ = r;
872 *pImg++ = g;
873 *pImg++ = b;
878 *pImg++ = a;