Searched refs:sSubtype (Results 1 – 3 of 3) sorted by relevance
234 const ByteString& sSubtype) { in StringToAnnotSubtype() argument235 if (sSubtype == "Text") in StringToAnnotSubtype()237 if (sSubtype == "Link") in StringToAnnotSubtype()239 if (sSubtype == "FreeText") in StringToAnnotSubtype()241 if (sSubtype == "Line") in StringToAnnotSubtype()243 if (sSubtype == "Square") in StringToAnnotSubtype()245 if (sSubtype == "Circle") in StringToAnnotSubtype()247 if (sSubtype == "Polygon") in StringToAnnotSubtype()249 if (sSubtype == "PolyLine") in StringToAnnotSubtype()251 if (sSubtype == "Highlight") in StringToAnnotSubtype()[all …]
67 static CPDF_Annot::Subtype StringToAnnotSubtype(const ByteString& sSubtype);
100 ByteString sSubtype = pAnnotDic->GetStringFor("Subtype"); in ParserAnnots() local101 if (sSubtype == "Popup") in ParserAnnots()