Home
last modified time | relevance | path

Searched refs:annot_count (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/samples/
Dpdfium_test_write_helper.cc277 int annot_count = FPDFPage_GetAnnotCount(page); in WriteAnnot() local
278 fprintf(fp, "Number of annotations: %d\n\n", annot_count); in WriteAnnot()
281 for (int i = 0; i < annot_count; ++i) { in WriteAnnot()
/external/pdfium/fpdfsdk/
Dfpdf_text_embeddertest.cpp749 int annot_count = FPDFPage_GetAnnotCount(page); in TEST_F() local
750 ASSERT_EQ(8, annot_count); in TEST_F()
752 for (int i = 0; i < annot_count; ++i) { in TEST_F()