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

/external/pdfium/fpdfsdk/src/
H A Dfpdfppo.cpp282 CPDF_Object* pClone = pDirect->Clone();
283 if (!pClone)
286 if (CPDF_Dictionary* pDictClone = pClone->AsDictionary()) {
299 dwNewObjNum = pDoc->AddIndirectObject(pClone);
301 if (!UpdateReference(pClone, pDoc, pObjNumberMap)) {
302 pClone->Release();
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_image.cpp74 CFX_DIBitmap* pClone = NULL; local
78 pClone = m_pDevice->GetBackDrop()->Clone(&rect);
80 pClone->CompositeBitmap(0, 0, pClone->GetWidth(), pClone->GetHeight(),
85 pClone->CompositeBitmap(0, 0, pClone->GetWidth(), pClone->GetHeight(),
88 pClone->CompositeMask(0, 0, pClone
[all...]
/external/pdfium/xfa/src/fdp/src/xml/
H A Dfde_xml.cpp491 void CFDE_XMLNode::CloneChildren(CFDE_XMLNode* pClone) { argument
497 pClone->InsertChildNode(pCloneNext);
515 CFDE_XMLInstruction* pClone = new CFDE_XMLInstruction(m_wsTarget); local
516 if (!pClone) {
517 return pClone;
519 pClone->m_Attributes.Copy(m_Attributes);
520 pClone->m_TargetData.Copy(m_TargetData);
522 CloneChildren(pClone);
524 return pClone;
649 CFDE_XMLElement* pClone local
839 CFDE_XMLText* pClone = new CFDE_XMLText(m_wsText); local
848 CFDE_XMLCharData* pClone = new CFDE_XMLCharData(m_wsCharData); local
[all...]
H A Dfde_xml.h46 void CloneChildren(CFDE_XMLNode* pClone);
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_convert.cpp1089 CFX_DIBitmap* pClone = Clone(pClip); local
1090 if (!pClone) {
1093 if (!pClone->ConvertFormat(dest_format, pIccTransform)) {
1094 delete pClone;
1097 return pClone;
1099 CFX_DIBitmap* pClone = new CFX_DIBitmap; local
1100 if (!pClone->Create(m_Width, m_Height, dest_format)) {
1101 delete pClone;
1109 delete pClone;
1115 ret = pSrcAlpha ? pClone
[all...]
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_ffwidget.cpp707 CFX_DIBitmap* pClone = NULL; local
711 pClone = m_pDevice->GetBackDrop()->Clone(&rect);
713 pClone->CompositeBitmap(0, 0, pClone->GetWidth(), pClone->GetHeight(),
718 pClone->CompositeBitmap(0, 0, pClone->GetWidth(), pClone->GetHeight(),
721 pClone->CompositeMask(0, 0, pClone
[all...]
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_object_imp.cpp116 CXFA_Node* pClone = pFactory->CreateNode(m_ePacket, m_eNodeClass); local
117 if (!pClone) {
120 MergeAllData(pClone);
121 pClone->UpdateNameHash();
134 pClone->SetEnum(XFA_ATTRIBUTE_Contains, XFA_ATTRIBUTEENUM_Unknown);
138 pClone->SetXMLMappingNode(pCloneXML);
139 pClone->SetFlag(XFA_NODEFLAG_OwnXMLNode, TRUE, FALSE);
144 pClone->InsertChild(pChild->Clone(bRecursive));
147 pClone->SetFlag(XFA_NODEFLAG_Initialized);
148 pClone
308 CXFA_Node* pClone = pFactory->CreateNode(XFA_XDPPACKET_Form, m_eNodeClass); local
3966 CFX_WideString* pClone = new CFX_WideString(wsValue); local
4042 CFX_WideString* pClone = new CFX_WideString(wsValue); local
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page.cpp945 CPDF_Form* pClone = local
950 pClone->m_ObjectList.AddTail(pObj->Clone());
952 return pClone;
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_formfield.cpp188 CPDF_Object* pClone = pDV->Clone(); local
189 if (!pClone) {
192 m_pDict->SetAt("V", pClone);
H A Ddoc_form.cpp962 CPDF_Object* pClone = pTObj->Clone(TRUE); local
963 if (pClone)
964 pDict->SetAt("T", pClone);
/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp1599 RegexPattern *pClone = pSource->clone(); local
1601 RegexMatcher *mFromClone = pClone->matcher(status);
1611 delete pClone;
2891 RegexPattern *pClone = pSource->clone(); local
2893 RegexMatcher *mFromClone = pClone->matcher(status);
2906 delete pClone;

Completed in 329 milliseconds