Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp261 const ByteString& sSubtype) { in StringToAnnotSubtype() argument
262 if (sSubtype == "Text") in StringToAnnotSubtype()
264 if (sSubtype == "Link") in StringToAnnotSubtype()
266 if (sSubtype == "FreeText") in StringToAnnotSubtype()
268 if (sSubtype == "Line") in StringToAnnotSubtype()
270 if (sSubtype == "Square") in StringToAnnotSubtype()
272 if (sSubtype == "Circle") in StringToAnnotSubtype()
274 if (sSubtype == "Polygon") in StringToAnnotSubtype()
276 if (sSubtype == "PolyLine") in StringToAnnotSubtype()
278 if (sSubtype == "Highlight") in StringToAnnotSubtype()
[all …]
Dcpdf_annot.h62 static CPDF_Annot::Subtype StringToAnnotSubtype(const ByteString& sSubtype);
/external/pdfium/fpdfsdk/
Dfpdf_flatten.cpp101 ByteString sSubtype = in ParserAnnots() local
103 if (sSubtype == "Popup") in ParserAnnots()