Lines Matching refs:DPSPrintf
669 /* unlink context from chain temporarily, so DPSPrintf can be called */
673 DPSPrintf(ctxt, "%d /%s defineusername\n", i, userNames[i]);
1094 DPSPrintf(ctxt, "[ ");
1103 DPSPrintf(ctxt, "%d ", n32.i);
1107 DPSPrintf(ctxt, "%g ", n32.f);
1118 DPSPrintf(ctxt, "%d ", n16.i);
1122 DPSPrintf(ctxt, "%g ", n32.f);
1136 DPSPrintf(ctxt, "%g ", n32.f);
1143 DPSPrintf(ctxt, "%g ", n32.f);
1146 DPSPrintf(ctxt, "\n] ");
1261 /* NOTE: It's ok to call DPSPrintf (which calls DPSWritePostScript)
1278 DPSPrintf(ctxt, "true ");
1280 DPSPrintf(ctxt, "false ");
1284 DPSPrintf(ctxt, "%d ", i);
1300 DPSPrintf(ctxt, "%g ", f);
1309 if (lit) DPSPrintf(ctxt, "/");
1331 DPSPrintf(ctxt, " ");
1335 DPSPrintf(ctxt, (lit ? "[ " : "{ "));
1342 DPSPrintf(ctxt, (lit ? " ] " : " } "));
1346 DPSPrintf(ctxt, "/mark ");
1348 DPSPrintf(ctxt, "mark ");
1365 DPSPrintf(ctxt, "(");
1373 DPSPrintf(ctxt, "\\%c", c);
1375 DPSPrintf(ctxt, "\\n");
1377 DPSPrintf(ctxt, "\\%03.3o", (unsigned char) c);
1381 DPSPrintf(ctxt, ") ");
1390 DPSPrintf(ctxt, "\n ");
1394 DPSPrintf(ctxt, "\n");
1716 if (lit) DPSPrintf(ctxt, "/");
1718 DPSPrintf(ctxt, " ");
1749 DPSPrintf(ctxt, (lit ? "[ " : "{ "));
1752 DPSPrintf(ctxt, (lit ? " ] " : " } "));
1757 DPSPrintf(ctxt, "/mark ");
1759 DPSPrintf(ctxt, "mark ");
1791 DPSPrintf(ctxt, "\n ");
1795 DPSPrintf(ctxt, "\n");
1810 DPSPrintf(ctxt, "%d ", n32.i);
1815 DPSPrintf(ctxt, "%d ", n32.i);
1820 DPSPrintf(ctxt, "%d ", n16.i);
1825 DPSPrintf(ctxt, "%d ", n16.i);
1829 DPSPrintf(ctxt, "%d ", n32.i);
1841 DPSPrintf(ctxt, "%d ", n32.i);
1853 DPSPrintf(ctxt, "%d ", n16.i);
1865 DPSPrintf(ctxt, "%g ", n32.f);
1875 DPSPrintf(ctxt, "%g ", n32.f);
1884 DPSPrintf(ctxt, "%g ", n32.f);
1889 DPSPrintf(ctxt, "%g ", n32.f);
1893 DPSPrintf(ctxt, "true ");
1895 DPSPrintf(ctxt, "false ");
1898 DPSPrintf(ctxt, "(");
1904 DPSPrintf(ctxt, "(");
1910 DPSPrintf(ctxt, "(");
1920 DPSPrintf(ctxt, "\\%c", c);
1922 DPSPrintf(ctxt, "\\n");
1924 DPSPrintf(ctxt, "\\%03.3o", c);
1928 DPSPrintf(ctxt, ") ");
1931 DPSPrintf(ctxt, "/%s ", DPSSysNames[*buf]);
1934 DPSPrintf(ctxt, "%s ", DPSSysNames[*buf]);
1937 DPSPrintf(ctxt, "/%s ", DPSNameFromIndex(*buf));
1940 DPSPrintf(ctxt, "%s ", DPSNameFromIndex(*buf));
2356 DPSPrintf(ctxt, "%d /%s defineusername\n", globLastNameIndex, n);