Home
last modified time | relevance | path

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

/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_utils/native/
H A Djuce_ios_BluetoothMidiDevicePairingDialogue.mm112 Rectangle<int>* btBounds)
115 auto boundsToUse = (btBounds != nullptr ? *btBounds : Rectangle<int> {});
H A Djuce_android_BluetoothMidiDevicePairingDialogue.cpp491 Rectangle<int>* btBounds) in open() argument
498 auto boundsToUse = (btBounds != nullptr ? *btBounds : Rectangle<int> {}); in open()