Searched refs:m_nSubtype (Results 1 – 2 of 2) sorted by relevance
118 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()
110 CPDF_Annot::Subtype m_nSubtype; variable