Searched defs:numCoords (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DXDPSuserpath.c50 void PSDoUserPath(coords, numCoords, numType, ops, numOps, bbox, action)
52 int numCoords;
59 DPSDoUserPath(DPSGetCurrentContext(), coords, numCoords, numType, ops, local
63 void DPSDoUserPath(ctxt, coords, numCoords, numType, ops, numOps, bbox, action)
66 int numCoords;
109 numCoords += 4; /* Account for bbox */
113 nsHeader.length = numCoords;
123 _dpsP[2].length = (sizeof(NumStrHeader) + numCoords * numberSize);
133 numCoords -= 4; /* Unaccount for bbox */
146 DPSWriteStringChars(ctxt, (char *) coords, numCoords * numberSiz
[all...]

Completed in 36 milliseconds