Searched refs:settings (Results 476 - 500 of 632) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/translators/tga/
H A DTGATranslator.h144 virtual BView *NewConfigView(TranslatorSettings *settings);
/haiku/src/add-ons/kernel/drivers/audio/ice1712/
H A Dice1712.cpp445 ice->buffer_size = ice->settings.bufferSize;
698 // get driver settings
699 void *settings_handle = load_driver_settings("ice1712.settings");
702 card->settings.bufferSize = 512;
715 card->settings.bufferSize = value;
737 if (card->settings.playback[i].mute == true) {
740 uint8 volume = card->settings.playback[i].volume / -1.5;
759 if (card->settings.record[i].mute == true) {
762 uint8 volume = card->settings.record[i].volume / -1.5;
778 uint8 out = card->settings
[all...]
/haiku/src/add-ons/kernel/network/ppp/ipcp/
H A DProtocol.h63 IPCP(KPPPInterface& interface, driver_parameter *settings);
/haiku/src/add-ons/accelerants/via/
H A DGetAccelerantHook.c33 #define HRDC(x) case B_##x: return si->settings.hardcursor? (void *)x: (void *)0; // apsed
/haiku/headers/private/debugger/target_host_interface/
H A DTargetHostInterface.h40 virtual status_t Init(Settings* settings) = 0;
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Dagp.c18 //! fix invalid AGP settings
65 if (di->settings.force_pci | !enable_agp) {
141 list current settings,
151 SHOW_INFO0(4, "listing settings now in use:");
/haiku/src/apps/webpositive/
H A DDownloadWindow.cpp121 SettingsMessage* settings)
129 settings->AddListener(BMessenger(this));
133 fDownloadPath = settings->GetValue(kSettingsKeyDownloadPath,
135 settings->SetValue(kSettingsKeyDownloadPath, fDownloadPath);
120 DownloadWindow(BRect frame, bool visible, SettingsMessage* settings) argument
/haiku/src/add-ons/translators/avif/
H A DAVIFTranslator.cpp91 // Default settings for the Translator
135 const translation_format* format, BMessage* settings,
139 (void)settings;
189 AVIFTranslator::NewConfigView(TranslatorSettings* settings) argument
191 return new ConfigView(settings);
134 DerivedIdentify(BPositionIO* stream, const translation_format* format, BMessage* settings, translator_info* info, uint32 outType) argument
/haiku/src/apps/icon-o-matic/
H A DMainWindow.h57 const BMessage* settings);
/haiku/src/preferences/filetypes/
H A DApplicationTypesWindow.cpp159 ApplicationTypesWindow::ApplicationTypesWindow(const BMessage& settings) argument
160 : BWindow(_Frame(settings), B_TRANSLATE("Application types"),
274 ApplicationTypesWindow::_Frame(const BMessage& settings) const
277 if (settings.FindRect("app_types_frame", &rect) == B_OK)
H A DFileTypesWindow.cpp334 FileTypesWindow::FileTypesWindow(const BMessage& settings) argument
336 BWindow(_Frame(settings), B_TRANSLATE_SYSTEM_NAME("FileTypes"),
343 if (settings.FindBool("show_icons", &showIcons) != B_OK)
345 if (settings.FindBool("show_rule", &showRule) != B_OK)
582 if (settings.FindFloat("left_split_weight", &leftWeight) != B_OK
583 || settings.FindFloat("right_split_weight", &rightWeight) != B_OK) {
623 // update settings
639 // update settings
999 FileTypesWindow::_Frame(const BMessage& settings) const
1002 if (settings
[all...]
/haiku/src/add-ons/translators/ico/
H A DICOTranslator.cpp72 // Default settings for the Translator
180 ICOTranslator::NewConfigView(TranslatorSettings *settings) argument
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dproto.h15 #define MSG(args) do { /* if needed or si->settings with si NULL */ \
19 uint32 mod = (si->settings.logmask & 0xfffffff0) & MODULE_BIT; \
20 uint32 lev = (si->settings.logmask & ~0xfffffff0) & level_bit; \
/haiku/src/apps/bootmanager/
H A DDefaultPartitionPage.cpp100 DefaultPartitionPage::DefaultPartitionPage(BMessage* settings, BRect frame, argument
103 WizardPageView(settings, frame, name, B_FOLLOW_ALL,
/haiku/src/apps/sudoku/
H A DSudokuView.h36 const BMessage& settings,
39 const BMessage& settings);
/haiku/src/apps/expander/
H A DExpanderPreferences.cpp44 ExpanderPreferences::ExpanderPreferences(BMessage* settings) argument
46 BWindow(BRect(0, 0, 325, 305), B_TRANSLATE("Expander settings"),
50 fSettings(settings),
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPInterface.h61 ppp_interface_id ID, const driver_settings *settings,
74 //! Returns interface's settings.
223 bool LoadModules(driver_settings *settings,
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowConfigView.cpp7 // This BView based object displays the SlideShowSaver settings options
47 // Sets up the view settings
58 uint32 resize, uint32 flags, LiveSettings *settings)
61 fSettings = settings;
145 // Releases the translator settings
57 SlideShowConfigView(const BRect &frame, const char *name, uint32 resize, uint32 flags, LiveSettings *settings) argument
/haiku/src/add-ons/kernel/network/ppp/ppp_manager/
H A DKPPPManager.cpp42 CreateInterface(const driver_settings* settings, ppp_interface_id parentID) argument
51 if (settings == NULL) {
/haiku/src/preferences/keymap/
H A DKeymapWindow.cpp1071 path.Append("Keymap settings");
1095 BMessage settings; local
1096 status = settings.Unflatten(&file);
1099 status = settings.FindRect("window frame", &frame);
1104 if (settings.FindString("keyboard layout", &layoutPath) == B_OK)
1122 BMessage settings('keym');
1123 settings.AddRect("window frame", Frame());
1127 settings.AddString("keyboard layout", path.Path());
1129 return settings.Flatten(&file);
/haiku/src/preferences/appearance/
H A DCurView.cpp52 :BView(frame,name,resize,flags), settings(B_SIMPLE_DATA)
338 // Save the current GUI cursor settings to the GUI cursors file in the
354 // Load the current GUI cursor settings from disk. This is done instead of
358 printf("Loading settings from disk\n");
360 settings.MakeEmpty();
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_proto.h10 #define MSG(args) do { /* if needed or si->settings with si NULL */ \
14 uint32 mod = (si->settings.logmask & 0xfffffff0) & MODULE_BIT; \
15 uint32 lev = (si->settings.logmask & ~0xfffffff0) & level_bit; \
/haiku/src/add-ons/accelerants/via/engine/
H A Dproto.h15 #define MSG(args) do { /* if needed or si->settings with si NULL */ \
19 uint32 mod = (si->settings.logmask & 0xfffffff0) & MODULE_BIT; \
20 uint32 lev = (si->settings.logmask & ~0xfffffff0) & level_bit; \
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_proto.h14 #define MSG(args) do { /* if needed or si->settings with si NULL */ \
18 uint32 mod = (si->settings.logmask & 0xfffffff0) & MODULE_BIT; \
19 uint32 lev = (si->settings.logmask & ~0xfffffff0) & level_bit; \
/haiku/src/add-ons/translators/webp/
H A DConfigView.cpp54 ConfigView::ConfigView(TranslatorSettings* settings) argument
57 fSettings(settings)

Completed in 188 milliseconds

<<11121314151617181920>>