Home
last modified time | relevance | path

Searched refs:EdgeContour (Results 1 – 1 of 1) sorted by relevance

/dports/audio/praat/praat-6.2.03/sys/
H A DGraphics_grey.cpp36 } structEdgeContour, *EdgeContour; typedef
38 static EdgeContour EdgeContour_create (integer numberOfPoints) { in EdgeContour_create()
39 EdgeContour result = Melder_calloc (structEdgeContour, 1); in EdgeContour_create()
45 static void EdgeContour_delete (EdgeContour e) { in EdgeContour_delete()
76 static EdgeContour *edgeContours;
165 EdgeContour e = edgeContours [++ numberOfEdgeContours] = EdgeContour_create (numberOfPoints); in makeEdgeContour()
310 EdgeContour c = edgeContours [i]; in smallGrey()
327 EdgeContour c = edgeContours [i]; in smallGrey()
366 EdgeContour c = edgeContours [iContour]; in smallGrey()
484 edgeContours = Melder_calloc (EdgeContour, MAXGREYEDGECONTOURS * numberOfBorders) - 1; in Graphics_grey()