Home
last modified time | relevance | path

Searched refs:FirstNonEmptyBounds (Results 1 – 9 of 9) sorted by relevance

/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/Render/
H A DSelectionDecorations.cs93 var bounds = decorationBounds.FirstNonEmptyBounds(self, wr); in DrawDecorations()
127 var bounds = decorationBounds.FirstNonEmptyBounds(self, worldRenderer); in DrawRollover()
H A DRenderNameTag.cs56 var bounds = decorationBounds.FirstNonEmptyBounds(self, wr); in IRenderAnnotations.RenderAnnotations()
H A DWithSpriteControlGroupDecoration.cs75 var bounds = decorationBounds.FirstNonEmptyBounds(self, wr); in DrawControlGroup()
H A DWithTextControlGroupDecoration.cs90 var bounds = decorationBounds.FirstNonEmptyBounds(self, wr); in DrawControlGroup()
H A DWithTextDecoration.cs105 var bounds = decorationBounds.FirstNonEmptyBounds(self, wr); in RenderInner()
H A DWithDecoration.cs148 var bounds = decorationBounds.FirstNonEmptyBounds(self, wr); in RenderInner()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/Traits/SupportPowers/
H A DChronoshiftPower.cs182 var bounds = unit.TraitsImplementing<IDecorationBounds>().FirstNonEmptyBounds(unit, wr); in RenderAnnotations()
305 var bounds = unit.TraitsImplementing<IDecorationBounds>().FirstNonEmptyBounds(unit, wr); in RenderAnnotations()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/SupportPowers/
H A DGrantExternalConditionPower.cs149 var bounds = unit.TraitsImplementing<IDecorationBounds>().FirstNonEmptyBounds(unit, wr); in RenderAnnotations()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Traits/
H A DTraitsInterfaces.cs136 …public static Rectangle FirstNonEmptyBounds(this IEnumerable<IDecorationBounds> decorationBounds, … in FirstNonEmptyBounds() method in OpenRA.Traits.DecorationBoundsExtensions
149 …public static Rectangle FirstNonEmptyBounds(this IDecorationBounds[] decorationBounds, Actor self,… in FirstNonEmptyBounds() method in OpenRA.Traits.DecorationBoundsExtensions