Searched refs:m_bIsInline (Results 1 – 2 of 2) sorted by relevance
44 bool IsInline() const { return m_bIsInline; } in IsInline()84 bool m_bIsInline = false; variable
54 : m_bIsInline(true), m_pDocument(pDoc), m_pStream(std::move(pStream)) { in CPDF_Image()