HomeSort by relevance Sort by last modified time
    Searched refs:sSubtype (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/fpdfdoc/
cpdf_annot.cpp 234 const ByteString& sSubtype) {
235 if (sSubtype == "Text")
237 if (sSubtype == "Link")
239 if (sSubtype == "FreeText")
241 if (sSubtype == "Line")
243 if (sSubtype == "Square")
245 if (sSubtype == "Circle")
247 if (sSubtype == "Polygon")
249 if (sSubtype == "PolyLine")
251 if (sSubtype == "Highlight"
    [all...]
cpdf_annot.h 67 static CPDF_Annot::Subtype StringToAnnotSubtype(const ByteString& sSubtype);
  /external/pdfium/fpdfsdk/
fpdf_flatten.cpp 100 ByteString sSubtype = pAnnotDic->GetStringFor("Subtype");
101 if (sSubtype == "Popup")

Completed in 6316 milliseconds