Searched refs:PLUGIN_HAS_INLINE_DISPLAY (Results 1 – 8 of 8) sorted by relevance
189 static const uint PLUGIN_HAS_INLINE_DISPLAY = 0x800; variable
112 info.hints |= CB::PLUGIN_HAS_INLINE_DISPLAY; in get_cached_plugin_internal()267 info.hints |= CB::PLUGIN_HAS_INLINE_DISPLAY; in get_cached_plugin_lv2()
478 const uint hints = info->hints & ~(PLUGIN_HAS_CUSTOM_UI|PLUGIN_HAS_INLINE_DISPLAY); in handle_carla_get_plugin_info()
1629 …self.ui.l_idisp.setText(self.fTrYes if plugin['hints'] & PLUGIN_HAS_INLINE_DISPLAY else self.fTrNo)1941 hasIDisp = bool(phints & PLUGIN_HAS_INLINE_DISPLAY)
1764 hasInlineDisplay = bool(hints & PLUGIN_HAS_INLINE_DISPLAY)1808 hasInlineDisplay = bool(hints & PLUGIN_HAS_INLINE_DISPLAY)
238 PLUGIN_HAS_INLINE_DISPLAY = 0x800 variable
3189 pData->hints = (pData->hints & PLUGIN_HAS_INLINE_DISPLAY) ? PLUGIN_HAS_INLINE_DISPLAY : 0 in reload()5375 pData->hints |= PLUGIN_HAS_INLINE_DISPLAY; in recheckExtensions()
1432 pData->hints |= PLUGIN_HAS_INLINE_DISPLAY; in reload()