Home
last modified time | relevance | path

Searched refs:normalize_height (Results 1 – 8 of 8) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/world/
H A DMapGen.h36 bool normalize_height; member
H A DMapGen.cpp803 if (settings->normalize_height) in mapgen_generate_from_heightmap()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Dsvghelper.c141 static double normalize_height(double height) in normalize_height() function
156 height = normalize_height(height); in svg_ubox()
175 height = normalize_height(height); in svg_lbox()
194 height = normalize_height(height); in svg_fbox()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A Dsvghelper.c141 static double normalize_height(double height) in normalize_height() function
156 height = normalize_height(height); in svg_ubox()
175 height = normalize_height(height); in svg_lbox()
194 height = normalize_height(height); in svg_fbox()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/
H A Dsvghelper.c141 static double normalize_height(double height) in normalize_height() function
156 height = normalize_height(height); in svg_ubox()
175 height = normalize_height(height); in svg_lbox()
194 height = normalize_height(height); in svg_fbox()
/dports/devel/py-urwid/urwid-2.1.2/urwid/
H A Ddecoration.py761 self.height_type, self.height_amount = normalize_height(height,
1000 def normalize_height(height, err): function
H A Dcontainer.py32 normalize_valign, normalize_height, simplify_align, simplify_width,
581 height_type, height_amount = normalize_height(height, OverlayError)
672 height_type, height_amount = normalize_height(
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DMapGen.cpp1145 mapgenSettings.normalize_height = _heightmapNormalize; in window_mapgen_heightmap_generate_map()