Home
last modified time | relevance | path

Searched refs:draw_boundary (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/ifs-compose/
H A Difs-compose-utils.c675 elem->click_boundary = elem->draw_boundary; in aff_element_compute_click_boundary()
692 if (elem->draw_boundary) in aff_element_compute_boundary()
693 g_free (elem->draw_boundary); in aff_element_compute_boundary()
740 if (elem->click_boundary != elem->draw_boundary) in aff_element_draw()
760 elem->draw_boundary->points[0].x, in aff_element_draw()
761 elem->draw_boundary->points[0].y); in aff_element_draw()
763 for (i = 1; i < elem->draw_boundary->npoints; i++) in aff_element_draw()
765 elem->draw_boundary->points[i].x, in aff_element_draw()
801 elem->draw_boundary = NULL; in aff_element_new()
817 if (elem->click_boundary != elem->draw_boundary) in aff_element_free()
[all …]
H A Difs-compose.h76 IPolygon *draw_boundary; member
H A Difs-compose.c1850 elem->draw_boundary = NULL; in undo_update()
/dports/games/hyperrogue/hyperrogue-12.0f/rogueviz/
H A Dinner-maps.cpp60 draw_boundary(0); in gentexture()
61 draw_boundary(1); in gentexture()
/dports/science/devisor/devisor2.1/devisor2/grid/options/
H A DDrawControl.java36 draw_boundary = Boolean.valueOf(op.get (Options.draw_drawboundary)).booleanValue(); in DrawControl()
162 public boolean draw_boundary; field in DrawControl
/dports/biology/emboss/EMBOSS-6.6.0/plplot/
H A Dplshade.c170 draw_boundary(PLINT slope, PLFLT *x, PLFLT *y);
702 draw_boundary(slope, x, y); in plshade_int()
1020 draw_boundary(PLINT slope, PLFLT *x, PLFLT *y) in draw_boundary() function
/dports/math/plplot-ada/plplot-5.15.0/src/
H A Dplshade.c163 draw_boundary( PLINT slope, PLFLT *x, PLFLT *y );
813 draw_boundary( slope, x, y ); in plshade_int()
1186 draw_boundary( PLINT slope, PLFLT *x, PLFLT *y ) in draw_boundary() function
/dports/math/plplot/plplot-5.15.0/src/
H A Dplshade.c163 draw_boundary( PLINT slope, PLFLT *x, PLFLT *y );
813 draw_boundary( slope, x, y ); in plshade_int()
1186 draw_boundary( PLINT slope, PLFLT *x, PLFLT *y ) in draw_boundary() function
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/grid/
H A Dgrid_out.h554 bool draw_boundary;
/dports/science/devisor/devisor2.1/devisor2/foundation/base/
H A DBasicDomain.java1206 if (cc.dc.draw_boundary) in draw()
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Drug.cpp1077 draw_boundary(0); in prepareTexture()
1078 draw_boundary(1); in prepareTexture()
H A Dhypgraph.cpp2387 EX void draw_boundary(int w) { in draw_boundary() function
H A Dgraph.cpp5213 draw_boundary(0); in drawfullmap()
5214 draw_boundary(1); in drawfullmap()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/grid/
H A Dgrid_out.cc363 : draw_boundary(true) in XFig()
395 draw_boundary = param.get_bool("Boundary"); in parse_parameters()
1416 if (xfig_flags.draw_boundary) in write_xfig()