Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dinterface_template_search_menu.c1087 float tip_init[2]; in ui_search_menu_create_tooltip() local
1089 tip_init[0] = event->x; in ui_search_menu_create_tooltip()
1090 tip_init[1] = event->y - (UI_UNIT_Y / 2); in ui_search_menu_create_tooltip()
1091 ui_window_to_block_fl(region, block, &tip_init[0], &tip_init[1]); in ui_search_menu_create_tooltip()
1093 but->rect.xmin = tip_init[0]; in ui_search_menu_create_tooltip()
1094 but->rect.xmax = tip_init[0]; in ui_search_menu_create_tooltip()
1095 but->rect.ymin = tip_init[1]; in ui_search_menu_create_tooltip()
1096 but->rect.ymax = tip_init[1]; in ui_search_menu_create_tooltip()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/test/
H A Dvalidation_block_tests.cpp276 const uint256 tip_init{last_mined->GetHash()}; in BOOST_AUTO_TEST_CASE() local
330 assert(tip_init != ::ChainActive().Tip()->GetBlockHash()); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/test/
H A Dvalidation_block_tests.cpp262 const uint256 tip_init{last_mined->GetHash()}; in BOOST_AUTO_TEST_CASE() local
309 assert(tip_init != m_node.chainman->ActiveChain().Tip()->GetBlockHash()); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/test/
H A Dvalidation_block_tests.cpp262 const uint256 tip_init{last_mined->GetHash()}; in BOOST_AUTO_TEST_CASE() local
309 assert(tip_init != m_node.chainman->ActiveChain().Tip()->GetBlockHash()); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/test/
H A Dvalidation_block_tests.cpp275 const uint256 tip_init{last_mined->GetHash()}; in BOOST_AUTO_TEST_CASE() local
328 assert(tip_init != ::ChainActive().Tip()->GetBlockHash()); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/test/
H A Dvalidation_block_tests.cpp275 const uint256 tip_init{last_mined->GetHash()}; in BOOST_AUTO_TEST_CASE() local
328 assert(tip_init != ::ChainActive().Tip()->GetBlockHash()); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/test/
H A Dvalidation_block_tests.cpp275 const uint256 tip_init{last_mined->GetHash()}; in BOOST_AUTO_TEST_CASE() local
328 assert(tip_init != ::ChainActive().Tip()->GetBlockHash()); in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/test/
H A Dvalidation_block_tests.cpp262 const uint256 tip_init{last_mined->GetHash()};
309 assert(tip_init != m_node.chainman->ActiveChain().Tip()->GetBlockHash());