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

  /external/pdfium/public/
fpdf_annot.h 25 #define FPDF_ANNOT_SQUARE 5
  /external/pdfium/fpdfsdk/
fpdfannot.cpp 44 FPDF_ANNOT_SQUARE,
204 subtype == FPDF_ANNOT_SQUARE || subtype == FPDF_ANNOT_SQUIGGLY ||
    [all...]
fpdfannot_embeddertest.cpp 403 EXPECT_EQ(FPDF_ANNOT_SQUARE, FPDFAnnot_GetSubtype(annot));
    [all...]
  /external/pdfium/samples/
pdfium_test.cc 238 if (subtype == FPDF_ANNOT_SQUARE)
    [all...]

Completed in 119 milliseconds