Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_annot.h72 static CPDF_Annot::Subtype StringToAnnotSubtype(
Dcpdf_annot.cpp80 m_nSubtype = StringToAnnotSubtype(m_pAnnotDict->GetStringFor("Subtype")); in Init()
242 CPDF_Annot::Subtype CPDF_Annot::StringToAnnotSubtype( in StringToAnnotSubtype() function in CPDF_Annot