Home
last modified time | relevance | path

Searched refs:switch_source (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dcluster_info.hpp29 bool switch_source; // For clusters with a touch, conform turn_info uu member
35 : switch_source(false) in cluster_info()
H A Dturn_info.hpp99 bool switch_source; // For u/u turns which can either switch or not member
110 , switch_source(false) in turn_info()
H A Dtraversal_switch_detector.hpp490 cinfo.switch_source = regions.size() <= 1; in iterate()
520 turn.switch_source = region0 == region1; in iterate()
536 << turn.switch_source << std::endl; in iterate()
546 << " -> " << cinfo.switch_source << std::endl; in iterate()
H A Dtraversal.hpp217 return turn.switch_source in select_source()
225 return turn.switch_source in select_source()
231 if (turn.switch_source) in select_source()
240 return turn.switch_source in select_source()
/OK3568_Linux_fs/kernel/drivers/staging/olpc_dcon/
H A Dolpc_dcon.c274 switch_source); in dcon_source_switch()
379 schedule_work(&dcon->switch_source); in dcon_set_source()
598 INIT_WORK(&dcon->switch_source, dcon_source_switch); in dcon_probe()
685 cancel_work_sync(&dcon->switch_source); in dcon_remove()
H A Dolpc_dcon.h66 struct work_struct switch_source; member