Home
last modified time | relevance | path

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

/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dcharview.c155 static Color extremepointcol = 0xCAA80A; variable
238 …{ N_("Extrema Point Color"), "ExtremePointColor", rt_color, &extremepointcol, N_("The color used t…
394 extremepointcol = GResourceFindColor("CharView.ExtremePointColor",0xc00080); in CVColInit()
904 col = extremepointcol; in DrawPoint()
1336 Color col = i<ecnt ? extremepointcol : pointofinflectioncol; in CVMarkInterestingLocations()