Home
last modified time | relevance | path

Searched refs:bodyFrame (Results 1 – 25 of 47) sorted by relevance

12

/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Dsolarsys.cpp351 ReferenceFrame* bodyFrame; in CreateTimelinePhase() local
356 if (bodyFrame == NULL) in CreateTimelinePhase()
365 bodyFrame = defaultBodyFrame; in CreateTimelinePhase()
367 bodyFrame->addRef(); in CreateTimelinePhase()
378 bodyFrame->release(); in CreateTimelinePhase()
405 bodyFrame->release(); in CreateTimelinePhase()
525 ReferenceFrame* bodyFrame = NULL; in CreateTimeline() local
548 bodyFrame = phase->bodyFrame(); in CreateTimeline()
578 bodyFrame = frame; in CreateTimeline()
587 if (bodyFrame == NULL) in CreateTimeline()
[all …]
H A Dtimelinephase.h55 ReferenceFrame* bodyFrame() const in bodyFrame() function
87 ReferenceFrame& bodyFrame,
H A Dbody.cpp243 return timeline->findPhase(tdb)->bodyFrame(); in getBodyFrame()
499 phase->bodyFrame()->getOrientation(tdb); in getOrientation()
533 ReferenceFrame* bodyFrame = phase->bodyFrame(); in getAngularVelocity() local
534 v = v * bodyFrame->getOrientation(tdb).toMatrix3(); in getAngularVelocity()
535 if (!bodyFrame->isInertial()) in getAngularVelocity()
537 v += bodyFrame->getAngularVelocity(tdb); in getAngularVelocity()
573 return phase->bodyFrame()->getOrientation(tdb); in getEclipticToFrame()
584 phase->bodyFrame()->getOrientation(tdb); in getEclipticToEquatorial()
595 phase->bodyFrame()->getOrientation(tdb); in getEclipticToBodyFixed()
H A Dtimelinephase.cpp94 ReferenceFrame& bodyFrame, in CreateTimelinePhase() argument
131 &bodyFrame, in CreateTimelinePhase()
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Dsolarsys.cpp351 ReferenceFrame* bodyFrame; in CreateTimelinePhase() local
356 if (bodyFrame == NULL) in CreateTimelinePhase()
365 bodyFrame = defaultBodyFrame; in CreateTimelinePhase()
367 bodyFrame->addRef(); in CreateTimelinePhase()
378 bodyFrame->release(); in CreateTimelinePhase()
405 bodyFrame->release(); in CreateTimelinePhase()
525 ReferenceFrame* bodyFrame = NULL; in CreateTimeline() local
548 bodyFrame = phase->bodyFrame(); in CreateTimeline()
578 bodyFrame = frame; in CreateTimeline()
587 if (bodyFrame == NULL) in CreateTimeline()
[all …]
H A Dtimelinephase.h55 ReferenceFrame* bodyFrame() const in bodyFrame() function
87 ReferenceFrame& bodyFrame,
H A Dbody.cpp243 return timeline->findPhase(tdb)->bodyFrame(); in getBodyFrame()
499 phase->bodyFrame()->getOrientation(tdb); in getOrientation()
533 ReferenceFrame* bodyFrame = phase->bodyFrame(); in getAngularVelocity() local
534 v = v * bodyFrame->getOrientation(tdb).toMatrix3(); in getAngularVelocity()
535 if (!bodyFrame->isInertial()) in getAngularVelocity()
537 v += bodyFrame->getAngularVelocity(tdb); in getAngularVelocity()
573 return phase->bodyFrame()->getOrientation(tdb); in getEclipticToFrame()
584 phase->bodyFrame()->getOrientation(tdb); in getEclipticToEquatorial()
595 phase->bodyFrame()->getOrientation(tdb); in getEclipticToBodyFixed()
H A Dtimelinephase.cpp94 ReferenceFrame& bodyFrame, in CreateTimelinePhase() argument
131 &bodyFrame, in CreateTimelinePhase()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.D2k/Traits/
H A DSpiceBloom.cs71 int bodyFrame = 0; field in OpenRA.Mods.D2k.Traits.SpiceBloom
108 if (newBodyFrame != bodyFrame) in ITick.Tick()
110 bodyFrame = newBodyFrame; in ITick.Tick()
111 body.Play(info.GrowthSequences[bodyFrame]); in ITick.Tick()
/dports/astro/py-ro/RO-3.6.9/python/RO/Wdg/
H A DInputDialog.py61 bodyFrame = Tkinter.Frame(self)
64 self.initialFocus = self.body(master = bodyFrame)
67 bodyFrame.pack(side="bottom")
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/streadway/amqp/
H A Dtypes.go422 type bodyFrame struct { struct
427 func (f *bodyFrame) channel() uint16 { return f.ChannelId } argument
H A Dchannel.go255 if err = ch.connection.send(&bodyFrame{
358 case *bodyFrame:
383 case *bodyFrame:
403 case *bodyFrame:
/dports/www/firefox/firefox-99.0/widget/
H A DnsNativeTheme.cpp613 if (nsIFrame* bodyFrame = GetBodyFrame(aFrame)) { in IsDarkBackground() local
615 bodyFrame->StyleBackground()->BackgroundColor(bodyFrame); in IsDarkBackground()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/
H A DnsNativeTheme.cpp636 nsIFrame* bodyFrame = GetBodyFrame(frame); in IsDarkBackground() local
637 if (bodyFrame) { in IsDarkBackground()
638 frame = bodyFrame; in IsDarkBackground()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/
H A DnsNativeTheme.cpp755 nsIFrame* bodyFrame = GetBodyFrame(frame); in IsDarkBackground() local
756 if (bodyFrame) { in IsDarkBackground()
757 frame = bodyFrame; in IsDarkBackground()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DnsNativeTheme.cpp647 if (nsIFrame* bodyFrame = GetBodyFrame(aFrame)) { in IsDarkBackground() local
649 bodyFrame->StyleBackground()->BackgroundColor(bodyFrame); in IsDarkBackground()
/dports/www/firefox-esr/firefox-91.8.0/widget/
H A DnsNativeTheme.cpp647 if (nsIFrame* bodyFrame = GetBodyFrame(aFrame)) { in IsDarkBackground() local
649 bodyFrame->StyleBackground()->BackgroundColor(bodyFrame); in IsDarkBackground()
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/xul/
H A DXULTreeGridAccessible.cpp416 nsIFrame* bodyFrame = bodyElement->GetPrimaryFrame(); in BoundsInCSSPixels() local
417 if (!bodyFrame) { in BoundsInCSSPixels()
421 CSSIntRect screenRect = bodyFrame->GetScreenRect(); in BoundsInCSSPixels()
H A DXULTreeAccessible.cpp630 nsIFrame* bodyFrame = bodyElement->GetPrimaryFrame(); in BoundsInCSSPixels() local
631 if (!bodyFrame) { in BoundsInCSSPixels()
635 CSSIntRect screenRect = bodyFrame->GetScreenRect(); in BoundsInCSSPixels()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/
H A DnsNativeTheme.cpp682 nsIFrame* bodyFrame = GetBodyFrame(frame); in IsDarkBackground() local
683 if (bodyFrame) { in IsDarkBackground()
684 frame = bodyFrame; in IsDarkBackground()
/dports/www/firefox/firefox-99.0/accessible/xul/
H A DXULTreeGridAccessible.cpp423 nsIFrame* bodyFrame = bodyElement->GetPrimaryFrame(); in BoundsInCSSPixels() local
424 if (!bodyFrame) { in BoundsInCSSPixels()
428 CSSIntRect screenRect = bodyFrame->GetScreenRect(); in BoundsInCSSPixels()
/dports/www/firefox-esr/firefox-91.8.0/accessible/xul/
H A DXULTreeGridAccessible.cpp422 nsIFrame* bodyFrame = bodyElement->GetPrimaryFrame(); in BoundsInCSSPixels() local
423 if (!bodyFrame) { in BoundsInCSSPixels()
427 CSSIntRect screenRect = bodyFrame->GetScreenRect(); in BoundsInCSSPixels()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/xul/
H A DXULTreeGridAccessible.cpp422 nsIFrame* bodyFrame = bodyElement->GetPrimaryFrame(); in BoundsInCSSPixels() local
423 if (!bodyFrame) { in BoundsInCSSPixels()
427 CSSIntRect screenRect = bodyFrame->GetScreenRect(); in BoundsInCSSPixels()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Dcelx_phase.cpp137 const ReferenceFrame* f = phase->bodyFrame(); in phase_bodyframe()
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Dcelx_phase.cpp137 const ReferenceFrame* f = phase->bodyFrame(); in phase_bodyframe()

12