Searched refs:m_PageObjectList (Results 1 – 2 of 2) sorted by relevance
54 for (auto& pObj : m_PageObjectList) in Transform()59 if (m_PageObjectList.empty()) in CalcBoundingBox()66 for (const auto& pObj : m_PageObjectList) { in CalcBoundingBox()
55 CPDF_PageObjectList* GetPageObjectList() { return &m_PageObjectList; } in GetPageObjectList()57 return &m_PageObjectList; in GetPageObjectList()93 CPDF_PageObjectList m_PageObjectList; variable