HomeSort by relevance Sort by last modified time
    Searched refs:pSrc (Results 151 - 175 of 211) sorted by null

1 2 3 4 5 67 8 9

  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_colors.cpp 833 uint8_t* pSrc = temp_src;
838 *pSrc++ = (uint8_t)(color / order * 5);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dimm.h 377 virtual HRESULT WINAPI GetConversionListA(HKL hKL,HIMC hIMC,LPSTR pSrc,UINT uBufLen,UINT uFlag,CANDIDATELIST *pDst,UINT *puCopied) = 0;
378 virtual HRESULT WINAPI GetConversionListW(HKL hKL,HIMC hIMC,LPWSTR pSrc,UINT uBufLen,UINT uFlag,CANDIDATELIST *pDst,UINT *puCopied) = 0;
452 HRESULT (WINAPI *GetConversionListA)(IActiveIMMApp *This,HKL hKL,HIMC hIMC,LPSTR pSrc,UINT uBufLen,UINT uFlag,CANDIDATELIST *pDst,UINT *puCopied);
453 HRESULT (WINAPI *GetConversionListW)(IActiveIMMApp *This,HKL hKL,HIMC hIMC,LPWSTR pSrc,UINT uBufLen,UINT uFlag,CANDIDATELIST *pDst,UINT *puCopied);
    [all...]
dxtmpl.h 45 inline void DXCopyElements(TYPE *pDest,const TYPE *pSrc,int nCount) {
47 _ASSERT((nCount==0 || DXIsValidAddress(pSrc,nCount *sizeof(TYPE),FALSE)));
48 memcpy(pDest,pSrc,nCount *sizeof(TYPE));
mfapi.h 378 HRESULT WINAPI MFConvertFromFP16Array(float *pDest,const WORD *pSrc,DWORD dwCount);
379 HRESULT WINAPI MFConvertToFP16Array(WORD *pDest,const float *pSrc,DWORD dwCount);
380 HRESULT WINAPI MFCopyImage(BYTE *pDest,LONG lDestStride,const BYTE *pSrc,LONG lSrcStride,DWORD dwWidthInBytes,DWORD dwLines);
    [all...]
  /art/dexdump/
dexdump.cc 91 static inline u2 get2LE(unsigned char const* pSrc) {
92 return pSrc[0] | (pSrc[1] << 8);
    [all...]
  /external/opencv3/modules/cudafilters/src/
filtering.cpp 104 typedef NppStatus (*nppFilterBox_t)(const Npp8u* pSrc, Npp32s nSrcStep, Npp8u* pDst, Npp32s nDstStep,
509 typedef NppStatus (*nppMorfFilter_t)(const Npp8u* pSrc, Npp32s nSrcStep, Npp8u* pDst, Npp32s nDstStep, NppiSize oSizeROI,
799 typedef NppStatus (*nppFilterRank_t)(const Npp8u* pSrc, Npp32s nSrcStep, Npp8u* pDst, Npp32s nDstStep, NppiSize oSizeROI,
    [all...]
  /frameworks/base/core/jni/android/graphics/
Bitmap.cpp     [all...]
  /external/opencv3/modules/core/src/
copy.cpp 759 typedef IppStatus (CV_STDCALL * ippiMirror)(const void * pSrc, int srcStep, void * pDst, int dstStep, IppiSize roiSize, IppiAxis flip);
    [all...]
  /external/pdfium/core/include/fxcodec/
fx_codec.h 530 const uint8_t* pSrc,
  /external/pdfium/core/src/fxcodec/codec/
codec_int.h 307 const uint8_t* pSrc,
fx_codec_tiff.cpp 22 const unsigned char* pSrc,
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Featherstone/
btMultiBodyDynamicsWorld.cpp 589 void operator()(const btScalar *pSrc, btScalar *pDst, int start, int size)
592 pDst[i] = pSrc[start + i];
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/opencv/cxcore/src/
_cxipp.h 457 ( const arrtype* pSrc, int srcstep, arrtype* pDst, int dststep, \
461 ( const arrtype* pSrc, int srcstep, arrtype* pDst, int dststep, \
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_hostpseudomodel.cpp 409 const FX_WCHAR* pSrc = wsExpression.GetPtr();
412 wCur = pSrc[nStart++];
  /external/icu/icu4c/source/common/
utext.cpp     [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 616 void Copy(const CPDF_Color* pSrc);
  /external/pdfium/core/include/fxge/
fx_ge.h 150 void Append(const CFX_PathData* pSrc, const CFX_Matrix* pMatrix);
  /external/pdfium/core/src/fpdfapi/fpdf_render/
render_int.h 64 CFX_DIBSource* TranslateImage(const CFX_DIBSource* pSrc,
fpdf_render_image.cpp 144 CFX_DIBSource* CPDF_TransferFunc::TranslateImage(const CFX_DIBSource* pSrc,
147 pDest->LoadSrc(pSrc, bAutoDropSrc);
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
pvr2d.h     [all...]
  /external/sqlite/dist/orig/
shell.c     [all...]
  /external/sqlite/dist/
shell.c     [all...]
  /external/opencv3/modules/imgproc/src/
pyramids.cpp     [all...]
  /frameworks/wilhelm/src/android/
AudioPlayer_to_android.cpp     [all...]

Completed in 764 milliseconds

1 2 3 4 5 67 8 9