Home
last modified time | relevance | path

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

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dplotting.cpp1681 static int THICKIx = e->KeywordIx("THICK"); in usersym() local
1682 if ( e->KeywordPresent(THICKIx)) in usersym()
1684 if (e->IfDefGetKWAs<DFloatGDL>( THICKIx )) { in usersym()
1685 e->AssureFloatScalarKW(THICKIx, thethick); in usersym()
H A Dplotting.hpp994 static int THICKIx = e->KeywordIx("THICK"); in gdlGetPenThickness() local
995 e->AssureFloatScalarKWIfPresent(THICKIx, thick); in gdlGetPenThickness()