Searched refs:qp_count (Results 1 – 1 of 1) sorted by relevance
345 size_t qp_count = FPDFAnnot_CountAttachmentPoints(annot.get()); in WriteAnnot() local346 fprintf(fp, "Number of quadpoints sets: %zu\n", qp_count); in WriteAnnot()349 for (size_t j = 0; j < qp_count; ++j) { in WriteAnnot()