Searched refs:pageWidthString (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkCanvPs.c40 char *pageWidthString; /* Printed width of output. */ member in struct:TkPostscriptInfo
92 "", Tk_Offset(TkPostscriptInfo, pageWidthString), 0},
184 psInfo.pageWidthString = NULL;
225 if (psInfo.pageWidthString != NULL) {
226 if (GetPostscriptPoints(canvasPtr->interp, psInfo.pageWidthString,
514 if (psInfo.pageWidthString != NULL) {
515 ckfree(psInfo.pageWidthString);

Completed in 12 milliseconds