Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpdf_annot.cpp122 m_nSubtype(StringToAnnotSubtype( in CPDF_Annot()
284 CPDF_Annot::Subtype CPDF_Annot::StringToAnnotSubtype( in StringToAnnotSubtype() function in CPDF_Annot
H A Dcpdf_annot.h67 static Subtype StringToAnnotSubtype(const ByteString& sSubtype);
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_annot.cpp463 return static_cast<FPDF_ANNOTATION_SUBTYPE>(CPDF_Annot::StringToAnnotSubtype( in FPDFAnnot_GetSubtype()