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

  /external/pdfium/public/
fpdf_annot.h 35 #define FPDF_ANNOT_INK 15
  /external/pdfium/fpdfsdk/
fpdfannot.cpp 71 static_assert(static_cast<int>(CPDF_Annot::Subtype::INK) == FPDF_ANNOT_INK,
203 subtype == FPDF_ANNOT_INK || subtype == FPDF_ANNOT_POPUP ||
315 return subtype == FPDF_ANNOT_INK || subtype == FPDF_ANNOT_STAMP;
    [all...]
fpdfannot_embeddertest.cpp 135 EXPECT_EQ(FPDF_ANNOT_INK, FPDFAnnot_GetSubtype(annot));
    [all...]
  /external/pdfium/samples/
pdfium_test.cc 258 if (subtype == FPDF_ANNOT_INK)
    [all...]

Completed in 224 milliseconds