Home
last modified time | relevance | path

Searched defs:bump (Results 1 – 25 of 1948) sorted by last modified time

12345678910>>...78

/dports/textproc/sgmlformat/sgmlformat-1.7/instant/
H A Dtables.c1428 register bool bump; in TblColAdv() local
/dports/print/lyx/lyx-2.3.4.2/src/support/
H A DSystemcall.cpp420 int bump = 2; in waitWhile() local
/dports/net/rsync/rsync-3.2.3/
H A Drsync.h850 #define OPT_EXTRA(f,bump) ((union file_extras*)(f) - file_extra_cnt - 1 - (bump)) argument
/dports/graphics/sdl_ttf/SDL_ttf-2.0.11/
H A DSDL_ttf.c712 int bump = font->glyph_overhang; in Load_Glyph() local
717 int bump = (int)ceil(font->glyph_italics); in Load_Glyph() local
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/glsl/
H A DMakefile.am43 bump \ program
/dports/graphics/wings/wings-8d019ebe48/plugins_src/commands/
H A Dwpc_inset.erl867 bump(Vpos,_,0.0) -> function
869 bump(Vpos,FNorm,Bump)-> function
H A Dwpc_greebles.erl177 bump(Vpos,_,0.0) -> Vpos; function
178 bump(Vpos,FNorm,Bump)-> function
/dports/graphics/wings/wings-8d019ebe48/src/
H A Dwings_extrude_edge.erl30 bump(St0) -> function
46 bump(Faces, Dist, We0) -> function
/dports/games/tenebrae/tenebrae_0/
H A Dgl_draw.c1864 …yte *data,char *identifier, int width, int height, qboolean mipmap, qboolean alpha, qboolean bump) in GL_Upload8()
2036 …har *identifier, int width, int height, byte *data, qboolean mipmap, qboolean alpha, qboolean bump) in GL_LoadTexture()
/dports/games/spacejunk/spacejunk-1.0.5/sge030809/
H A Dsge_tt_text.cpp505 int bump = font->glyph_overhang; in Load_Glyph() local
510 int bump = (int)ceil(font->glyph_italics); in Load_Glyph() local
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/models/
H A DFGSurface.h88 void SetBumpiness(double bump) { bumpiness = bump; } in SetBumpiness()
/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dgame.c5192 oct_bb_t bump; in get_chr_level() local
H A Dcollision.c2142 bool_t collision = bfalse, bump = bfalse, valid_normal = bfalse; in do_chr_chr_collision() local
/dports/games/openmortal/openmortal-0.7/src/
H A Dsge_tt_text.cpp366 int bump = font->glyph_overhang; in Load_Glyph() local
371 int bump = (int)ceil(font->glyph_italics); in Load_Glyph() local
/dports/games/gtkradiant/GPL/GtkRadiant/plugins/shaders/
H A Dshaders.cpp409 bool Doom3Shader_parseHeightmap(Tokeniser& tokeniser, CopiedString& bump, CopiedString& heightmapSc… in Doom3Shader_parseHeightmap()
419 bool Doom3Shader_parseAddnormals(Tokeniser& tokeniser, CopiedString& bump) in Doom3Shader_parseAddnormals()
432 bool Doom3Shader_parseBumpmap(Tokeniser& tokeniser, CopiedString& bump, CopiedString& heightmapScal… in Doom3Shader_parseBumpmap()
/dports/devel/cl-asdf/asdf-a58828745a610c1af841a86587ba197707c89eb3/
H A DMakefile106 bump: bump-version target
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/regex-syntax/src/ast/
H A Dparse.rs472 fn bump(&self) -> bool { in bump() method
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/bumpalo/src/collections/
H A Dvec.rs541 pub fn new_in(bump: &'bump Bump) -> Vec<'bump, T> { in new_in() argument
581 pub fn with_capacity_in(capacity: usize, bump: &'bump Bump) -> Vec<'bump, T> { in with_capacity_in() argument
668 ) -> Vec<'bump, T> { in from_raw_parts_in()
1563 pub fn into_boxed_slice(mut self) -> crate::boxed::Box<'bump, [T]> { in into_boxed_slice()
1759 fn clone(&self) -> Vec<'bump, T> { in clone()
1770 fn clone(&self) -> Vec<'bump, T> { in clone()
2010 fn partial_cmp(&self, other: &Vec<'bump, T>) -> Option<Ordering> { in partial_cmp()
2020 fn cmp(&self, other: &Vec<'bump, T>) -> Ordering { in cmp()
2032 fn as_ref(&self) -> &Vec<'bump, T> { in as_ref()
2038 fn as_mut(&mut self) -> &mut Vec<'bump, T> { in as_mut()
[all …]
H A Draw_vec.rs159 pub fn bump(&self) -> &'a Bump { in bump() method
705 let bump = Bump::new(); in reserve_does_not_overallocate() localVariable
H A Dstring.rs95 let bump = $bump; localVariable
450 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
573 pub fn from_utf8(vec: Vec<'bump, u8>) -> Result<String<'bump>, FromUtf8Error<'bump>> { in from_utf8()
716 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
792 ) -> String<'bump> { in from_raw_parts_in()
831 pub unsafe fn from_utf8_unchecked(bytes: Vec<'bump, u8>) -> String<'bump> { in from_utf8_unchecked()
854 pub fn into_bytes(self) -> Vec<'bump, u8> { in into_bytes()
1448 pub unsafe fn as_mut_vec(&mut self) -> &mut Vec<'bump, u8> { in as_mut_vec()
1522 pub fn split_off(&mut self, at: usize) -> String<'bump> { in split_off()
1722 pub fn into_bytes(self) -> Vec<'bump, u8> { in into_bytes()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/lock_api/src/
H A Dmutex.rs103 unsafe fn bump(&self) { in bump() method
538 pub fn bump(s: &mut Self) { in bump() method
H A Dremutex.rs175 pub unsafe fn bump(&self) { in bump() method
657 pub fn bump(s: &mut Self) { in bump() method
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/syn/src/
H A Dbuffer.rs197 unsafe fn bump(self) -> Cursor<'a> { in bump() method
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/bumpalo/tests/
H A Dallocator_api.rs11 bump: Bump, field
H A Dquickchecks.rs115 let bump = Bump::new(); localVariable
128 let bump = Bump::new(); localVariable
146 let bump = Bump::new(); localVariable

12345678910>>...78