Searched refs:pDest (Results 1 - 25 of 32) sorted by relevance

12

/external/pdfium/core/fpdfdoc/
H A Dcpdf_link.cpp17 CPDF_Object* pDest = m_pDict->GetDirectObjectFor("Dest"); local
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())
H A Dcpdf_bookmark.cpp59 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())
H A Dcpdf_action.cpp32 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/
H A Dcpdf_transferfunc.cpp22 CPDF_DIBTransferFunc* pDest = new CPDF_DIBTransferFunc(this); local
23 pDest->LoadSrc(pSrc, bAutoDropSrc);
24 return pDest;
/external/icu/icu4c/source/common/
H A Dustrtrns.cpp50 UChar *pDest; local
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
165 UChar32 *pDest; local
[all...]
H A Dutext.cpp1413 UChar *pDest = dest; local
1421 while((index < srcLength)&&(pDest<pDestLimit)){
1424 *pDest++=(UChar)ch;
1428 *(pDest++)=(UChar)ch;
1430 *(pDest++)=U16_LEAD(ch);
1431 if(pDest<pDestLimit){
1432 *(pDest++)=U16_TRAIL(ch);
1451 reqLength+=(int32_t)(pDest - dest);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_tile.c596 uint *pDest = z; local
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[
727 uint *pDest = (uint *) (map + y * pt->stride + x*4); local
737 uint *pDest = (uint *) (map + y * pt->stride + x*4); local
751 uint *pDest = (uint *) (map + y * pt->stride + x*4); local
764 uint *pDest = (uint *) (map + y * pt->stride + x*4); local
778 uint *pDest = (uint *) (map + y * pt->stride + x*4); local
791 ushort *pDest = (ushort *) (map + y * pt->stride + x*2); local
804 float *pDest = (float *) (map + y * pt->stride + x*4); local
818 float *pDest = (float *) (map + y * pt->stride + x*8); local
[all...]
/external/pdfium/core/fxcodec/codec/
H A Dccodec_iccmodule.h27 uint8_t* pDest,
H A Dfx_codec_icc.cpp205 unsigned char* pDest,
208 cmsDoTransform(((CLcmsCmm*)pTransform)->m_hTransform, (void*)pSrc, pDest,
234 uint8_t* pDest,
237 IccLib_TranslateImage(pTransform, pDest, pSrc, pixels);
204 IccLib_TranslateImage(void* pTransform, unsigned char* pDest, const unsigned char* pSrc, int32_t pixels) argument
233 TranslateScanline(void* pTransform, uint8_t* pDest, const uint8_t* pSrc, int32_t pixels) argument
/external/protobuf/php/ext/google/protobuf/
H A Dprotobuf.c17 zval* pDest = NULL; local
20 &value, sizeof(zval*), &pDest); local
/external/pdfium/core/fpdfapi/parser/
H A Dfpdf_parser_utility.cpp97 FX_CHAR* pDest = pDestStart; local
100 *pDest++ =
104 *pDest++ = bstr[i];
107 result.ReleaseBuffer((FX_STRSIZE)(pDest - pDestStart));
/external/lzma/CPP/Windows/
H A DPropVariant.cpp286 HRESULT CPropVariant::Detach(PROPVARIANT *pDest) throw() argument
288 if (pDest->vt != VT_EMPTY)
290 HRESULT hr = PropVariant_Clear(pDest);
294 memcpy(pDest, this, sizeof(PROPVARIANT));
H A DPropVariant.h102 HRESULT Detach(PROPVARIANT *pDest) throw();
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_image.cpp288 uint8_t* pDest = dest_buf; local
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/
H A Dnormperf.h109 UChar* pDest; member in class:NormPerfFunction
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);
/external/icu/icu4c/source/test/cintltst/
H A Dcustrtrn.c988 const UChar *pu, *pDest; local
997 pDest=u_strFromUTF8Lenient(dest, 1, &destLength, NULL, -1, &errorCode);
1005 pDest=u_strFromUTF8Lenient(NULL, 1, &destLength, (const char *)bytes, -1, &errorCode);
1013 pDest=u_strFromUTF8Lenient(dest, 1, &destLength, (const char *)bytes, -1, &errorCode);
1021 pDest=u_strFromUTF8Lenient(dest, 1, &destLength, (const char *)bytes, -1, NULL);
1040 pDest=u_strFromUTF8Lenient(NULL, 0, &destLength, pb, -1, &errorCode);
1042 pDest!=NULL || dest[0]!=0x1234 || destLength!=destLength0
1052 pDest=u_strFromUTF8Lenient(dest, destLength0-1, &destLength, pb, -1, &errorCode);
1064 pDest=u_strFromUTF8Lenient(dest, UPRV_LENGTHOF(dest), &destLength, pb, -1, &errorCode);
1066 pDest!
[all...]
/external/pdfium/core/fxcrt/
H A Dfx_basic_bstring.cpp820 FX_CHAR* pDest = pNewData->m_String; local
824 FXSYS_memcpy(pDest, pStart, pTarget - pStart);
825 pDest += pTarget - pStart;
826 FXSYS_memcpy(pDest, pNew.c_str(), pNew.GetLength());
827 pDest += pNew.GetLength();
830 FXSYS_memcpy(pDest, pStart, pEnd - pStart);
H A Dfx_basic_wstring.cpp772 FX_WCHAR* pDest = pNewData->m_String; local
776 wmemcpy(pDest, pStart, pTarget - pStart);
777 pDest += pTarget - pStart;
778 wmemcpy(pDest, pNew.c_str(), pNew.GetLength());
779 pDest += pNew.GetLength();
782 wmemcpy(pDest, pStart, pEnd - pStart);
/external/pdfium/fpdfsdk/
H A Dfpdfview.cpp1128 CPDF_Dictionary* pDest = pRoot->GetDictFor("Dests"); local
1129 if (pDest)
1130 count += pDest->GetCount();
1227 CPDF_Dictionary* pDest = pRoot->GetDictFor("Dests"); local
1228 if (!pDest)
1232 checked_count += pDest->GetCount();
1238 for (const auto& it : *pDest) {
/external/pdfium/core/fxge/
H A Dfx_dib.h523 void Compose(CFX_DIBitmap* pDest,
598 CFX_ImageStretcher(IFX_ScanlineComposer* pDest,
/external/pdfium/xfa/fde/css/
H A Dcfde_cssstyleselector.cpp86 CFDE_CSSComputedStyle* pDest) {
98 ApplyDeclarations(declArray, pDecl.get(), pDest);
82 ComputeStyle( const std::vector<const CFDE_CSSDeclaration*>& declArray, const CFX_WideString& styleString, const CFX_WideString& alignString, CFDE_CSSComputedStyle* pDest) argument
/external/icu/icu4c/source/tools/genrb/
H A Dwrtxml.cpp235 static char* convertAndEscape(char** pDest, int32_t destCap, int32_t* destLength, argument
243 if(status==NULL || U_FAILURE(*status) || pDest==NULL || srcLen==0 || src == NULL){
246 dest =*pDest;
/external/aac/libAACdec/src/
H A Daacdec_hcr.cpp754 UCHAR *pDest; local
772 pDest = pSortedCodebook;
778 *pDest++ = pCbPriority[*pCodebook++];
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1939 GenericValue *pDest = &Dest;
1941 pDest = &pDest->AggregateVal[*IdxBegin];
1944 // pDest points to the target value in the Dest now
1953 pDest->IntVal = Src2.IntVal;
1956 pDest->FloatVal = Src2.FloatVal;
1959 pDest->DoubleVal = Src2.DoubleVal;
1964 pDest->AggregateVal = Src2.AggregateVal;
1967 pDest->PointerVal = Src2.PointerVal;
/external/pdfium/core/fxge/dib/
H A Dfx_dib_engine.cpp858 CFX_ImageStretcher::CFX_ImageStretcher(IFX_ScanlineComposer* pDest, argument
864 : m_pDest(pDest),

Completed in 1190 milliseconds

12