Home
last modified time | relevance | path

Searched refs:ATLTransform (Results 1 – 6 of 6) sorted by relevance

/dports/games/renpy/renpy-7.4.11-sdk/renpy/display/
H A Dtransform.py659 if isinstance(self, ATLTransform):
672 elif isinstance(d, ATLTransform):
892 class ATLTransform(renpy.atl.ATLTransformBase, Transform): class
H A Dmotion.py29 from renpy.display.transform import Transform, Proxy, TransformState, ATLTransform, null # @Unused…
H A Dcore.py1101 thing = renpy.display.motion.ATLTransform(atl, child=thing)
/dports/games/renpy/renpy-7.4.11-sdk/renpy/
H A Dast.py1029 img = renpy.display.motion.ATLTransform(self.atl)
1075 trans = renpy.display.motion.ATLTransform(self.atl, parameters=parameters)
1119 at_list.append(renpy.display.motion.ATLTransform(atl))
1235 atl = renpy.display.motion.ATLTransform(self.atl)
1275 atl = renpy.display.motion.ATLTransform(self.atl)
H A Datl.py470 rv = renpy.display.motion.ATLTransform(
1063 children.append(renpy.display.motion.ATLTransform(i, context=ctx.context))
/dports/games/renpy/renpy-7.4.11-sdk/renpy/sl2/
H A Dslast.py42 from renpy.display.transform import Transform, ATLTransform
452 transform = ATLTransform(self.atl_transform, context=context.scope)