Home
last modified time | relevance | path

Searched refs:sh_min (Results 1 – 12 of 12) sorted by relevance

/dports/math/plplot/plplot-5.15.0/bindings/tk-x-plat/
H A DPlwindow.tcl69 method plshade {data xmin xmax ymin ymax sh_min sh_max sh_col} {
71 $sh_min $sh_max 1 $sh_col
/dports/math/plplot-ada/plplot-5.15.0/bindings/tk-x-plat/
H A DPlwindow.tcl69 method plshade {data xmin xmax ymin ymax sh_min sh_max sh_col} {
71 $sh_min $sh_max 1 $sh_col
/dports/math/plplot-ada/plplot-5.15.0/examples/tk/
H A Dtk04.in107 set sh_min [expr $min + ($max-$min)*$i/20.]
111 .plw plshade x $xmin $xmax $ymin $ymax $sh_min $sh_max 1 $sh_col 0 \
/dports/math/plplot/plplot-5.15.0/examples/tk/
H A Dtk04.in107 set sh_min [expr $min + ($max-$min)*$i/20.]
111 .plw plshade x $xmin $xmax $ymin $ymax $sh_min $sh_max 1 $sh_col 0 \
/dports/biology/emboss/EMBOSS-6.6.0/plplot/
H A Dplshade.c140 static PLFLT sh_max, sh_min; variable
505 sh_min = shade_min; in plshade_int()
732 if (*a < sh_min) in set_cond()
768 x[n++] = linear(a0, a1, sh_min); in find_interval()
782 x[n++] = linear(a0, a1, sh_min); in find_interval()
/dports/math/plplot-ada/plplot-5.15.0/src/
H A Dplshade.c135 static PLFLT sh_max, sh_min; variable
587 sh_min = shade_min; in plshade_int()
847 if ( *a < sh_min ) in set_cond()
888 x[n++] = linear( a0, a1, sh_min ); in find_interval()
906 x[n++] = linear( a0, a1, sh_min ); in find_interval()
/dports/math/plplot/plplot-5.15.0/src/
H A Dplshade.c135 static PLFLT sh_max, sh_min; variable
587 sh_min = shade_min; in plshade_int()
847 if ( *a < sh_min ) in set_cond()
888 x[n++] = linear( a0, a1, sh_min ); in find_interval()
906 x[n++] = linear( a0, a1, sh_min ); in find_interval()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dview2d_ops.c1911 static short mouse_in_scroller_handle(int mouse, int sc_min, int sc_max, int sh_min, int sh_max) in mouse_in_scroller_handle() argument
1918 if (sh_min <= sc_min && sc_max <= sh_max) { in mouse_in_scroller_handle()
1921 else if (sh_max <= sc_min || sc_max <= sh_min) { in mouse_in_scroller_handle()
1933 bool in_min = ((mouse <= (sh_min + V2D_SCROLL_HANDLE_SIZE_HOTSPOT)) && in mouse_in_scroller_handle()
1934 (mouse >= (sh_min - V2D_SCROLL_HANDLE_SIZE_HOTSPOT))); in mouse_in_scroller_handle()
1936 (mouse > (sh_min + V2D_SCROLL_HANDLE_SIZE_HOTSPOT))); in mouse_in_scroller_handle()
1937 const bool out_min = mouse < (sh_min - V2D_SCROLL_HANDLE_SIZE_HOTSPOT); in mouse_in_scroller_handle()
/dports/math/plplot/plplot-5.15.0/bindings/tcl/
H A DtclAPI.c3077 PLFLT xmin, xmax, ymin, ymax, sh_min, sh_max, sh_col; in plshadeCmd() local
3127 sh_min = atof( argv[6] ); in plshadeCmd()
3335 sh_min, sh_max, sh_cmap, sh_col, sh_wid, in plshadeCmd()
/dports/math/plplot-ada/plplot-5.15.0/bindings/tcl/
H A DtclAPI.c3077 PLFLT xmin, xmax, ymin, ymax, sh_min, sh_max, sh_col; in plshadeCmd() local
3127 sh_min = atof( argv[6] ); in plshadeCmd()
3335 sh_min, sh_max, sh_cmap, sh_col, sh_wid, in plshadeCmd()
/dports/math/plplot/plplot-5.15.0/doc/docbook/src/
H A Dplplotdoc.info-16537 sh_min sh_max sh_cmap sh_color sh_width \
/dports/math/plplot-ada/plplot-5.15.0/doc/docbook/src/
H A Dplplotdoc.info-16537 sh_min sh_max sh_cmap sh_color sh_width \