Searched refs:m_nSubtype (Results 1 – 2 of 2) sorted by relevance
80 m_nSubtype = StringToAnnotSubtype(m_pAnnotDict->GetStringFor("Subtype")); in Init()81 m_bIsTextMarkupAnnotation = IsTextMarkupAnnotation(m_nSubtype); in Init()92 if (m_nSubtype == CPDF_Annot::Subtype::CIRCLE) in GenerateAPIfNeeded()94 else if (m_nSubtype == CPDF_Annot::Subtype::HIGHLIGHT) in GenerateAPIfNeeded()96 else if (m_nSubtype == CPDF_Annot::Subtype::INK) in GenerateAPIfNeeded()98 else if (m_nSubtype == CPDF_Annot::Subtype::POPUP) in GenerateAPIfNeeded()100 else if (m_nSubtype == CPDF_Annot::Subtype::SQUARE) in GenerateAPIfNeeded()102 else if (m_nSubtype == CPDF_Annot::Subtype::SQUIGGLY) in GenerateAPIfNeeded()104 else if (m_nSubtype == CPDF_Annot::Subtype::STRIKEOUT) in GenerateAPIfNeeded()106 else if (m_nSubtype == CPDF_Annot::Subtype::TEXT) in GenerateAPIfNeeded()[all …]
116 CPDF_Annot::Subtype m_nSubtype; variable