Home
last modified time | relevance | path

Searched refs:Preview_RefCon (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/povray36/povray-3.6.1/source/
H A Duserdisp.cpp153 POV_DISPLAY_PLOT(opts.Preview_RefCon, x, y1, r, g, b, a); in POV_Std_Display_Plot_Box()
154 POV_DISPLAY_PLOT(opts.Preview_RefCon, x, y2, r, g, b, a); in POV_Std_Display_Plot_Box()
159 POV_DISPLAY_PLOT(opts.Preview_RefCon, x1, y, r, g, b, a); in POV_Std_Display_Plot_Box()
160 POV_DISPLAY_PLOT(opts.Preview_RefCon, x2, y, r, g, b, a); in POV_Std_Display_Plot_Box()
H A Drenderio.cpp122 … POV_DISPLAY_PLOT(opts.Preview_RefCon, x, Output_File->Line() - 1, Red, Green, Blue, Alpha); in Read_Rendered_Part()
131 …POV_DISPLAY_PLOT_ROW(opts.Preview_RefCon, Frame.Screen_Width, Output_File->Line() - 1, 0, Frame.Sc… in Read_Rendered_Part()
698 …POV_DISPLAY_PLOT_ROW(opts.Preview_RefCon, Frame.Screen_Width, y, opts.First_Column, opts.Last_Colu… in output_single_image_line_with_alpha_correction()
745 POV_DISPLAY_PLOT(opts.Preview_RefCon, x, y, Red, Green, Blue, Alpha); in plot_pixel()
H A Drendctrl.cpp449 … Display_Started = POV_DISPLAY_INIT(opts.Preview_RefCon, Frame.Screen_Width, Frame.Screen_Height); in FrameRender()
573 POV_DISPLAY_FINISHED(opts.Preview_RefCon); in FrameRender()
575 POV_DISPLAY_CLOSE(opts.Preview_RefCon); in FrameRender()
1126 opts.Preview_RefCon = 0; in init_vars()
1386 POV_DISPLAY_CLOSE(opts.Preview_RefCon); in close_all()
H A Dpovray.h410 unsigned long Preview_RefCon; member
H A Drender.cpp914 …POV_DISPLAY_PLOT_RECT(opts.Preview_RefCon, x, Current_Line_Number, x2, y2, Red, Green, Blue, Alpha… in Start_Tracing_Mosaic_Preview()
1146 … POV_DISPLAY_PLOT(opts.Preview_RefCon, tx, Current_Line_Number+dy, tr, tg, tb, ta); in Start_Tracing_Radiosity_Preview()
1168 …POV_DISPLAY_PLOT_RECT(opts.Preview_RefCon, x, Current_Line_Number, x2, y2, Red, Green, Blue, Alpha… in Start_Tracing_Radiosity_Preview()
H A Dpovmsrec.cpp269 (void)POVMSAttr_Get(&attr, kPOVMSType_WildCard, (void *)(&opts.Preview_RefCon), &l); in Receive_RenderOptions()
H A Dvbuffer.cpp1859 POV_DISPLAY_PLOT_BOX(opts.Preview_RefCon, x1, y1, x2, y2, r, g, b, a); in draw_projection()
H A Dpovmsend.cpp268 …err = POVMSAttr_Set(&attr, kPOVMSType_WildCard, (void *)(&opts.Preview_RefCon), sizeof(unsigned lo… in BuildRenderOptions()
/dports/graphics/megapov/megapov-1.2.1/source/
H A Duserdisp.cpp180 POV_DISPLAY_PLOT(opts.Preview_RefCon, x, y1, r, g, b, a); in POV_Std_Display_Plot_Box()
181 POV_DISPLAY_PLOT(opts.Preview_RefCon, x, y2, r, g, b, a); in POV_Std_Display_Plot_Box()
186 POV_DISPLAY_PLOT(opts.Preview_RefCon, x1, y, r, g, b, a); in POV_Std_Display_Plot_Box()
187 POV_DISPLAY_PLOT(opts.Preview_RefCon, x2, y, r, g, b, a); in POV_Std_Display_Plot_Box()
H A Drenderio.cpp139 … POV_DISPLAY_PLOT(opts.Preview_RefCon, x, Output_File->Line() - 1, Red, Green, Blue, Alpha); in Read_Rendered_Part()
148 …POV_DISPLAY_PLOT_ROW(opts.Preview_RefCon, Frame.Screen_Width, Output_File->Line() - 1, 0, Frame.Sc… in Read_Rendered_Part()
783 …POV_DISPLAY_PLOT_ROW(opts.Preview_RefCon, Frame.Screen_Width, y, opts.First_Column, opts.Last_Colu… in output_single_image_line_with_alpha_correction()
830 POV_DISPLAY_PLOT(opts.Preview_RefCon, x, y, Red, Green, Blue, Alpha); in plot_pixel()
H A Drendctrl.cpp554 … Display_Started = POV_DISPLAY_INIT(opts.Preview_RefCon, Frame.Screen_Width, Frame.Screen_Height); in FrameRender()
741 POV_DISPLAY_FINISHED(opts.Preview_RefCon); in FrameRender()
743 POV_DISPLAY_CLOSE(opts.Preview_RefCon); in FrameRender()
1354 opts.Preview_RefCon = 0; in init_vars()
1655 POV_DISPLAY_CLOSE(opts.Preview_RefCon); in close_all()
H A Dpovray.h463 unsigned long Preview_RefCon; member
H A Drender.cpp963 …POV_DISPLAY_PLOT_RECT(opts.Preview_RefCon, x, Current_Line_Number, x2, y2, Red, Green, Blue, Alpha… in Start_Tracing_Mosaic_Preview()
1211 … POV_DISPLAY_PLOT(opts.Preview_RefCon, tx, Current_Line_Number+dy, tr, tg, tb, ta); in Start_Tracing_Radiosity_Preview()
1233 …POV_DISPLAY_PLOT_RECT(opts.Preview_RefCon, x, Current_Line_Number, x2, y2, Red, Green, Blue, Alpha… in Start_Tracing_Radiosity_Preview()
1416 POV_DISPLAY_PLOT_RECT(opts.Preview_RefCon, x1, y1, x2, y2, Red, Green, Blue, Alpha); in Radiosity_Pretrace_Subdivide()
1604 POV_DISPLAY_PLOT_RECT(opts.Preview_RefCon, x1, y1, x2, y2, Red, Green, Blue, Alpha); in Start_Tracing_Radiosity_Preview_Adaptive()
H A Dpovmsrec.cpp274 (void)POVMSAttr_Get(&attr, kPOVMSType_WildCard, (void *)(&opts.Preview_RefCon), &l); in Receive_RenderOptions()
H A Dpovmsend.cpp339 …err = POVMSAttr_Set(&attr, kPOVMSType_WildCard, (void *)(&opts.Preview_RefCon), sizeof(unsigned lo… in BuildRenderOptions()
H A Dvbuffer.cpp1946 POV_DISPLAY_PLOT_BOX(opts.Preview_RefCon, x1, y1, x2, y2, r, g, b, a); in draw_projection()