Lines Matching refs:pscol
66 size_t pscol; /* visible column (AFM units) */
862 p->ps->pscol = p->ps->left;
870 p->ps->pscol = p->ps->left;
922 p->ps->pscol = p->ps->left;
967 AFM2PNT(p, p->ps->pscol),
971 AFM2PNT(p, p->ps->pscol),
1004 p->ps->pscol += (size_t)fonts[f].gly[c].wx;
1116 savecol = p->ps->pscol;
1140 if (p->ps->pscol + wx < p->ps->pscolnext)
1141 p->ps->pscol = (p->ps->pscol +
1152 if (p->ps->pscol < p->ps->pscolnext) {
1154 p->ps->pscol = p->ps->pscolnext;
1175 if (p->ps->pscolnext < p->ps->pscol)
1176 p->ps->pscolnext = p->ps->pscol;
1178 p->ps->pscol = savecol;
1196 p->ps->pscol += len;
1218 p->ps->pscol = p->ps->left;