Searched refs:m_Objects (Results 1 – 2 of 2) sorted by relevance
264 CPDF_Object* value = pThis->m_Objects.GetAt(i); in CloneInternal()265 pCopy->m_Objects.Add(value->CloneInternal(bDirect, visited)); in CloneInternal()430 int size = m_Objects.GetSize(); in ~CPDF_Array()431 CPDF_Object** pList = m_Objects.GetData(); in ~CPDF_Array()439 if (!IsArray() || m_Objects.GetSize() != 4) in GetRect()450 if (!IsArray() || m_Objects.GetSize() != 6) in GetMatrix()458 if (i >= (FX_DWORD)m_Objects.GetSize()) in GetElement()460 return m_Objects.GetAt(i); in GetElement()463 if (i >= (FX_DWORD)m_Objects.GetSize()) in GetElementValue()465 return m_Objects.GetAt(i)->GetDirect(); in GetElementValue()[all …]
270 FX_DWORD GetCount() const { return m_Objects.GetSize(); } in GetCount()331 CFX_ArrayTemplate<CPDF_Object*> m_Objects; variable