/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_exa.c | 444 XORG_FALLBACK("pSrc %s", !src_priv ? "!priv" : "!priv->tex"); 460 XORG_FALLBACK("pSrc format %s", util_format_name(src_priv->tex->format)); 550 picture_check_formats(struct exa_pixmap_priv *pSrc, PicturePtr pSrcPicture) 552 if (pSrc->picture_format == pSrcPicture->format) 555 if (pSrc->picture_format != PICT_a8r8g8b8) 558 /* pSrc->picture_format == PICT_a8r8g8b8 */ 611 PixmapPtr pSrc, PixmapPtr pMask, PixmapPtr pDst) 645 if (pSrc) { 646 priv = exaGetPixmapDriverPrivate(pSrc); 648 XORG_FALLBACK("pSrc %s", !priv ? "!priv" : "!priv->tex") [all...] |
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
fpdf_page.cpp | 33 void CPDF_PageObject::Copy(const CPDF_PageObject* pSrc) { 34 if (m_Type != pSrc->m_Type) { 37 CopyData(pSrc); 38 CopyStates(*pSrc); 39 m_Left = pSrc->m_Left; 40 m_Right = pSrc->m_Right; 41 m_Top = pSrc->m_Top; 42 m_Bottom = pSrc->m_Bottom; 187 void CPDF_TextObject::CopyData(const CPDF_PageObject* pSrc) { 188 const CPDF_TextObject* pSrcObj = (const CPDF_TextObject*)pSrc; [all...] |
/external/libvncserver/common/ |
zywrletemplate.c | 101 #define ZYWRLE_LOAD_PIXEL15(pSrc,R,G,B) { \ 102 R = (((unsigned char*)pSrc)[S_1]<< 1)& 0xF8; \ 103 G = ((((unsigned char*)pSrc)[S_1]<< 6)|(((unsigned char*)pSrc)[S_0]>> 2))& 0xF8; \ 104 B = (((unsigned char*)pSrc)[S_0]<< 3)& 0xF8; \ 115 #define ZYWRLE_LOAD_PIXEL16(pSrc,R,G,B) { \ 116 R = ((unsigned char*)pSrc)[S_1] & 0xF8; \ 117 G = ((((unsigned char*)pSrc)[S_1]<< 5)|(((unsigned char*)pSrc)[S_0]>> 3))& 0xFC; \ 118 B = (((unsigned char*)pSrc)[S_0]<< 3)& 0xF8; [all...] |
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
fpdf_parser_utility.cpp | 284 const FX_CHAR* pSrc = bstr.GetCStr(); 285 if (!FXSYS_memchr(pSrc, '#', size)) { 292 if (pSrc[i] == '#' && i < size - 2) { 294 FXSYS_toHexDigit(pSrc[i + 1]) * 16 + FXSYS_toHexDigit(pSrc[i + 2]); 297 *pDest++ = pSrc[i];
|
/external/pdfium/core/src/fxge/dib/ |
fx_dib_main.cpp | 116 FX_BOOL CFX_DIBitmap::Copy(const CFX_DIBSource* pSrc) { 120 if (!Create(pSrc->GetWidth(), pSrc->GetHeight(), pSrc->GetFormat())) { 123 CopyPalette(pSrc->GetPalette()); 124 CopyAlphaMask(pSrc->m_pAlphaMask); 125 for (int row = 0; row < pSrc->GetHeight(); row++) { 126 FXSYS_memcpy(m_pBuffer + row * m_Pitch, pSrc->GetScanline(row), m_Pitch); 542 void CFX_DIBSource::CopyPalette(const FX_DWORD* pSrc, FX_DWORD size) { 543 if (!pSrc || GetBPP() > 8) [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/ |
armVC.h | 849 * [in] pSrc Pointer to top-left corner of block used to interpolate [all...] |
omxVC.h | 211 * pSrc - pointer to the reference block in the source frame; must be 227 * - one or more of the following pointers is NULL: pSrc, pDst 229 * boundary: pSrc, pDst 234 const OMX_U8 *pSrc, 249 * pSrc - pointer to the reference macroblock in the source frame; must be 265 * - one or more of the following pointers is NULL: pSrc, pDst 267 * boundary: pSrc, pDst 272 const OMX_U8 *pSrc, 287 * pSrc - pointer to the source plane; must be aligned on an 8-byte 304 * pointers is NULL: pSrc, pSrcRef, pDst and pDstSAD. [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/ |
armVC.h | 849 * [in] pSrc Pointer to top-left corner of block used to interpolate [all...] |
omxVC.h | 211 * pSrc - pointer to the reference block in the source frame; must be 227 * - one or more of the following pointers is NULL: pSrc, pDst 229 * boundary: pSrc, pDst 234 const OMX_U8 *pSrc, 249 * pSrc - pointer to the reference macroblock in the source frame; must be 265 * - one or more of the following pointers is NULL: pSrc, pDst 267 * boundary: pSrc, pDst 272 const OMX_U8 *pSrc, 287 * pSrc - pointer to the source plane; must be aligned on an 8-byte 304 * pointers is NULL: pSrc, pSrcRef, pDst and pDstSAD. [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/ |
armVC.h | 849 * [in] pSrc Pointer to top-left corner of block used to interpolate [all...] |
omxVC.h | 211 * pSrc - pointer to the reference block in the source frame; must be 227 * - one or more of the following pointers is NULL: pSrc, pDst 229 * boundary: pSrc, pDst 234 const OMX_U8 *pSrc, 249 * pSrc - pointer to the reference macroblock in the source frame; must be 265 * - one or more of the following pointers is NULL: pSrc, pDst 267 * boundary: pSrc, pDst 272 const OMX_U8 *pSrc, 287 * pSrc - pointer to the source plane; must be aligned on an 8-byte 304 * pointers is NULL: pSrc, pSrcRef, pDst and pDstSAD. [all...] |
/external/pdfium/core/src/fxge/win32/ |
fx_win32_print.cpp | 138 static CFX_DIBitmap* Transform1bppBitmap(const CFX_DIBSource* pSrc, 140 ASSERT(pSrc->GetFormat() == FXDIB_1bppRgb || 141 pSrc->GetFormat() == FXDIB_1bppMask || 142 pSrc->GetFormat() == FXDIB_1bppCmyk); 143 CFX_DIBExtractor src_bitmap(pSrc); 173 if (!pTempBitmap->Create(result_width, result_height, pSrc->GetFormat())) { 180 pTempBitmap->CopyPalette(pSrc->GetPalette()); 183 FXSYS_memset(dest_buf, pSrc->IsAlphaMask() ? 0 : 0xff,
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
armVCM4P10_TransformResidual4x4_s.s | 67 pSrc RN 1 124 VLD4 {dIn0,dIn1,dIn2,dIn3},[pSrc]
|
/external/pdfium/xfa/src/fdp/src/fde/ |
fde_geobject.h | 27 virtual void AddPath(const IFDE_Path* pSrc, FX_BOOL bConnect);
|
/external/pdfium/xfa/src/fgas/include/ |
fx_sys.h | 51 void FX_memcpy(void* pDst, const void* pSrc, size_t size);
|
fx_cpg.h | 139 void FX_SwapByteOrderCopy(const FX_WCHAR* pSrc,
151 const FX_CHAR* pSrc,
156 int32_t FX_UTF8Decode(const FX_CHAR* pSrc,
|
/hardware/bsp/intel/peripheral/libupm/src/wt5001/ |
wt5001.h | 183 * @param psrc Play source (SD, UDISK, SPI) 187 bool play(WT5001_PLAYSOURCE_T psrc, uint16_t index); 306 * @param psrc Storage source 310 bool getNumFiles(WT5001_PLAYSOURCE_T psrc, uint16_t *numf);
|
/frameworks/base/libs/hwui/ |
Texture.cpp | 151 uint8_t * pSrc = (uint8_t *)data; 153 memcpy(pDst, pSrc, width * bpp); 155 pSrc += stride * bpp;
|
/prebuilts/go/darwin-x86/src/internal/format/ |
format.go | 38 // in psrc match the ones in src. 39 psrc := append([]byte("package p;"), src...) 40 file, err = parser.ParseFile(fset, filename, psrc, parserMode)
|
/prebuilts/go/linux-x86/src/internal/format/ |
format.go | 38 // in psrc match the ones in src. 39 psrc := append([]byte("package p;"), src...) 40 file, err = parser.ParseFile(fset, filename, psrc, parserMode)
|
/external/pdfium/core/src/fxcodec/jbig2/ |
JBig2_Image.cpp | 134 CJBig2_Image* pSrc, 139 return pSrc->composeTo(this, x, y, op); 143 CJBig2_Image* pSrc, 149 return pSrc->composeTo(this, x, y, op, pSrcRect); 160 uint8_t *pSrc, *pSrcEnd, *pDst, *pDstEnd; 178 pSrc = pLineSrc + m; 182 for (; pDst < pDstEnd; pSrc += 4, pDst += 4) { 183 *((FX_DWORD*)pDst) = *((FX_DWORD*)pSrc); 190 pSrc = pLineSrc + m; 194 for (; pDst < pDstEnd; pSrc += 4, pDst += 4) [all...] |
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/ |
NPP_staging.hpp | 161 * \param pSrc [IN] Source image pointer (CUDA device memory) 177 NCVStatus nppiStFilterRowBorder_32f_C1R(const Ncv32f *pSrc, 195 * \param pSrc [IN] Source image pointer (CUDA device memory) 211 NCVStatus nppiStFilterColumnBorder_32f_C1R(const Ncv32f *pSrc, 248 * \param pSrc [IN] Source image pointer (CUDA device memory) 260 NCVStatus nppiStVectorWarp_PSF1x1_32f_C1(const Ncv32f *pSrc, 279 * \param pSrc [IN] Source image pointer (CUDA device memory) 292 NCVStatus nppiStVectorWarp_PSF2x2_32f_C1(const Ncv32f *pSrc, 307 * \param pSrc [IN] Source image pointer (CUDA device memory) 322 NCVStatus nppiStResize_32f_C1R(const Ncv32f *pSrc, [all...] |
/external/libvpx/libvpx/vpx_dsp/arm/ |
loopfilter_4_neon.c | 121 uint8_t *s, *psrc; local 132 psrc = src - (pitch << 2); 134 s = psrc + i * 8;
|
/frameworks/base/core/jni/android/opengl/ |
util.cpp | 128 const float* pSrc = pPositions + 3 * minIndex; 130 for (int i = 0; i < transformedIndexCount; i++, pSrc += 3, pDst += 4) { 131 mx4transform(pSrc[0], pSrc[1], pSrc[2], 1.0f, pWS, pDst); 349 const float* pSrc = positions.mData; 352 float x0 = *pSrc++; 354 float y0 = *pSrc++; 356 float z0 = *pSrc++; 361 float x = *pSrc++ [all...] |
/external/libedit/src/ |
vis.c | 353 wchar_t *dst, *src, *pdst, *psrc, *start, *extra; local 379 psrc = pdst = extra = NULL; 382 if ((psrc = calloc(mblength + 1, sizeof(*psrc))) == NULL) 387 src = psrc; 429 len = src - psrc; 430 src = psrc; 524 free(psrc); 530 free(psrc);
|