Home
last modified time | relevance | path

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

/dports/audio/bslizr-lv2/BSlizr-1.2.16/src/BWidgets/
H A DMessageBox.cpp287 int nrbuttons = 0; in update() local
293 ++nrbuttons; in update()
299 double buttonspace = (width - totalbuttonwidth) / (nrbuttons + 1); in update()
301 double buttonxpos = (totalbuttonwidth + (nrbuttons + 1) * buttonspace < width ? in update()
303 width / 2 - (totalbuttonwidth + (nrbuttons - 1) * buttonspace) / 2); in update()
/dports/audio/bangr-lv2/BAngr-1.6.0/src/BWidgets/
H A DMessageBox.cpp287 int nrbuttons = 0; in update() local
293 ++nrbuttons; in update()
299 double buttonspace = (width - totalbuttonwidth) / (nrbuttons + 1); in update()
301 double buttonxpos = (totalbuttonwidth + (nrbuttons + 1) * buttonspace < width ? in update()
303 width / 2 - (totalbuttonwidth + (nrbuttons - 1) * buttonspace) / 2); in update()
/dports/audio/bshapr-lv2/BShapr-0.13/src/BWidgets/
H A DMessageBox.cpp287 int nrbuttons = 0; in update() local
293 ++nrbuttons; in update()
299 double buttonspace = (width - totalbuttonwidth) / (nrbuttons + 1); in update()
301 double buttonxpos = (totalbuttonwidth + (nrbuttons + 1) * buttonspace < width ? in update()
303 width / 2 - (totalbuttonwidth + (nrbuttons - 1) * buttonspace) / 2); in update()
/dports/audio/bamp-lv2/BAmp-fe91b838f2ec801df55b12ffbdf6c6a4ab4ef093/BWidgets/
H A DMessageBox.cpp287 int nrbuttons = 0; in update() local
293 ++nrbuttons; in update()
299 double buttonspace = (width - totalbuttonwidth) / (nrbuttons + 1); in update()
301 double buttonxpos = (totalbuttonwidth + (nrbuttons + 1) * buttonspace < width ? in update()
303 width / 2 - (totalbuttonwidth + (nrbuttons - 1) * buttonspace) / 2); in update()
/dports/audio/bharvestr-lv2/BHarvestr-7e6a1e7c81d0af61d4fabcd823978d62c8970502/src/BWidgets/
H A DMessageBox.cpp287 int nrbuttons = 0; in update() local
293 ++nrbuttons; in update()
299 double buttonspace = (width - totalbuttonwidth) / (nrbuttons + 1); in update()
301 double buttonxpos = (totalbuttonwidth + (nrbuttons + 1) * buttonspace < width ? in update()
303 width / 2 - (totalbuttonwidth + (nrbuttons - 1) * buttonspace) / 2); in update()
/dports/audio/bchoppr-lv2/BChoppr-1.10.10/src/BWidgets/
H A DMessageBox.cpp287 int nrbuttons = 0; in update() local
293 ++nrbuttons; in update()
299 double buttonspace = (width - totalbuttonwidth) / (nrbuttons + 1); in update()
301 double buttonxpos = (totalbuttonwidth + (nrbuttons + 1) * buttonspace < width ? in update()
303 width / 2 - (totalbuttonwidth + (nrbuttons - 1) * buttonspace) / 2); in update()
/dports/audio/bjumblr-lv2/BJumblr-1.6.8/src/BWidgets/
H A DMessageBox.cpp287 int nrbuttons = 0; in update() local
293 ++nrbuttons; in update()
299 double buttonspace = (width - totalbuttonwidth) / (nrbuttons + 1); in update()
301 double buttonxpos = (totalbuttonwidth + (nrbuttons + 1) * buttonspace < width ? in update()
303 width / 2 - (totalbuttonwidth + (nrbuttons - 1) * buttonspace) / 2); in update()
/dports/audio/boops-lv2/BOops-1.8.2/src/BWidgets/
H A DMessageBox.cpp287 int nrbuttons = 0; in update() local
293 ++nrbuttons; in update()
299 double buttonspace = (width - totalbuttonwidth) / (nrbuttons + 1); in update()
301 double buttonxpos = (totalbuttonwidth + (nrbuttons + 1) * buttonspace < width ? in update()
303 width / 2 - (totalbuttonwidth + (nrbuttons - 1) * buttonspace) / 2); in update()
/dports/audio/bsequencer-lv2/BSEQuencer-1.8.10/src/BWidgets/
H A DMessageBox.cpp287 int nrbuttons = 0; in update() local
293 ++nrbuttons; in update()
299 double buttonspace = (width - totalbuttonwidth) / (nrbuttons + 1); in update()
301 double buttonxpos = (totalbuttonwidth + (nrbuttons + 1) * buttonspace < width ? in update()
303 width / 2 - (totalbuttonwidth + (nrbuttons - 1) * buttonspace) / 2); in update()
/dports/audio/bschaffl-lv2/BSchaffl-1.4.8/src/BWidgets/
H A DMessageBox.cpp287 int nrbuttons = 0; in update() local
293 ++nrbuttons; in update()
299 double buttonspace = (width - totalbuttonwidth) / (nrbuttons + 1); in update()
301 double buttonxpos = (totalbuttonwidth + (nrbuttons + 1) * buttonspace < width ? in update()
303 width / 2 - (totalbuttonwidth + (nrbuttons - 1) * buttonspace) / 2); in update()
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/viewers/
H A DFullViewer.cpp929 int nrbuttons = this->appbuttonlist->getLength(); in layoutAppButtons() local
930 if (nrbuttons == 0) return; in layoutAppButtons()
938 for (int i=0; i < nrbuttons; i++) { in layoutAppButtons()
/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Ddvdvob.c1272 const int nrbuttons = buf[i + 1]; in FindVobus() local
1274 for (j = 0; j < nrbuttons; j++) in FindVobus()