Home
last modified time | relevance | path

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

/dports/math/mathgl/mathgl-2.5/src/
H A Dbase.cpp1277 if(smooth<0) CurrPal=0; in AddTexture()
1308 CDef = i + (n>0 ? (p+0.5)/n : 0); CurrPal++; in NextColor()
1413 CDef = tt+((n+CurrPal-1)%n+0.5)/n; in SetPenPal()
1414 if(Id) *Id=long(tt)*256+(n+CurrPal-1)%n; in SetPenPal()
H A Dcanvas.cpp238 SetRotatedText(true); CurrPal = 0; in DefaultPlotParam()
/dports/math/mathgl/mathgl-2.5/include/mgl2/
H A Dbase.h455 inline void ResetPal() { CurrPal=0; } in ResetPal()
711 long CurrPal; ///< Current palette index variable