Searched refs:GpIntPoints (Results 1 – 5 of 5) sorted by relevance
/dports/lang/yorick/yorick-y_2_2_04/gist/ |
H A D | engine.h | 132 PLUG_API long GpIntPoints(const GpXYMap *map, long maxPoints, long n,
|
H A D | ps.c | 352 GpIntPoints(&psEngine->e.map, 3, 2, x, y, &points); in BeginClip() 694 GpIntPoints(map, maxPoints, n, px, py, &points))) { in DrawLines() 790 GpIntPoints(map, maxPoints, n, px, py, &points))) { in DrawMarkers() 1127 GpIntPoints(map, maxPoints, n, px, py, &points))) { in DrawFill()
|
H A D | cgm.c | 551 GpIntPoints(&cgmEngine->e.map, 3, 2, x, y, &points); in BeginClip() 867 GpIntPoints(map, maxPoints, n, px, py, &points))) { in DrawLines() 979 GpIntPoints(map, maxPoints, n, px, py, &points))) { in DrawMarkers() 1227 GpIntPoints(map, maxPoints, n, px, py, &points))) { in DrawFill()
|
H A D | engine.c | 298 long GpIntPoints(const GpXYMap *map, long maxPoints, long n, in GpIntPoints() function
|
H A D | eps.c | 435 GpIntPoints(map, maxPoints, n, px, py, &points))) { in DrawLines()
|