Searched refs:pClone (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/fpdfsdk/src/
H A Dfpdfppo.cpp313 CPDF_Object* pClone = pRef->GetDirect()->Clone(); local
314 if(!pClone) return 0;
316 if(pClone->GetType() == PDFOBJ_DICTIONARY)
318 CPDF_Dictionary* pDictClone = (CPDF_Dictionary*)pClone;
334 dwNewObjNum = pDoc->AddIndirectObject(pClone);//, onum, gnum);
337 if(!UpdateReference(pClone, pDoc, pMapPtrToPtr))
339 pClone->Release();
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_convert.cpp938 CFX_DIBitmap* pClone = Clone(pClip); local
939 if (pClone == NULL) {
942 if(!pClone->ConvertFormat(dest_format, pIccTransform)) {
943 delete pClone;
946 return pClone;
948 CFX_DIBitmap* pClone = FX_NEW CFX_DIBitmap; local
949 if (!pClone) {
952 if(!pClone->Create(m_Width, m_Height, dest_format)) {
953 delete pClone;
961 delete pClone;
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_image.cpp106 CFX_DIBitmap* pClone = NULL; local
110 pClone = m_pDevice->GetBackDrop()->Clone(&rect);
112 pClone->CompositeBitmap(0, 0, pClone->GetWidth(), pClone->GetHeight(), pForeBitmap, rect.left, rect.top);
116 pClone->CompositeBitmap(0, 0, pClone->GetWidth(), pClone->GetHeight(), pDIBitmap,
119 pClone->CompositeMask(0, 0, pClone
[all...]
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_formfield.cpp197 CPDF_Object* pClone = pDV->Clone(); local
198 if (pClone == NULL) {
201 m_pDict->SetAt("V", pClone);
H A Ddoc_form.cpp1340 CPDF_Object* pClone = pTObj->Clone(TRUE); local
1341 if (pClone) {
1342 pDict->SetAt("T", pClone);
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page.cpp982 CPDF_Form* pClone = FX_NEW CPDF_Form(m_pDocument, m_pPageResources, m_pFormStream, m_pResources); local
986 pClone->m_ObjectList.AddTail(pObj->Clone());
988 return pClone;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dregextst.cpp1567 RegexPattern *pClone = pSource->clone(); local
1569 RegexMatcher *mFromClone = pClone->matcher(status);
1579 delete pClone;
2832 RegexPattern *pClone = pSource->clone(); local
2834 RegexMatcher *mFromClone = pClone->matcher(status);
2847 delete pClone;
/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp1572 RegexPattern *pClone = pSource->clone(); local
1574 RegexMatcher *mFromClone = pClone->matcher(status);
1584 delete pClone;
2837 RegexPattern *pClone = pSource->clone(); local
2839 RegexMatcher *mFromClone = pClone->matcher(status);
2852 delete pClone;

Completed in 1171 milliseconds