HomeSort by relevance Sort by last modified time
    Searched refs:m_nSubtype (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fpdfdoc/
cpdf_annot.cpp 80 m_nSubtype = StringToAnnotSubtype(m_pAnnotDict->GetStringFor("Subtype"));
81 m_bIsTextMarkupAnnotation = IsTextMarkupAnnotation(m_nSubtype);
92 if (m_nSubtype == CPDF_Annot::Subtype::CIRCLE)
94 else if (m_nSubtype == CPDF_Annot::Subtype::HIGHLIGHT)
96 else if (m_nSubtype == CPDF_Annot::Subtype::INK)
98 else if (m_nSubtype == CPDF_Annot::Subtype::POPUP)
100 else if (m_nSubtype == CPDF_Annot::Subtype::SQUARE)
102 else if (m_nSubtype == CPDF_Annot::Subtype::SQUIGGLY)
104 else if (m_nSubtype == CPDF_Annot::Subtype::STRIKEOUT)
106 else if (m_nSubtype == CPDF_Annot::Subtype::TEXT
    [all...]
cpdf_annot.h 116 CPDF_Annot::Subtype m_nSubtype;

Completed in 420 milliseconds