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

/ast/src/lib/libtk/generic/
H A DtkCanvPs.c41 char *pageHeightString; /* Printed height of output. */ member in struct:TkPostscriptInfo
90 "", Tk_Offset(TkPostscriptInfo, pageHeightString), 0},
185 psInfo.pageHeightString = NULL;
231 } else if (psInfo.pageHeightString != NULL) {
232 if (GetPostscriptPoints(canvasPtr->interp, psInfo.pageHeightString,
517 if (psInfo.pageHeightString != NULL) {
518 ckfree(psInfo.pageHeightString);

Completed in 12 milliseconds