Searched refs:intarray_set (Results 1 – 1 of 1) sorted by relevance
| /potrace-1.14/src/ |
| H A D | backend_pdf.c | 52 static inline int intarray_set(intarray_t *ar, int n, int val) { in intarray_set() function 282 TRY(intarray_set(&xref, nxref++, outcount)); in init_pdf() 285 TRY(intarray_set(&xref, nxref++, outcount)); in init_pdf() 308 TRY(intarray_set(&xref, 2, outcount)); in term_pdf() 350 TRY(intarray_set(&xref, nxref++, outcount)); in pdf_pageinit() 361 TRY(intarray_set(&pages, npages++, nxref)); in pdf_pageinit() 363 TRY(intarray_set(&xref, nxref++, outcount)); in pdf_pageinit() 390 TRY(intarray_set(&xref, nxref++, outcount)); in pdf_pageterm()
|