Home
last modified time | relevance | path

Searched refs:hook_threshold_ (Results 1 – 4 of 4) sorted by relevance

/glogg/glogg/src/
H A Dviewtools.cpp
H A Dviewtools.h
/glogg/src/
H A Dviewtools.cpp43 if ( ( ! hooked_ ) && position_ >= hook_threshold_ ) { in move()
44 position_ -= hook_threshold_; in move()
48 else if ( hooked_ && position_ <= - hook_threshold_ ) { in move()
49 position_ += hook_threshold_; in move()
H A Dviewtools.h34 ElasticHook( int hook_threshold ) : hook_threshold_( hook_threshold ) {} in ElasticHook()
68 const int hook_threshold_; variable