Home
last modified time | relevance | path

Searched refs:isflat (Results 1 – 18 of 18) sorted by relevance

/dports/math/octave-forge-image/image-2.12.0/inst/@strel/
H A Disflat.m17 ## @deftypefn {Function File} {@var{TF} =} isflat (@var{SE})
29 function TF = isflat (SE) function
H A Disscalar.m17 ## @deftypefn {Function File} {@var{TF} =} isflat (@var{SE})
H A Dsize.m17 ## @deftypefn {Function File} {@var{TF} =} isflat (@var{SE})
/dports/games/openttd/openttd-12.1/src/
H A Delrail.cpp283 bool isflat[TS_END]; in DrawRailCatenaryRailway() local
310 isflat[TS_HOME] = ((trackconfig[TS_HOME] & (TRACK_BIT_HORZ | TRACK_BIT_VERT)) != 0); in DrawRailCatenaryRailway()
342 isflat[TS_NEIGHBOUR] = ((trackconfig[TS_NEIGHBOUR] & (TRACK_BIT_HORZ | TRACK_BIT_VERT)) != 0); in DrawRailCatenaryRailway()
401 if (tileh[TS_HOME] == tileh[TS_NEIGHBOUR] || (isflat[TS_HOME] && isflat[TS_NEIGHBOUR])) { in DrawRailCatenaryRailway()
/dports/graphics/ocrad/ocrad-0.27/
H A Dprofile.h55 bool isflat();
H A Dcharacter_r11.cc322 if( lp.isflats() && ( lp.istip() || ( lp.isflat() && b.test_BD() ) ) ) in recognize112()
H A Dprofile.cc271 bool Profile::isflat() in isflat() function in Profile
/dports/games/zdoom/zdoom-2.8.1/src/textures/
H A Danimations.cpp587 bool isflat = false; in ParseWarp() local
592 isflat = true; in ParseWarp()
597 isflat = false; in ParseWarp()
604 …FTextureID picnum = CheckForTexture (sc.String, isflat ? FTexture::TEX_Flat : FTexture::TEX_Wall, … in ParseWarp()
/dports/games/ecwolf/ecwolf-1.3.3-src/src/textures/
H A Danimations.cpp557 bool isflat = false; in ParseWarp() local
562 isflat = true; in ParseWarp()
567 isflat = false; in ParseWarp()
574 …FTextureID picnum = CheckForTexture (sc->str, isflat ? FTexture::TEX_Flat : FTexture::TEX_Wall, te… in ParseWarp()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/object/
H A Dsp-star.h62 …Geom::Point center, double r1, double r2, double arg1, double arg2, bool isflat, double rounded, d…
H A Dsp-star.cpp446 …::Point center, gdouble r1, gdouble r2, gdouble arg1, gdouble arg2, bool isflat, double rounded, d… in sp_star_position_set() argument
451 star->flatsided = isflat; in sp_star_position_set()
455 if (isflat == false) { in sp_star_position_set()
/dports/math/octave-forge-image/image-2.12.0/
H A DINDEX120 @strel/isflat
/dports/math/octave/octave-6.4.0/scripts/plot/draw/private/
H A D__scatter__.m304 function render_size_color (hg, vert, s, c, marker, filled, isflat)
316 if (ischar (c) || ! isflat || gnuplot_hack)
363 marker, filled, isflat);
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dsplinefont.c1545 static bigreal SPLMaxHeight(SplineSet *spl, enum flatness *isflat) { in SPLMaxHeight() argument
1595 *isflat = f; in SPLMaxHeight()
1599 static bigreal SCMaxHeight(SplineChar *sc, int layer, enum flatness *isflat) { in SCMaxHeight() argument
1615 *isflat = f; in SCMaxHeight()
1619 static bigreal SPLMinHeight(SplineSet *spl, enum flatness *isflat) { in SPLMinHeight() argument
1669 *isflat = f; in SPLMinHeight()
1673 static bigreal SCMinHeight(SplineChar *sc, int layer, enum flatness *isflat) { in SCMinHeight() argument
1689 *isflat = f; in SCMinHeight()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/C3/src/lib_funcs/
H A Dpiecewisepoly.c1391 int isflat = piecewise_poly_isflat(p); in piecewise_poly_flatten() local
1392 if (isflat == 0){ in piecewise_poly_flatten()
/dports/lang/parrot/parrot-8.1.0/compilers/pct/src/PAST/
H A DCompiler.pir557 .local pmc isflat
558 isflat = cpast.'flat'()
564 if isflat goto flat_named
580 if isflat goto flat_pos
/dports/math/octave/octave-6.4.0/scripts/help/
H A D__unimplemented__.m317 "isflat", "isicc", "isrset", "lab2double", "lab2uint16", ...
/dports/mail/assp/assp-1.9.9.14158/ASSP_1.9.9_14158_install/ASSP/
H A Dassp.pl14490 sub isflat { subroutine