Searched refs:IFS (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/screen_savers/ifs/
H A DIFS.h87 class IFS { class
89 IFS(BRect bounds);
90 virtual ~IFS();
H A DIFSSaver.h9 #include "IFS.h"
38 IFS* fIFS;
H A DIFS.cpp16 #include "IFS.h"
157 IFS::IFS(BRect bounds) function in class:IFS
271 IFS::~IFS()
281 IFS::Draw(BView* view, const buffer_info* info, int32 frames)
366 IFS::SetAdditive(bool additive)
373 IFS::SetSpeed(int32 speed)
381 IFS::_DrawFractal(BView* view, const buffer_info* info)
635 IFS
[all...]
H A DIFSSaver.cpp24 #define B_TRANSLATION_CONTEXT "Screensaver IFS"
47 BHandler("IFS Saver"),
60 if (message->FindBool("IFS additive", &fAdditive) != B_OK)
62 if (message->FindInt32("IFS speed", &fSpeed) != B_OK)
235 ret = into->AddBool("IFS additive", fAdditive);
237 ret = into->AddInt32("IFS speed", fSpeed);
275 fIFS = new IFS(bounds);

Completed in 65 milliseconds