Home
last modified time | relevance | path

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

/dports/graphics/povray37/povray-3.7.0.10/source/backend/scene/
H A Dthreaddata.cpp76BCyl_RInt = POV_MALLOC (2*sceneData->Max_Bounding_Cylinders*sizeof(BCYL_INT), "lathe intersection … in SceneThreadData()
124 POV_FREE(BCyl_RInt); in ~SceneThreadData()
H A Dthreaddata.h90 void *BCyl_RInt; variable
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/scene/
H A Dtracethreaddata.h104 vector<BCYL_INT> BCyl_RInt; variable
H A Dtracethreaddata.cpp78 BCyl_RInt.reserve(2*sceneData->Max_Bounding_Cylinders); in TraceThreadData()
/dports/graphics/povray37/povray-3.7.0.10/source/backend/shape/
H A Dsor.cpp337 BCYL_INT *rint = (BCYL_INT *) Thread->BCyl_RInt ; in Intersect()
H A Dlathe.cpp282 BCYL_INT *rint = (BCYL_INT *) Thread->BCyl_RInt ; in Intersect()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/shape/
H A Dsor.cpp340 vector<BCYL_INT>& rint = Thread->BCyl_RInt; in Intersect()
H A Dlathe.cpp284 vector<BCYL_INT>& rint = Thread->BCyl_RInt; in Intersect()
/dports/graphics/povray37/povray-3.7.0.10/source/backend/parser/
H A Dparse.cpp2973 …td->BCyl_RInt = POV_REALLOC (td->BCyl_RInt, 2*sceneData->Max_Bounding_Cylinders*sizeof(BCYL_INT), … in Parse_Lathe()
5789 …td->BCyl_RInt = POV_REALLOC (td->BCyl_RInt, 2*sceneData->Max_Bounding_Cylinders*sizeof(BCYL_INT), … in Parse_Sor()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/parser/
H A Dparser.cpp3185 td->BCyl_RInt.reserve(2*sceneData->Max_Bounding_Cylinders); in Parse_Lathe()
6083 td->BCyl_RInt.reserve(2*sceneData->Max_Bounding_Cylinders); in Parse_Sor()