Home
last modified time | relevance | path

Searched refs:FPDF_ANNOT_SQUARE (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/public/
Dfpdf_annot.h27 #define FPDF_ANNOT_SQUARE 5 macro
/external/pdfium/fpdfsdk/
Dfpdf_annot.cpp53 FPDF_ANNOT_SQUARE,
279 subtype == FPDF_ANNOT_POPUP || subtype == FPDF_ANNOT_SQUARE || in FPDFAnnot_IsSupportedSubtype()
Dfpdf_annot_embeddertest.cpp490 EXPECT_EQ(FPDF_ANNOT_SQUARE, FPDFAnnot_GetSubtype(squareAnnot)); in TEST_F()
600 EXPECT_EQ(FPDF_ANNOT_SQUARE, FPDFAnnot_GetSubtype(annot.get())); in TEST_F()
/external/pdfium/samples/
Dpdfium_test_write_helper.cc42 if (subtype == FPDF_ANNOT_SQUARE) in AnnotSubtypeToCString()