Home
last modified time | relevance | path

Searched refs:kPOVAttrib_RemoveBounds (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/povray36/povray-3.6.1/source/base/
H A Dpovmsgid.h167 kPOVAttrib_RemoveBounds = 'RmBd', enumerator
/dports/graphics/megapov/megapov-1.2.1/source/base/
H A Dpovmsgid.h175 kPOVAttrib_RemoveBounds = 'RmBd', enumerator
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/povms/
H A Dpovmsid.h408 kPOVAttrib_RemoveBounds = 'RmBd', enumerator
/dports/graphics/povray37/povray-3.7.0.10/source/base/
H A Dpovmsgid.h399 kPOVAttrib_RemoveBounds = 'RmBd', enumerator
/dports/graphics/megapov/megapov-1.2.1/source/frontend/
H A Dprocessrenderoptions.cpp157 { "Remove_Bounds", kPOVAttrib_RemoveBounds, kPOVMSType_Bool },
282 { "UR", kNoParameter, kNoParameter, kPOVAttrib_RemoveBounds },
H A Dmessageoutput.cpp283 …GetOptionSwitchString(msg, kPOVAttrib_RemoveBounds), GetOptionSwitchString(msg, kPOVAttrib_SplitUn… in RenderOptions()
/dports/graphics/povray36/povray-3.6.1/source/frontend/
H A Dprocessrenderoptions.cpp146 { "Remove_Bounds", kPOVAttrib_RemoveBounds, kPOVMSType_Bool },
269 { "UR", kNoParameter, kNoParameter, kPOVAttrib_RemoveBounds },
H A Dmessageoutput.cpp247 …GetOptionSwitchString(msg, kPOVAttrib_RemoveBounds), GetOptionSwitchString(msg, kPOVAttrib_SplitUn… in RenderOptions()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/backend/control/
H A Dscene.cpp119 sceneData->removeBounds = parseOptions.TryGetBool(kPOVAttrib_RemoveBounds, true); in StartParser()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/frontend/
H A Dprocessrenderoptions.cpp197 { "Remove_Bounds", kPOVAttrib_RemoveBounds, kPOVMSType_Bool },
336 { "UR", kNoParameter, kNoParameter, kPOVAttrib_RemoveBounds },
H A Drenderfrontend.cpp965 GetOptionSwitchString(msg, kPOVAttrib_RemoveBounds, true), in ParserOptions()
/dports/graphics/povray37/povray-3.7.0.10/source/frontend/
H A Dprocessrenderoptions.cpp191 { "Remove_Bounds", kPOVAttrib_RemoveBounds, kPOVMSType_Bool },
331 { "UR", kNoParameter, kNoParameter, kPOVAttrib_RemoveBounds },
H A Drenderfrontend.cpp905 GetOptionSwitchString(msg, kPOVAttrib_RemoveBounds, true), in ParserOptions()
/dports/graphics/povray37/povray-3.7.0.10/source/backend/scene/
H A Dscene.cpp461 sceneData->removeBounds = parseOptions.TryGetBool(kPOVAttrib_RemoveBounds, true); in StartParser()
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dpovmsrec.cpp699 if(POVMSUtil_GetBool(msg, kPOVAttrib_RemoveBounds, &b) == 0) in Receive_RenderOptions()
H A Dpovmsend.cpp536 err = POVMSUtil_SetBool(msg, kPOVAttrib_RemoveBounds, (opts.Options & REMOVE_BOUNDS) != 0); in BuildRenderOptions()
/dports/graphics/povray36/povray-3.6.1/source/
H A Dpovmsrec.cpp690 if(POVMSUtil_GetBool(msg, kPOVAttrib_RemoveBounds, &b) == 0) in Receive_RenderOptions()
H A Dpovmsend.cpp461 err = POVMSUtil_SetBool(msg, kPOVAttrib_RemoveBounds, (opts.Options & REMOVE_BOUNDS) != 0); in BuildRenderOptions()