Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_annot.h62 static CPDF_Annot::Subtype StringToAnnotSubtype(const ByteString& sSubtype);
Dcpdf_annot.cpp113 m_nSubtype = StringToAnnotSubtype( in Init()
260 CPDF_Annot::Subtype CPDF_Annot::StringToAnnotSubtype( in StringToAnnotSubtype() function in CPDF_Annot
/external/pdfium/fpdfsdk/
Dfpdf_annot.cpp386 return static_cast<FPDF_ANNOTATION_SUBTYPE>(CPDF_Annot::StringToAnnotSubtype( in FPDFAnnot_GetSubtype()