Home
last modified time | relevance | path

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

/dports/print/gv/gv-3.7.4/src/
H A Ddoc_misc.c137 if (doc_boundingBoxOfPage(d,pagenumber,&l,&l,&l,&l) == MEDIA_ID_INVALID)
150 doc_boundingBoxOfPage(d,pagenumber,llxP,llyP,urxP,uryP) in doc_boundingBoxOfPage() function
158 BEGINMESSAGE(doc_boundingBoxOfPage)
177 ENDMESSAGE(doc_boundingBoxOfPage)
181 ENDMESSAGE(doc_boundingBoxOfPage)
H A Ddoc_misc.h43 extern int doc_boundingBoxOfPage (Document, int, int*, int*, int*, int*);
H A Dmisc.c1533 doc_boundingBoxOfPage(doc,pagenumber,&new_llx,&new_lly,&new_urx,&new_ury);