Home
last modified time | relevance | path

Searched refs:m_nSubtype (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp118 m_nSubtype = StringToAnnotSubtype(m_pAnnotDict->GetStringFor("Subtype")); in Init()
119 m_bIsTextMarkupAnnotation = IsTextMarkupAnnotation(m_nSubtype); in Init()
127 if (!CPVT_GenerateAP::GenerateAnnotAP(m_nSubtype, m_pDocument.Get(), in GenerateAPIfNeeded()
140 if (m_nSubtype == CPDF_Annot::Subtype::POPUP && !m_bOpenState) in ShouldDrawAnnotation()
151 return m_nSubtype; in GetSubtype()
Dcpdf_annot.h110 CPDF_Annot::Subtype m_nSubtype; variable