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

1 2 3

  /external/pdfium/core/fpdfdoc/
cpdf_link.cpp 17 CPDF_Object* pDest = m_pDict->GetDirectObjectFor("Dest");
18 if (!pDest)
21 if (pDest->IsString() || pDest->IsName()) {
23 return CPDF_Dest(name_tree.LookupNamedDest(pDoc, pDest->GetString()));
25 if (CPDF_Array* pArray = pDest->AsArray())
cpdf_bookmark.cpp 59 CPDF_Object* pDest = m_pDict->GetDirectObjectFor("Dest");
60 if (!pDest)
62 if (pDest->IsString() || pDest->IsName()) {
64 return CPDF_Dest(name_tree.LookupNamedDest(pDocument, pDest->GetString()));
66 if (CPDF_Array* pArray = pDest->AsArray())
cpdf_action.cpp 32 CPDF_Object* pDest = m_pDict->GetDirectObjectFor("D");
33 if (!pDest)
35 if (pDest->IsString() || pDest->IsName()) {
37 return CPDF_Dest(name_tree.LookupNamedDest(pDoc, pDest->GetString()));
39 if (CPDF_Array* pArray = pDest->AsArray())
  /external/pdfium/core/fpdfapi/render/
cpdf_transferfunc.cpp 22 CPDF_DIBTransferFunc* pDest = new CPDF_DIBTransferFunc(this);
23 pDest->LoadSrc(pSrc, bAutoDropSrc);
24 return pDest;
  /external/icu/icu4c/source/common/
ustrtrns.cpp 50 UChar *pDest;
70 pDest = dest;
80 if(pDest < destLimit) {
81 *pDest++ = (UChar)ch;
101 if(pDest < destLimit) {
102 *pDest++ = (UChar)ch;
108 if(pDest!=NULL && ((pDest + 2) <= destLimit)) {
109 *pDest++ = U16_LEAD(ch);
110 *pDest++ = U16_TRAIL(ch)
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Buffers.c 64 LVM_FLOAT *pDest;
72 pDest = pBuffer->pScratch;
138 pDest, /* Destination */
142 pDest += NumChannels * pBuffer->InDelaySamples; /* Update the destination pointer */
152 pDest, /* Destination */
209 LVM_INT16 *pDest;
217 pDest = pBuffer->pScratch;
282 pDest, /* Destination */
285 pDest += NumChannels * pBuffer->InDelaySamples; /* Update the destination pointer */
295 pDest, /* Destination *
    [all...]
  /frameworks/av/media/libstagefright/codecs/common/
cmnMemory.c 58 VO_U32 cmnMemCopy (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize)
62 memcpy (pDest, pSource, uSize);
82 VO_U32 cmnMemMove (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize)
86 memmove (pDest, pSource, uSize);
  /frameworks/av/media/libstagefright/codecs/common/include/
cmnMemory.h 63 * \param pDest [in/out] address of destination memory
68 VO_U32 cmnMemCopy (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize);
92 * \param pDest [in/out] address of destination memory
97 VO_U32 cmnMemMove (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize);
voMem.h 46 VO_U32 (VO_API * Copy) (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize);
49 VO_U32 (VO_API * Move) (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_IDCT8x8blk_s.s 71 ;// pDest RN 2 ;// destination data buffer
76 pDest RN 2
79 MOV pDest, pDst
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_IDCT8x8blk_s.s 71 ;// pDest RN 2 ;// destination data buffer
76 pDest RN 2
79 MOV pDest, pDst
  /external/pdfium/core/fxcodec/codec/
ccodec_iccmodule.h 27 uint8_t* pDest,
fx_codec_icc.cpp 205 unsigned char* pDest,
208 cmsDoTransform(((CLcmsCmm*)pTransform)->m_hTransform, (void*)pSrc, pDest,
234 uint8_t* pDest,
237 IccLib_TranslateImage(pTransform, pDest, pSrc, pixels);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_tile.c 596 uint *pDest = z;
609 memcpy(pDest, ptrc, 4 * w);
610 pDest += dstStride;
623 pDest[j] = (ptrc[j] << 8) | ((ptrc[j] >> 16) & 0xff);
625 pDest += dstStride;
638 pDest[j] = (ptrc[j] & 0xffffff00) | ((ptrc[j] >> 24) & 0xff);
640 pDest += dstStride;
652 pDest[j] = (ptrc[j] << 16) | ptrc[j];
654 pDest += dstStride;
666 pDest[j] = 0
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_IDCT_s.h 126 pDest RN 2 ;// destination data buffer
143 ;// pDest = r2 = Pointer to output data
224 M_STR pDest, ppDest
228 M_ADR pDest, pBlk
309 STMIA pDest, {xi4, xi5, xi6, xi7}
389 LDRD xi0, [pDest, #8] ;// j2,j6 scaled
407 LDRD xi0, [pDest] ;// j0, j4 scaled
441 STMIA pDest!, {ra01, ra23, ra45, ra67}
443 STMIA pDest!, {rb01, rb23, rb45, rb67}
446 SUB pSrc, pDest, #(64*2
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_IDCT_s.h 126 pDest RN 2 ;// destination data buffer
143 ;// pDest = r2 = Pointer to output data
224 M_STR pDest, ppDest
228 M_ADR pDest, pBlk
309 STMIA pDest, {xi4, xi5, xi6, xi7}
394 LDRD xi0, [pDest, #8] ;// j2,j6 scaled
413 LDRD xi0, [pDest] ;// j0, j4 scaled
447 STMIA pDest!, {ra01, ra23, ra45, ra67}
449 STMIA pDest!, {rb01, rb23, rb45, rb67}
452 SUB pSrc, pDest, #(64*2
    [all...]
  /external/protobuf/php/ext/google/protobuf/
protobuf.c 17 zval* pDest = NULL;
20 &value, sizeof(zval*), &pDest);
  /external/pdfium/core/fpdfapi/parser/
fpdf_parser_utility.cpp 97 FX_CHAR* pDest = pDestStart;
100 *pDest++ =
104 *pDest++ = bstr[i];
107 result.ReleaseBuffer((FX_STRSIZE)(pDest - pDestStart));
  /frameworks/compile/mclinker/include/mcld/Fragment/
FragmentRef.h 57 /// @pDest - the destination address
61 void memcpy(void* pDest, size_t pNBytes, Offset pOffset = 0) const;
  /system/bt/embdrv/sbc/decoder/include/
oi_string.h 108 * Copies the Null terminated string from pStr to pDest, and
109 * returns pDest.
112 OI_CHAR* OI_Strcpy(OI_CHAR* pDest, OI_CHAR const* pStr);
117 * Concatonates the pStr string to the end of pDest, and
118 * returns pDest.
121 OI_CHAR* OI_Strcat(OI_CHAR* pDest, OI_CHAR const* pStr);
  /frameworks/compile/mclinker/lib/Fragment/
FragmentRef.cpp 118 void FragmentRef::memcpy(void* pDest, size_t pNBytes, Offset pOffset) const {
132 pDest, region_frag->getRegion().begin() + total_offset, pNBytes);
140 std::memcpy(pDest, stub_frag->getContent() + total_offset, pNBytes);
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LongBranchStub.cpp 95 static bool isValidForADRP(uint64_t pSource, uint64_t pDest) {
96 int64_t imm = static_cast<int64_t>((helper_get_page_address(pDest) -
  /external/lzma/CPP/Windows/
PropVariant.cpp 286 HRESULT CPropVariant::Detach(PROPVARIANT *pDest) throw()
288 if (pDest->vt != VT_EMPTY)
290 HRESULT hr = PropVariant_Clear(pDest);
294 memcpy(pDest, this, sizeof(PROPVARIANT));
  /external/pdfium/core/fpdfapi/page/
cpdf_image.cpp 288 uint8_t* pDest = dest_buf;
291 FXSYS_memcpy(pDest, src_buf, dest_pitch);
292 pDest += dest_pitch;
302 pDest[dest_offset] = (uint8_t)(src_buf[src_offset + 2] * alpha);
303 pDest[dest_offset + 1] = (uint8_t)(src_buf[src_offset + 1] * alpha);
304 pDest[dest_offset + 2] = (uint8_t)(src_buf[src_offset] * alpha);
309 pDest += dest_pitch;
  /external/icu/icu4c/source/test/perf/normperf/
normperf.h 109 UChar* pDest;
124 retVal = (*fn)(lines[i].name,lines[i].len,pDest,destLen, options, status);
128 retVal = (*fn)(lines[i].name,-1,pDest,destLen, options, status);
133 retVal = (*fn)(src,srcLen,pDest,destLen, options, status);
135 retVal = (*fn)(src,-1,pDest,destLen, options, status);
156 pDest = dest;
167 pDest = (UChar*) malloc(destLen * U_SIZEOF_UCHAR);
173 if(dest != pDest){
174 free(pDest);

Completed in 772 milliseconds

1 2 3