Home
last modified time | relevance | path

Searched refs:fill_properties (Results 1 – 25 of 47) sorted by relevance

12

/dports/net/cloud-init/cloud-init-21.4/tests/unittests/test_datasource/
H A Dtest_ovf.py47 def fill_properties(props, template=OVF_ENV_CONTENT): function
63 env = fill_properties(props)
72 env = fill_properties(props)
80 env = fill_properties(props)
109 env = fill_properties(props)
148 env = fill_properties(props)
177 env = fill_properties(props)
555 env = fill_properties(props)
1040 content = fill_properties({})
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dplot3d.c141 sp->fill_properties = default_fillstyle; in sp_alloc()
142 if (sp->fill_properties.fillstyle == FS_EMPTY) in sp_alloc()
143 sp->fill_properties.fillstyle = FS_SOLID; in sp_alloc()
1164 color = this_plot->fill_properties.border_color.lt; in get_3ddata()
1197 if (this_plot->fill_properties.border_color.type == TC_RGB in get_3ddata()
1198 && this_plot->fill_properties.border_color.value < 0) { in get_3ddata()
2067 this_plot->fill_properties.fillpattern = 1; in eval_3dplots()
2069 parse_fillstyle(&this_plot->fill_properties); in eval_3dplots()
2073 this_plot->fill_properties.border_color.type = TC_DEFAULT; in eval_3dplots()
2154 this_plot->fill_properties.border_color in eval_3dplots()
[all …]
H A Dplot2d.c116 cp->fill_properties = default_fillstyle; in cp_alloc()
2564 this_plot->fill_properties = default_fillstyle; in eval_plots()
2565 this_plot->fill_properties.fillpattern = pattern_num; in eval_plots()
2566 parse_fillstyle(&this_plot->fill_properties); in eval_plots()
2568 && this_plot->fill_properties.fillstyle == FS_EMPTY) in eval_plots()
2569 this_plot->fill_properties.fillstyle = FS_SOLID; in eval_plots()
2701 this_plot->fill_properties = default_fillstyle; in eval_plots()
2703 parse_fillstyle(&this_plot->fill_properties); in eval_plots()
2705 if ((this_plot->fill_properties.fillstyle == FS_PATTERN) in eval_plots()
2709 && this_plot->fill_properties.fillstyle == FS_EMPTY) in eval_plots()
[all …]
H A Dgraphics.h61 struct fill_style_type fill_properties; member
H A Dpm3d.c476 plot_fillstyle = style_from_fill(&this_plot->fill_properties); in pm3d_plot()
484 if (this_plot->fill_properties.border_color.type == TC_RGB in pm3d_plot()
485 || this_plot->fill_properties.border_color.type == TC_LINESTYLE) { in pm3d_plot()
741 cb1 = cb2 = cb3 = cb4 = this_plot->fill_properties.border_color.lt; in pm3d_plot()
746 if (this_plot->fill_properties.border_color.type == TC_LINESTYLE) { in pm3d_plot()
960 gray = this_plot->fill_properties.border_color.lt; in pm3d_plot()
965 if (this_plot->fill_properties.border_color.type == TC_LINESTYLE) { in pm3d_plot()
1162 q->fillstyle = style_from_fill(&plot->fill_properties); in pm3d_add_polygon()
1244 q->qcolor.colorspec = &plot->fill_properties.border_color; in pm3d_add_polygon()
H A Dgraph3d.h98 struct fill_style_type fill_properties; member
H A Dgraphics.c1478 && need_fill_border(&plot->fill_properties)) { in plot_filledcurves()
1640 style = style_from_fill(&plot->fill_properties); in plot_steps()
1931 need_fill_border(&plot->fill_properties); in plot_bars()
2183 plot->fill_properties.fillpattern = histogram_linetype; in plot_boxes()
2256 style = style_from_fill(&plot->fill_properties); in plot_boxes()
2259 if (!need_fill_border(&plot->fill_properties)) in plot_boxes()
2489 need_fill_border(&plot->fill_properties); in plot_circles()
2575 need_fill_border(&plot->fill_properties); in plot_ellipses()
2916 int style = style_from_fill(&plot->fill_properties); in plot_c_bars()
2928 need_fill_border(&plot->fill_properties); in plot_c_bars()
[all …]
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dplot3d.c141 sp->fill_properties = default_fillstyle; in sp_alloc()
142 if (sp->fill_properties.fillstyle == FS_EMPTY) in sp_alloc()
143 sp->fill_properties.fillstyle = FS_SOLID; in sp_alloc()
1164 color = this_plot->fill_properties.border_color.lt; in get_3ddata()
1197 if (this_plot->fill_properties.border_color.type == TC_RGB in get_3ddata()
1198 && this_plot->fill_properties.border_color.value < 0) { in get_3ddata()
2067 this_plot->fill_properties.fillpattern = 1; in eval_3dplots()
2069 parse_fillstyle(&this_plot->fill_properties); in eval_3dplots()
2073 this_plot->fill_properties.border_color.type = TC_DEFAULT; in eval_3dplots()
2154 this_plot->fill_properties.border_color in eval_3dplots()
[all …]
H A Dplot2d.c116 cp->fill_properties = default_fillstyle; in cp_alloc()
2564 this_plot->fill_properties = default_fillstyle; in eval_plots()
2565 this_plot->fill_properties.fillpattern = pattern_num; in eval_plots()
2566 parse_fillstyle(&this_plot->fill_properties); in eval_plots()
2568 && this_plot->fill_properties.fillstyle == FS_EMPTY) in eval_plots()
2569 this_plot->fill_properties.fillstyle = FS_SOLID; in eval_plots()
2701 this_plot->fill_properties = default_fillstyle; in eval_plots()
2703 parse_fillstyle(&this_plot->fill_properties); in eval_plots()
2705 if ((this_plot->fill_properties.fillstyle == FS_PATTERN) in eval_plots()
2709 && this_plot->fill_properties.fillstyle == FS_EMPTY) in eval_plots()
[all …]
H A Dgraphics.h61 struct fill_style_type fill_properties; member
H A Dpm3d.c476 plot_fillstyle = style_from_fill(&this_plot->fill_properties); in pm3d_plot()
484 if (this_plot->fill_properties.border_color.type == TC_RGB in pm3d_plot()
485 || this_plot->fill_properties.border_color.type == TC_LINESTYLE) { in pm3d_plot()
741 cb1 = cb2 = cb3 = cb4 = this_plot->fill_properties.border_color.lt; in pm3d_plot()
746 if (this_plot->fill_properties.border_color.type == TC_LINESTYLE) { in pm3d_plot()
960 gray = this_plot->fill_properties.border_color.lt; in pm3d_plot()
965 if (this_plot->fill_properties.border_color.type == TC_LINESTYLE) { in pm3d_plot()
1162 q->fillstyle = style_from_fill(&plot->fill_properties); in pm3d_add_polygon()
1244 q->qcolor.colorspec = &plot->fill_properties.border_color; in pm3d_add_polygon()
H A Dgraph3d.h98 struct fill_style_type fill_properties; member
H A Dgraphics.c1478 && need_fill_border(&plot->fill_properties)) { in plot_filledcurves()
1640 style = style_from_fill(&plot->fill_properties); in plot_steps()
1931 need_fill_border(&plot->fill_properties); in plot_bars()
2183 plot->fill_properties.fillpattern = histogram_linetype; in plot_boxes()
2256 style = style_from_fill(&plot->fill_properties); in plot_boxes()
2259 if (!need_fill_border(&plot->fill_properties)) in plot_boxes()
2489 need_fill_border(&plot->fill_properties); in plot_circles()
2575 need_fill_border(&plot->fill_properties); in plot_ellipses()
2916 int style = style_from_fill(&plot->fill_properties); in plot_c_bars()
2928 need_fill_border(&plot->fill_properties); in plot_c_bars()
[all …]
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dgraphics.h61 struct fill_style_type fill_properties; member
H A Dgraph3d.h102 struct fill_style_type fill_properties; member
/dports/lang/clover/mesa-21.3.6/src/gallium/frontends/clover/api/
H A Dmemory.cpp87 fill_properties(const cl_mem_properties *d_properties) { in fill_properties() function
111 std::vector<cl_mem_properties> properties = fill_properties(d_properties); in clCreateBufferWithProperties()
210 std::vector<cl_mem_properties> properties = fill_properties(d_properties); in clCreateImageWithProperties()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/frontends/clover/api/
H A Dmemory.cpp87 fill_properties(const cl_mem_properties *d_properties) { in fill_properties() function
111 std::vector<cl_mem_properties> properties = fill_properties(d_properties); in clCreateBufferWithProperties()
210 std::vector<cl_mem_properties> properties = fill_properties(d_properties); in clCreateImageWithProperties()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/frontends/clover/api/
H A Dmemory.cpp87 fill_properties(const cl_mem_properties *d_properties) { in fill_properties() function
111 std::vector<cl_mem_properties> properties = fill_properties(d_properties); in clCreateBufferWithProperties()
210 std::vector<cl_mem_properties> properties = fill_properties(d_properties); in clCreateImageWithProperties()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/frontends/clover/api/
H A Dmemory.cpp87 fill_properties(const cl_mem_properties *d_properties) { in fill_properties() function
111 std::vector<cl_mem_properties> properties = fill_properties(d_properties); in clCreateBufferWithProperties()
210 std::vector<cl_mem_properties> properties = fill_properties(d_properties); in clCreateImageWithProperties()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/frontends/clover/api/
H A Dmemory.cpp87 fill_properties(const cl_mem_properties *d_properties) { in fill_properties() function
111 std::vector<cl_mem_properties> properties = fill_properties(d_properties); in clCreateBufferWithProperties()
210 std::vector<cl_mem_properties> properties = fill_properties(d_properties); in clCreateImageWithProperties()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/frontends/clover/api/
H A Dmemory.cpp87 fill_properties(const cl_mem_properties *d_properties) { in fill_properties() function
111 std::vector<cl_mem_properties> properties = fill_properties(d_properties); in clCreateBufferWithProperties()
210 std::vector<cl_mem_properties> properties = fill_properties(d_properties); in clCreateImageWithProperties()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/frontends/clover/api/
H A Dmemory.cpp87 fill_properties(const cl_mem_properties *d_properties) { in fill_properties() function
111 std::vector<cl_mem_properties> properties = fill_properties(d_properties); in clCreateBufferWithProperties()
210 std::vector<cl_mem_properties> properties = fill_properties(d_properties); in clCreateImageWithProperties()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/frontends/clover/api/
H A Dmemory.cpp87 fill_properties(const cl_mem_properties *d_properties) { in fill_properties() function
111 std::vector<cl_mem_properties> properties = fill_properties(d_properties); in clCreateBufferWithProperties()
210 std::vector<cl_mem_properties> properties = fill_properties(d_properties); in clCreateImageWithProperties()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/frontends/clover/api/
H A Dmemory.cpp87 fill_properties(const cl_mem_properties *d_properties) { in fill_properties() function
111 std::vector<cl_mem_properties> properties = fill_properties(d_properties); in clCreateBufferWithProperties()
210 std::vector<cl_mem_properties> properties = fill_properties(d_properties); in clCreateImageWithProperties()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/frontends/clover/api/
H A Dmemory.cpp87 fill_properties(const cl_mem_properties *d_properties) { in fill_properties() function
111 std::vector<cl_mem_properties> properties = fill_properties(d_properties); in clCreateBufferWithProperties()
210 std::vector<cl_mem_properties> properties = fill_properties(d_properties); in clCreateImageWithProperties()

12