Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp243 const CFX_ByteString& sSubtype) { in StringToAnnotSubtype() argument
244 if (sSubtype == "Text") in StringToAnnotSubtype()
246 if (sSubtype == "Link") in StringToAnnotSubtype()
248 if (sSubtype == "FreeText") in StringToAnnotSubtype()
250 if (sSubtype == "Line") in StringToAnnotSubtype()
252 if (sSubtype == "Square") in StringToAnnotSubtype()
254 if (sSubtype == "Circle") in StringToAnnotSubtype()
256 if (sSubtype == "Polygon") in StringToAnnotSubtype()
258 if (sSubtype == "PolyLine") in StringToAnnotSubtype()
260 if (sSubtype == "Highlight") in StringToAnnotSubtype()
[all …]
Dcpdf_annot.h73 const CFX_ByteString& sSubtype);
/external/pdfium/fpdfsdk/
Dfpdf_flatten.cpp105 CFX_ByteString sSubtype = pAnnotDic->GetStringFor("Subtype"); in ParserAnnots() local
106 if (sSubtype == "Popup") in ParserAnnots()