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

/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DdpsXuserpath.h113 extern void PSDoUserPath(DPSPointer coords,
122 DPSPointer coords,
133 DPSPointer coords,
145 DPSPointer coords,
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DXDPSuserpath.c50 void PSDoUserPath(coords, numCoords, numType, ops, numOps, bbox, action)
51 DPSPointer coords;
59 DPSDoUserPath(DPSGetCurrentContext(), coords, numCoords, numType, ops, local
63 void DPSDoUserPath(ctxt, coords, numCoords, numType, ops, numOps, bbox, action)
65 DPSPointer coords;
146 DPSWriteStringChars(ctxt, (char *) coords, numCoords * numberSize);
150 coords, numCoords, numType, ops, numOps, bbox, action)
152 DPSPointer coords;
161 coords, numCoords, numType, ops,
166 coords, numCoord
[all...]
H A DFontSB.c4526 int coords; local
4555 coords = 0;
4559 coords += bd->internal_points[i] + 2;
4569 (int *) XtMalloc(coords * sizeof(int));
4571 (float *) XtMalloc(coords * sizeof(float));

Completed in 23 milliseconds