Lines Matching refs:m_pDocument
25 m_pDocument(nullptr), in CBA_FontMap()
31 m_pDocument = pPage->m_pDocument.Get(); in CBA_FontMap()
108 return m_pDocument.Get(); in GetDocument()
168 pStream = m_pDocument->NewIndirect<CPDF_Stream>(); in AddFontToAnnotDict()
169 pAPDict->SetNewFor<CPDF_Reference>(m_sAPType, m_pDocument.Get(), in AddFontToAnnotDict()
176 pdfium::MakeUnique<CPDF_Dictionary>(m_pDocument->GetByteStringPool()); in AddFontToAnnotDict()
186 pStreamResFontList = m_pDocument->NewIndirect<CPDF_Dictionary>(); in AddFontToAnnotDict()
187 pStreamResList->SetNewFor<CPDF_Reference>("Font", m_pDocument.Get(), in AddFontToAnnotDict()
192 sAlias, m_pDocument.Get(), pFont->GetFontDict()->GetObjNum()); in AddFontToAnnotDict()
200 const CPDF_Dictionary* pRootDict = m_pDocument->GetRoot(); in GetAnnotDefaultFont()
242 return pFontDict ? m_pDocument->LoadFont(pFontDict) : nullptr; in GetAnnotDefaultFont()