Searched refs:GetInt (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/add-ons/translators/gif/
H A DPrefs.cpp58 if (!GetInt("palettemode", &palettemode, &di)) return;
60 if (!GetInt("palettesize", &palette_size_in_bits, &di)) return;
62 if (!GetInt("transparentred", &transparentred, &di)) return;
64 if (!GetInt("transparentgreen", &transparentgreen, &di)) return;
66 if (!GetInt("transparentblue", &transparentblue, &di)) return;
75 // GetInt
77 Prefs::GetInt(const char *name, int *value, int *defaultvalue) function in class:Prefs
H A DPrefs.h33 bool GetInt(const char *name, int *value, int *defaultvalue);
/haiku-fatelf/src/apps/pulse/
H A DPrefs.cpp42 if (!GetInt("window_mode", &window_mode, &i)) {
71 if (!GetInt("normal_bar_color", &normal_bar_color, &i)) {
77 if (!GetInt("mini_active_color", &mini_active_color, &i)) {
83 if (!GetInt("mini_idle_color", &mini_idle_color, &i)) {
89 if (!GetInt("mini_frame_color", &mini_frame_color, &i)) {
95 if (!GetInt("deskbar_active_color", &deskbar_active_color, &i)) {
101 if (!GetInt("deskbar_idle_color", &deskbar_idle_color, &i)) {
107 if (!GetInt("deskbar_frame_color", &deskbar_frame_color, &i)) {
123 if (!GetInt("deskbar_icon_width", &deskbar_icon_width, &i)) {
183 Prefs::GetInt(cons function in class:Prefs
[all...]
H A DPrefs.h32 bool GetInt(const char *name, int *value, int *defaultvalue);
/haiku-fatelf/src/add-ons/print/drivers/gutenprint/
H A DGPDriver.cpp172 GetJobData()->Settings().GetInt(key);
181 GetJobData()->Settings().GetInt(key);
/haiku-fatelf/headers/libs/print/libprint/
H A DJobData.h44 int32 GetInt(const char* key) const;
/haiku-fatelf/src/libs/print/libprint/
H A DJobData.cpp143 DriverSpecificSettings::GetInt(const char* key) const function in class:DriverSpecificSettings
H A DJobSetupDlg.cpp637 value = fJobData->Settings().GetInt(key);

Completed in 106 milliseconds