Home
last modified time | relevance | path

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

/dports/graphics/povray36/povray-3.6.1/source/
H A Dsplines.cpp472 New->Cache_Valid = false; in Create_Spline()
527 New->Cache_Valid = false; // we don't copy the cache so mark it as invalid in Copy_Spline()
610 sp->Cache_Valid = false; in Insert_Spline_Entry()
710 if(sp->Cache_Valid == true) // doing this here is more efficient as it is rarely false [trf] in Get_Spline_Val()
718 sp->Cache_Valid = false; in Get_Spline_Val()
809 sp->Cache_Valid = true; in Get_Spline_Val()
H A Dframe.h1131 bool Cache_Valid; member
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dsplines.cpp967 New->Cache_Valid = false; in Create_Spline()
1022 New->Cache_Valid = false; // we don't copy the cache so mark it as invalid in Copy_Spline()
1141 sp->Cache_Valid = false; in Insert_Spline_Entry()
1296 if(sp->Cache_Valid == true) // doing this here is more efficient as it is rarely false [trf] in Get_Spline_Val()
1304 sp->Cache_Valid = false; in Get_Spline_Val()
1474 sp->Cache_Valid = true; in Get_Spline_Val()
H A Dframe.h1237 bool Cache_Valid; member