Home
last modified time | relevance | path

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

/external/libcups/filter/
Dpstops.c184 static void write_labels(pstops_doc_t *doc, int orient);
2087 write_labels(doc, Orientation); in end_nup()
2102 write_labels(doc, Orientation - 1); in end_nup()
2110 write_labels(doc, doc->normal_landscape ? 1 : 3); in end_nup()
2118 write_labels(doc, doc->normal_landscape ? 3 : 1); in end_nup()
2128 write_labels(doc, Orientation); in end_nup()
3289 write_labels(pstops_doc_t *doc, /* I - Document information */ in write_labels() function