Home
last modified time | relevance | path

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

/external/pdfium/samples/
Dpdfium_test_write_helper.cc345 size_t qp_count = FPDFAnnot_CountAttachmentPoints(annot.get()); in WriteAnnot() local
346 fprintf(fp, "Number of quadpoints sets: %zu\n", qp_count); in WriteAnnot()
349 for (size_t j = 0; j < qp_count; ++j) { in WriteAnnot()