Home
last modified time | relevance | path

Searched refs:bump_depth (Results 1 – 24 of 24) sorted by relevance

/dports/graphics/p5-Gimp/Gimp-2.33/examples/
H A Dwarp-sharp29 $image->selection_grow($blur_strength + $bump_depth + $displace_amount);
44 $bump_depth, $bump_xoff, $bump_yoff, 0,0,0,0,0);
46 $bump_depth, $bump_xoff, $bump_yoff, 0,0,0,0,0);
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.shaders/src/maya/
H A Das_maya_bump3d.osl89 float bump_depth = abs(in_bumpDepth);
93 in_bumpValue * 0.5 * in_bumpDepth, -bump_depth, bump_depth);
H A Das_maya_bump2d.osl147 float bump_depth = abs(in_bumpDepth);
151 in_bumpValue * 0.5 * in_bumpDepth, -bump_depth, bump_depth);
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.shaders/src/appleseed/
H A Das_bump.osl219 float bump_depth = abs(in_bump_depth);
223 -bump_depth,
224 bump_depth);
/dports/databases/py-gdbm/Python-3.8.12/Lib/idlelib/
H A Dundo.py102 self.undoblock.bump_depth()
105 if self.undoblock.bump_depth(-1) == 0:
334 def bump_depth(self, incr=1): member in CommandSequence
/dports/databases/py-sqlite3/Python-3.8.12/Lib/idlelib/
H A Dundo.py102 self.undoblock.bump_depth()
105 if self.undoblock.bump_depth(-1) == 0:
334 def bump_depth(self, incr=1): member in CommandSequence
/dports/lang/python310/Python-3.10.1/Lib/idlelib/
H A Dundo.py102 self.undoblock.bump_depth()
105 if self.undoblock.bump_depth(-1) == 0:
334 def bump_depth(self, incr=1): member in CommandSequence
/dports/lang/python-legacy/Python-2.7.18/Lib/idlelib/
H A DUndoDelegator.py100 self.undoblock.bump_depth()
103 if self.undoblock.bump_depth(-1) == 0:
335 def bump_depth(self, incr=1): member in CommandSequence
/dports/lang/python37/Python-3.7.12/Lib/idlelib/
H A Dundo.py102 self.undoblock.bump_depth()
105 if self.undoblock.bump_depth(-1) == 0:
334 def bump_depth(self, incr=1): member in CommandSequence
/dports/lang/python-tools/Python-3.8.12/Lib/idlelib/
H A Dundo.py102 self.undoblock.bump_depth()
105 if self.undoblock.bump_depth(-1) == 0:
334 def bump_depth(self, incr=1): member in CommandSequence
/dports/lang/python27/Python-2.7.18/Lib/idlelib/
H A DUndoDelegator.py100 self.undoblock.bump_depth()
103 if self.undoblock.bump_depth(-1) == 0:
335 def bump_depth(self, incr=1): member in CommandSequence
/dports/lang/python39/Python-3.9.9/Lib/idlelib/
H A Dundo.py102 self.undoblock.bump_depth()
105 if self.undoblock.bump_depth(-1) == 0:
334 def bump_depth(self, incr=1): member in CommandSequence
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/idlelib/
H A Dundo.py102 self.undoblock.bump_depth()
105 if self.undoblock.bump_depth(-1) == 0:
334 def bump_depth(self, incr=1): member in CommandSequence
/dports/lang/python311/Python-3.11.0a3/Lib/idlelib/
H A Dundo.py102 self.undoblock.bump_depth()
105 if self.undoblock.bump_depth(-1) == 0:
334 def bump_depth(self, incr=1): member in CommandSequence
/dports/lang/python38/Python-3.8.12/Lib/idlelib/
H A Dundo.py102 self.undoblock.bump_depth()
105 if self.undoblock.bump_depth(-1) == 0:
334 def bump_depth(self, incr=1): member in CommandSequence
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/rustc-demangle/src/
H A Dv0.rs623 fn bump_depth(&mut self) -> fmt::Result { in bump_depth() method
717 self.bump_depth()?; in print_path()
817 self.bump_depth()?; in print_type()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/rustc-demangle/src/
H A Dv0.rs623 fn bump_depth(&mut self) -> fmt::Result { in bump_depth() method
717 self.bump_depth()?; in print_path()
817 self.bump_depth()?; in print_type()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/rustc-demangle-0.1.19/src/
H A Dv0.rs623 fn bump_depth(&mut self) -> fmt::Result { in bump_depth() method
717 self.bump_depth()?; in print_path()
817 self.bump_depth()?; in print_type()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Dwc_db_update_move.c3771 svn_depth_t bump_depth, in check_bump_layer() argument
3779 *src_depth = bump_depth; in check_bump_layer()
3786 if (bump_depth == svn_depth_infinity) in check_bump_layer()
3792 switch (bump_depth) in check_bump_layer()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Dwc_db_update_move.c3771 svn_depth_t bump_depth, in check_bump_layer() argument
3779 *src_depth = bump_depth; in check_bump_layer()
3786 if (bump_depth == svn_depth_infinity) in check_bump_layer()
3792 switch (bump_depth) in check_bump_layer()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_wc/
H A Dwc_db_update_move.c3771 svn_depth_t bump_depth, in check_bump_layer() argument
3779 *src_depth = bump_depth; in check_bump_layer()
3786 if (bump_depth == svn_depth_infinity) in check_bump_layer()
3792 switch (bump_depth) in check_bump_layer()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Dwc_db_update_move.c3771 svn_depth_t bump_depth, in check_bump_layer() argument
3779 *src_depth = bump_depth; in check_bump_layer()
3786 if (bump_depth == svn_depth_infinity) in check_bump_layer()
3792 switch (bump_depth) in check_bump_layer()
/dports/devel/geany/geany-1.38/data/tags/
H A Dstd.py.tags1851 bump_depth�128�self, incr=1�CommandSequence
/dports/devel/geany-legacy/geany-1.37.1/data/tags/
H A Dstd.py.tags1851 bump_depth�128�self, incr=1�CommandSequence