Home
last modified time | relevance | path

Searched refs:histogram_on (Results 1 – 21 of 21) sorted by relevance

/dports/graphics/megapov/megapov-1.2.1/source/
H A Dhistogra.cpp96 if (opts.histogram_on) in initialise_histogram()
102 opts.histogram_on = false ; in initialise_histogram()
H A Dpovmsrec.cpp470 opts.histogram_on = b; in Receive_RenderOptions()
516 if (opts.histogram_on && (opts.Histogram_File_Name[0] == '\0') && (def_ext != NULL)) in Receive_RenderOptions()
522 if(opts.histogram_on && opts.Histogram_File_Name[0] == '\0') in Receive_RenderOptions()
H A Drendctrl.cpp748 if(opts.histogram_on) in FrameRender()
877 if (opts.histogram_on) in fix_up_rendering_window()
1335 opts.histogram_on = false; in init_vars()
H A Drender.cpp509 if (opts.histogram_on) in Initialize_Renderer()
1997 if (opts.histogram_on) in Start_Adaptive_Tracing()
2024 if (opts.histogram_on) in Start_Adaptive_Tracing()
3248 if (opts.histogram_on) in trace_pixel()
3331 if (opts.histogram_on) in trace_pixel()
3359 if (opts.histogram_on) in trace_pixel()
3442 if (opts.histogram_on) in trace_pixel()
H A Dpovray.h449 bool histogram_on; member
H A Dpng_pov.cpp606 if (!opts.histogram_on) in PNG_Image()
625 if (opts.histogram_on) in PNG_Image()
H A Dpovmsend.cpp446 err = POVMSUtil_SetBool(msg, kPOVAttrib_CreateHistogram, opts.histogram_on != 0); in BuildRenderOptions()
/dports/graphics/povray36/povray-3.6.1/source/
H A Dhistogra.cpp91 if (opts.histogram_on) in initialise_histogram()
97 opts.histogram_on = false ; in initialise_histogram()
H A Dpovmsrec.cpp461 opts.histogram_on = b; in Receive_RenderOptions()
507 if (opts.histogram_on && (opts.Histogram_File_Name[0] == '\0') && (def_ext != NULL)) in Receive_RenderOptions()
513 if(opts.histogram_on && opts.Histogram_File_Name[0] == '\0') in Receive_RenderOptions()
H A Drendctrl.cpp580 if(opts.histogram_on) in FrameRender()
701 if (opts.histogram_on) in fix_up_rendering_window()
1107 opts.histogram_on = false; in init_vars()
H A Dpovray.h396 bool histogram_on; member
H A Drender.cpp460 if (opts.histogram_on) in Initialize_Renderer()
1584 if (opts.histogram_on) in Start_Adaptive_Tracing()
1597 if (opts.histogram_on) in Start_Adaptive_Tracing()
2608 if (opts.histogram_on) in trace_pixel()
2645 if (opts.histogram_on) in trace_pixel()
H A Dpng_pov.cpp601 if (!opts.histogram_on) in PNG_Image()
620 if (opts.histogram_on) in PNG_Image()
H A Dpovmsend.cpp371 err = POVMSUtil_SetBool(msg, kPOVAttrib_CreateHistogram, opts.histogram_on != 0); in BuildRenderOptions()
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/visualizer/
H A Dhecmw_vis_psf_rendering.h61 int histogram_on; member
H A Dhecmw_vis_ray_trace.h108 int histogram_on; member
H A Dhecmw_vis_read_control.c1053 sr->histogram_on = get_int_item(para, buf, &location); in HECMW_vis_read_control()
1605 if (stat_para[54] == 0) sr->histogram_on = 0; in HECMW_vis_read_control()
1606 if ((sr->histogram_on < 0) || (sr->histogram_on > 2)) { in HECMW_vis_read_control()
2029 vr->histogram_on = get_int_item(para, buf, &location); in HECMW_vis_read_control()
2426 if (stat_para[45] == 0) vr->histogram_on = 0; in HECMW_vis_read_control()
2503 vr->histogram_on=0;
H A Dhecmw_vis_pvr_main.c329 if (vr->histogram_on == 1) in HECMW_vis_pvr_rendering()
332 if (vr->histogram_on == 2) in HECMW_vis_pvr_rendering()
H A Dhecmw_vis_rendering.c131 if (sr->histogram_on == 1) in HECMW_vis_rendering_surface()
134 if (sr->histogram_on == 2) in HECMW_vis_rendering_surface()
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/tools/neu2fstr/HECD/
H A DCHECDB_Visual.cpp552 histogram_on = 0; in Init()
590 WriteVisParam(hecd, "histogram_on", "I", histogram_on); in Write()
638 GENERATE_CODE(histogram_on, 1, dummy) in ReadData()
H A DCHECDB_Visual.h209 int histogram_on; // default:0 variable