Home
last modified time | relevance | path

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

/dports/graphics/povray36/povray-3.6.1/source/frontend/
H A Dmessageoutput.cpp677 long Pixels_In_Image; in RenderStatistics() local
685 Pixels_In_Image = (long)i * (long)i2; in RenderStatistics()
688 if(Pixels_In_Image > POVMSLongToCDouble(l)) in RenderStatistics()
/dports/graphics/megapov/megapov-1.2.1/source/frontend/
H A Dmessageoutput.cpp718 long Pixels_In_Image; in RenderStatistics() local
726 Pixels_In_Image = (long)i * (long)i2; in RenderStatistics()
729 if(Pixels_In_Image > POVMSLongToCDouble(l)) in RenderStatistics()
/dports/graphics/povray37/povray-3.7.0.10/source/frontend/
H A Drenderfrontend.cpp1291 POV_LONG Pixels_In_Image; in RenderStatistics() local
1298 Pixels_In_Image = (POV_LONG)i * (POV_LONG)i2; in RenderStatistics()
1301 if(Pixels_In_Image > POVMSLongToCDouble(l)) in RenderStatistics()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/frontend/
H A Drenderfrontend.cpp1343 POV_LONG Pixels_In_Image; in RenderStatistics() local
1350 Pixels_In_Image = (POV_LONG)i * (POV_LONG)i2; in RenderStatistics()
1353 if(Pixels_In_Image > POVMSLongToCDouble(l)) in RenderStatistics()