Home
last modified time | relevance | path

Searched refs:m_ObjectList (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/include/fpdfapi/
Dfpdf_page.h61 return m_ObjectList.GetHeadPosition(); in GetFirstObjectPosition()
66 return m_ObjectList.GetTailPosition(); in GetLastObjectPosition()
71 return (CPDF_PageObject*)m_ObjectList.GetNext(pos); in GetNextObject()
76 return (CPDF_PageObject*)m_ObjectList.GetPrev(pos); in GetPrevObject()
81 return (CPDF_PageObject*)m_ObjectList.GetAt(pos); in GetObjectAt()
86 return m_ObjectList.GetCount(); in CountObjects()
127 CFX_PtrList m_ObjectList; variable
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp671 CPDF_PageObjects::CPDF_PageObjects(FX_BOOL bReleaseMembers) : m_ObjectList(128) in CPDF_PageObjects()
688 FX_POSITION pos = m_ObjectList.GetHeadPosition(); in ~CPDF_PageObjects()
690 delete (CPDF_PageObject*)m_ObjectList.GetNext(pos); in ~CPDF_PageObjects()
715 return m_ObjectList.AddHead(pNewObject); in InsertObject()
717 return m_ObjectList.InsertAfter(posInsertAfter, pNewObject); in InsertObject()
723 FX_POSITION pos = m_ObjectList.GetHeadPosition(); in GetObjectIndex()
725 CPDF_PageObject* pThisObj = (CPDF_PageObject*)m_ObjectList.GetNext(pos); in GetObjectIndex()
735 FX_POSITION pos = m_ObjectList.FindIndex(index); in GetObjectByIndex()
739 return (CPDF_PageObject*)m_ObjectList.GetAt(pos); in GetObjectByIndex()
743 FX_POSITION pos = m_ObjectList.GetHeadPosition(); in Transform()
[all …]
Dfpdf_page_parser.cpp749 m_pObjectList->m_ObjectList.AddTail(pFormObj); in AddForm()
771 m_pObjectList->m_ObjectList.AddTail(pImageObj); in AddImage()
1151 m_pObjectList->m_ObjectList.AddTail(pObj); in Handle_ShadeFill()
1315 m_pObjectList->m_ObjectList.AddTail(pText); in AddTextObject()
1538 m_pObjectList->m_ObjectList.AddTail(pPathObj); in AddPathObject()
Dfpdf_page_parser_old.cpp1103 FX_POSITION pos = m_pObjects->m_ObjectList.GetHeadPosition(); in Continue()
1105 CPDF_PageObject* pObj = (CPDF_PageObject*)m_pObjects->m_ObjectList.GetNext(pos); in Continue()