Home
last modified time | relevance | path

Searched defs:yIsLog (Results 1 – 3 of 3) sorted by relevance

/dports/lang/yorick/yorick-y_2_2_04/gist/
H A Ddraw0.c645 static int LinesDraw(void *el, int xIsLog, int yIsLog) in LinesDraw()
658 static int DisjointDraw(void *el, int xIsLog, int yIsLog) in DisjointDraw()
671 static int TextDraw(void *el, int xIsLog, int yIsLog) in TextDraw()
682 static int CellsDraw(void *el, int xIsLog, int yIsLog) in CellsDraw()
698 static int PolysDraw(void *el, int xIsLog, int yIsLog) in PolysDraw()
738 int xIsLog, int yIsLog) in MeshDrawSet()
752 static int MeshDraw(void *el, int xIsLog, int yIsLog) in MeshDraw()
762 static int FilledDraw(void *el, int xIsLog, int yIsLog) in FilledDraw()
773 static int VectorsDraw(void *el, int xIsLog, int yIsLog) in VectorsDraw()
785 static int ContoursDraw(void *el, int xIsLog, int yIsLog) in ContoursDraw()
[all …]
H A Dtick.c1134 int GaTicks(GaTickStyle *ticks, int xIsLog, int yIsLog) in GaTicks()
1141 int GaAltTick(GaTickStyle *ticks, int xIsLog, int yIsLog, in GaAltTick()
H A Ddraw.c562 int Gd_DrawRing(void *elv, int xIsLog, int yIsLog, GeSystem *sys, int t) in Gd_DrawRing()