Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_annot.h67 static CPDF_Annot::Subtype StringToAnnotSubtype(const ByteString& sSubtype);
Dcpdf_annot.cpp118 m_nSubtype = StringToAnnotSubtype(m_pAnnotDict->GetStringFor("Subtype")); in Init()
233 CPDF_Annot::Subtype CPDF_Annot::StringToAnnotSubtype( in StringToAnnotSubtype() function in CPDF_Annot
/external/pdfium/fpdfsdk/
Dfpdfannot.cpp309 CPDF_Annot::StringToAnnotSubtype(pAnnotDict->GetStringFor("Subtype"))); in FPDFAnnot_GetSubtype()