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

/haiku-fatelf/src/apps/pulse/
H A DPrefs.h34 bool GetRect(const char *name, BRect *value, BRect *defaultvalue);
H A DPrefs.cpp49 if (!GetRect("normal_window_rect", &normal_window_rect, &r)) {
59 if (!GetRect("mini_window_rect", &mini_window_rect, &r)) {
65 if (!GetRect("prefs_window_rect", &prefs_window_rect, &r)) {
221 Prefs::GetRect(const char *name, BRect *value, BRect *defaultvalue) function in class:Prefs
/haiku-fatelf/src/apps/showimage/
H A DShowImageSettings.h30 BRect GetRect(const char* name, BRect defaultValue);
H A DShowImageUndo.h41 BRect GetRect() { return fRect; } function in class:ShowImageUndo
H A DShowImageApp.cpp247 fLastWindowFrame = fSettings.GetRect("WindowFrame", fLastWindowFrame);
H A DShowImageSettings.cpp85 ShowImageSettings::GetRect(const char* name, BRect defaultValue) function in class:ShowImageSettings
H A DShowImageView.cpp1493 _MergeWithBitmap(undoRestore, fUndo.GetRect());
1506 fSelectionBox.SetBounds(this, fUndo.GetRect());
/haiku-fatelf/headers/os/app/
H A DMessage.h454 BRect GetRect(const char* name, int32 index,
456 BRect GetRect(const char* name,

Completed in 101 milliseconds