Searched defs:pClone (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/core/fpdfdoc/
H A Dcpdf_formfield.cpp221 std::unique_ptr<CPDF_Object> pClone = pDV->Clone(); local
222 if (!pClone)
225 m_pDict->SetFor("V", std::move(pClone));
H A Dcpdf_interform.cpp1119 std::unique_ptr<CPDF_Object> pClone = pTObj->CloneDirectObject(); local
1120 if (pClone)
1121 pDict->SetFor("T", std::move(pClone));
/external/pdfium/xfa/fde/xml/
H A Dfde_xml_imp.cpp507 void CFDE_XMLNode::CloneChildren(CFDE_XMLNode* pClone) { argument
513 pClone->InsertChildNode(pCloneNext);
533 CFDE_XMLInstruction* pClone = new CFDE_XMLInstruction(m_wsTarget); local
534 if (!pClone)
537 pClone->m_Attributes = m_Attributes;
538 pClone->m_TargetData = m_TargetData;
540 CloneChildren(pClone);
542 return pClone;
687 CFDE_XMLElement* pClone = new CFDE_XMLElement(m_wsTag); local
688 if (!pClone)
895 CFDE_XMLText* pClone = new CFDE_XMLText(m_wsText); local
909 CFDE_XMLCharData* pClone = new CFDE_XMLCharData(m_wsCharData); local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp1601 RegexPattern *pClone = pSource->clone(); local
1603 RegexMatcher *mFromClone = pClone->matcher(status);
1613 delete pClone;
2893 RegexPattern *pClone = pSource->clone(); local
2895 RegexMatcher *mFromClone = pClone->matcher(status);
2908 delete pClone;
/external/pdfium/core/fpdfapi/render/
H A Dcpdf_renderstatus.cpp2461 CFX_MaybeOwned<CFX_DIBitmap> pClone; local
2463 pClone = m_pDevice->GetBackDrop()->Clone(&rect);
2465 pClone->CompositeBitmap(0, 0, pClone->GetWidth(), pClone->GetHeight(),
2470 pClone->CompositeBitmap(0, 0, pClone->GetWidth(), pClone->GetHeight(),
2473 pClone->CompositeMask(0, 0, pClone
[all...]
/external/pdfium/xfa/fxfa/app/
H A Dxfa_ffwidget.cpp790 CFX_MaybeOwned<CFX_DIBitmap> pClone; local
792 pClone = m_pDevice->GetBackDrop()->Clone(&rect);
794 pClone->CompositeBitmap(0, 0, pClone->GetWidth(), pClone->GetHeight(),
799 pClone->CompositeBitmap(0, 0, pClone->GetWidth(), pClone->GetHeight(),
802 pClone->CompositeMask(0, 0, pClone
[all...]
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_node.cpp518 CXFA_Node* pClone = m_pDocument->CreateNode(m_ePacket, m_elementType); local
519 if (!pClone)
522 MergeAllData(pClone);
523 pClone->UpdateNameHash();
536 pClone->SetEnum(XFA_ATTRIBUTE_Contains, XFA_ATTRIBUTEENUM_Unknown);
540 pClone->SetXMLMappingNode(pCloneXML);
541 pClone->SetFlag(XFA_NodeFlag_OwnXMLNode, false);
546 pClone->InsertChild(pChild->Clone(bRecursive));
549 pClone->SetFlag(XFA_NodeFlag_Initialized, true);
550 pClone
701 CXFA_Node* pClone = local
3810 CFX_WideString* pClone = new CFX_WideString(wsValue); local
3885 CFX_WideString* pClone = new CFX_WideString(wsValue); local
[all...]

Completed in 236 milliseconds