Searched refs:fTime (Results 1 - 25 of 36) sorted by relevance

12

/haiku/src/apps/mediaplayer/support/
H A DEvent.cpp12 : fTime(0),
19 : fTime(time),
33 fTime = time;
40 return fTime;
54 printf("Event::Execute() - %" B_PRIdBIGTIME "\n", fTime);
H A DEvent.h29 bigtime_t fTime; member in class:Event
/haiku/src/servers/registrar/
H A DEvent.cpp41 /*! \var bigtime_t Event::fTime
59 : fTime(0),
71 : fTime(time),
96 fTime = time;
106 return fTime;
H A DEvent.h50 bigtime_t fTime; member in class:Event
/haiku/src/preferences/time/
H A DTZDisplay.cpp25 fTime("")
70 pt.x = bounds.right - StringWidth(fTime.String());
71 DrawString(fTime.String(), pt);
110 return fTime.String();
117 fTime.SetTo(time);
163 StringWidth(" ") + StringWidth(fTime.String()) + padding);
H A DTZDisplay.h48 BString fTime; member in class:TTZDisplay
/haiku/src/apps/haiku3d/
H A DMeshInstance.h37 float fTime; member in class:MeshInstance
H A DMeshInstance.cpp24 fTime(0.0f),
44 fTime += dt;
45 if (fTime >= fAnimOffset) {
46 float animTime = (fTime - fAnimOffset);
54 if (fTime >= fAnimOffset + animDuration) {
58 if (fTime >= animDuration * 6) {
59 fTime = 0.0;
/haiku/src/bin/network/ppp_up/
H A DPPPStatusView.h24 BStringView *fTime; member in class:PPPStatusView
H A DPPPStatusView.cpp50 fTime = new BStringView(rect, "Time", "");
51 fTime->SetAlignment(B_ALIGN_RIGHT);
52 fTime->SetFont(be_fixed_font);
99 AddChild(fTime);
162 fTime->SetText(text.String());
/haiku/src/kits/shared/
H A DDateTimeEdit.cpp96 fTime = BDateTime::CurrentDateTime(B_LOCAL_TIME);
173 fTime = BDateTime::CurrentDateTime(B_LOCAL_TIME);
175 fTime.SetTime(BTime(hour, minute, second));
189 return fTime.Time();
233 message->AddInt32("hour", fTime.Time().Hour());
234 message->AddInt32("minute", fTime.Time().Minute());
235 message->AddInt32("second", fTime.Time().Second());
242 time_t time = fTime.Time_t();
273 fTime.SetTime(BTime(value, fTime
[all...]
/haiku/src/add-ons/screen_savers/flurry/
H A DSpark.cpp108 double thisAngle = info->fTime*rotationsPerSecond;
133 colorTime = info->fTime;
150 colorTime = info->fTime + info->randomSeed;
160 cf = ((float)(cos(7.0 * ((info->fTime) * rotationsPerSecond))
161 + cos(3.0 * ((info->fTime) * rotationsPerSecond))
162 + cos(13.0 * ((info->fTime) * rotationsPerSecond))));
182 double thisAngle = info->fTime*rotationsPerSecond;
216 colorTime = info->fTime;
233 colorTime = info->fTime + info->randomSeed;
246 cf = ((float)cos(7.0 * ((info->fTime) * rotationsPerSecon
[all...]
H A DStar.cpp61 double thisAngle = info->fTime * rotationsPerSecond;
81 cf = ((float)(cos(7.0 * ((info->fTime) * rotationsPerSecond))
82 + cos(3.0 * ((info->fTime) * rotationsPerSecond))
83 + cos(13.0 * ((info->fTime) * rotationsPerSecond))));
H A DFlurry.cpp168 fFlurryInfo->fOldTime = fFlurryInfo->fTime;
169 fFlurryInfo->fTime = _SecondsSinceStart() + fFlurryInfo->randomSeed;
170 fFlurryInfo->fDeltaTime = fFlurryInfo->fTime - fFlurryInfo->fOldTime;
253 fFlurryInfo->fTime = _SecondsSinceStart() + fFlurryInfo->randomSeed;
254 fFlurryInfo->fDeltaTime = fFlurryInfo->fTime - fFlurryInfo->fOldTime;
H A DShared.h88 double fTime; member in struct:flurry_info_t
H A DFlurry.h42 BTime fTime; member in class:FlurryView
H A DSmoke.cpp97 if (info->fTime - s->lastParticleTime >= 1.0f / 121.0f) {
157 s->p[s->nextParticle].time.f[s->nextSubParticle] = info->fTime;
172 s->lastParticleTime = info->fTime;
175 s->lastParticleTime = info->fTime;
182 frameRate = ((double) info->dframe) / (info->fTime);
277 thisWidth = (streamSize + (info->fTime - s->p[i].time.f[k])
/haiku/src/apps/activitymonitor/
H A DSystemInfo.h44 bigtime_t Time() const { return fTime; }
70 bigtime_t fTime; member in class:SystemInfo
H A DSystemInfo.cpp17 fTime(system_time()),
/haiku/src/apps/deskbar/
H A DStatusView.cpp140 fTime(NULL),
167 fTime = new TTimeView(fMinimumTrayWidth, fMaxReplicantHeight - 1.0,
175 delete fTime;
197 fTime->SetShowSeconds(clock->showSeconds);
198 fTime->SetShowDayOfWeek(clock->showDayOfWeek);
199 fTime->SetShowTimeZone(clock->showTimeZone);
201 AddChild(fTime);
203 fTime->MoveTo(Bounds().right - fTime->Bounds().Width() - fTrayPadding, 2);
207 fTime
[all...]
/haiku/headers/private/print/
H A DJobs.h63 long fTime; // the time encoded in the file name member in class:Job
78 status_t InitCheck() const { return fTime >= 0 ? B_OK : B_ERROR; }
84 long Time() const { return fTime; }
/haiku/src/kits/support/
H A DDateTime.cpp1249 fTime()
1260 fTime(time)
1270 fTime(archive)
1295 ret = fTime.Archive(into);
1306 return fDate.IsValid() && fTime.IsValid();
1328 fTime = time;
1368 return fTime;
1378 return fTime;
1388 fTime = time;
1406 tm_struct.tm_hour = fTime
[all...]
/haiku/src/kits/media/legacy/
H A DOldAudioModule.h110 mk_time fTime; member in class:BAudioFileStream
134 mk_time fTime; member in class:BADCSource
/haiku/src/kits/print/
H A DJobs.cpp53 , fTime(-1)
75 fTime = 0;
86 if (p) fTime = atoi(p+1);
/haiku/src/kits/tracker/
H A DNodeWalker.h169 bigtime_t fTime; member in class:BTrackerPrivate::TQueryWalker

Completed in 205 milliseconds

12