HomeSort by relevance Sort by last modified time
    Searched defs:m_pObject (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/fpdfapi/render/
cpdf_devicebuffer.h 36 const CPDF_PageObject* m_pObject;
cpdf_scaledrenderbuffer.h 41 const CPDF_PageObject* m_pObject;
  /external/pdfium/core/fxcrt/
cfx_shared_copy_on_write.h 20 : m_pObject(other.m_pObject) {}
25 m_pObject.Reset(new CountedObj(params...));
26 return m_pObject.Get();
31 m_pObject = that.m_pObject;
35 void SetNull() { m_pObject.Reset(); }
36 const ObjClass* GetObject() const { return m_pObject.Get(); }
40 if (!m_pObject)
42 if (!m_pObject->HasOneRef()
    [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_streamcontentparser.h 60 std::unique_ptr<CPDF_Object> m_pObject;

Completed in 217 milliseconds