Home
last modified time | relevance | path

Searched refs:kPOVAttrib_WarningLevel (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/povray36/povray-3.6.1/source/base/
H A Dpovmsgid.h159 kPOVAttrib_WarningLevel = 'WLev', enumerator
/dports/graphics/megapov/megapov-1.2.1/source/base/
H A Dpovmsgid.h167 kPOVAttrib_WarningLevel = 'WLev', enumerator
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/povms/
H A Dpovmsid.h369 kPOVAttrib_WarningLevel = 'WLev', enumerator
/dports/graphics/povray37/povray-3.7.0.10/source/base/
H A Dpovmsgid.h362 kPOVAttrib_WarningLevel = 'WLev', enumerator
/dports/graphics/megapov/megapov-1.2.1/source/frontend/
H A Dprocessrenderoptions.cpp183 { "Warning_Level", kPOVAttrib_WarningLevel, kPOVMSType_Int },
287 { "WL", kPOVAttrib_WarningLevel, kPOVMSType_Int, kNoParameter },
/dports/graphics/povray36/povray-3.6.1/source/frontend/
H A Dprocessrenderoptions.cpp172 { "Warning_Level", kPOVAttrib_WarningLevel, kPOVMSType_Int },
274 { "WL", kPOVAttrib_WarningLevel, kPOVMSType_Int, kNoParameter },
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/backend/control/
H A Dscene.cpp106 sceneData->warningLevel = clip(parseOptions.TryGetInt(kPOVAttrib_WarningLevel, 9), 0, 9); in StartParser()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/frontend/
H A Dprocessrenderoptions.cpp227 { "Warning_Level", kPOVAttrib_WarningLevel, kPOVMSType_Int },
341 { "WL", kPOVAttrib_WarningLevel, kPOVMSType_Int, kNoParameter },
/dports/graphics/povray37/povray-3.7.0.10/source/frontend/
H A Dprocessrenderoptions.cpp220 { "Warning_Level", kPOVAttrib_WarningLevel, kPOVMSType_Int },
336 { "WL", kPOVAttrib_WarningLevel, kPOVMSType_Int, kNoParameter },
/dports/graphics/povray37/povray-3.7.0.10/source/backend/scene/
H A Dscene.cpp452 sceneData->warningLevel = clip(parseOptions.TryGetInt(kPOVAttrib_WarningLevel, 9), 0, 9); in StartParser()
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dpovmsrec.cpp277 if(POVMSUtil_GetInt(msg, kPOVAttrib_WarningLevel, &i) == 0) in Receive_RenderOptions()
/dports/graphics/povray36/povray-3.6.1/source/
H A Dpovmsrec.cpp272 if(POVMSUtil_GetInt(msg, kPOVAttrib_WarningLevel, &i) == 0) in Receive_RenderOptions()