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

12

/haiku/headers/os/support/
H A DDateTime.h211 BTime fTime; member in class:BPrivate::BDateTime
/haiku/headers/private/kernel/
H A Dtracing.h121 bigtime_t Time() const { return fTime; }
132 bigtime_t fTime; member in class:AbstractTraceEntry
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DCommands.cpp503 fTime(time)
H A DCommands.h211 time_t fTime;
/haiku/src/add-ons/screen_savers/flurry/
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 DFlurry.h42 BTime fTime; member in class:FlurryView
H A DShared.h88 double fTime; member in struct:flurry_info_t
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 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.cpp17 fTime(system_time()),
/haiku/src/apps/haiku3d/
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;
H A DMeshInstance.h37 float fTime; member in class:MeshInstance
/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/bin/network/ppp_up/
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());
H A DPPPStatusView.h24 BStringView *fTime; member in class:PPPStatusView
/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/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/tracker/
H A DNodeWalker.h169 bigtime_t fTime; member in class:BTrackerPrivate::TQueryWalker
/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/headers/private/interface/
H A DColumnTypes.h111 struct tm fTime; member in class:BDateField
/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/headers/private/shared/
H A DDateTimeEdit.h113 BDateTime fTime; member in class:BPrivate::TimeEdit

Completed in 367 milliseconds

12