Home
last modified time | relevance | path

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

/dports/science/ghemical/ghemical-3.0.0/src/
H A Dproject.cpp637 i32s views_for_other_cams = 0; in RemoveGraphicsClient() local
651 views_for_other_cams++; in RemoveGraphicsClient()
661 …if (!force && (views_for_other_cams + other_views_for_this_cam < 1)) // refuse to close the last v… in RemoveGraphicsClient()
707 i32s views_for_other_cams = 0; in IsThisLastGraphicsClient() local
716 views_for_other_cams++; in IsThisLastGraphicsClient()
724 if (views_for_other_cams + other_views_for_this_cam < 1) return true; in IsThisLastGraphicsClient()