Home
last modified time | relevance | path

Searched refs:_duplicatable (Results 1 – 19 of 19) sorted by relevance

/dports/games/renpy/renpy-7.4.11-sdk/renpy/display/
H A Dimage.py433 _duplicatable = True variable in ImageReference
444 if rv.name._duplicatable:
448 rv._duplicatable = rv.target._duplicatable
457 self._duplicatable = self.target._duplicatable
563 self._duplicatable = True
568 self._duplicatable = True
615 if (prefix != self.style.prefix) and self._duplicatable:
627 if self._duplicatable:
663 if target._duplicatable:
H A Dtransform.py692 if duplicate and child._duplicatable:
696 if child._duplicatable:
697 self._duplicatable = True
771 if (child is not None) and (child._duplicatable):
786 if self.child and self.child._duplicatable:
787 self._duplicatable = True
789 self._duplicatable = False
860 _duplicatable = True variable in Transform
867 if not self._duplicatable:
H A Dimagelike.py203 self._duplicatable = self.image._duplicatable
563 rv._duplicatable = image._duplicatable
H A Dlayout.py155 if not self._duplicatable:
164 rv._duplicatable = False
169 if i._duplicatable:
170 rv._duplicatable = True
208 if child._duplicatable:
209 self._duplicatable = True
1383 _duplicatable = True variable in DynamicDisplayable
1433 if raw_child._duplicatable:
H A Dmodel.py31 if displayable._duplicatable:
H A Dparticle.py107 if d._duplicatable:
H A Dbehavior.py758 self._duplicatable = False
1149 if caret._duplicatable:
H A Dcore.py332 _duplicatable = False variable in Displayable
1348 rv._duplicatable = False
/dports/games/renpy/renpy-7.4.11-sdk/renpy/common/
H A D00placeholder.rpy187 _duplicatable = True
190 if not self._duplicatable:
197 rv._duplicatable = False
H A D00layeredimage.rpy685 if d._duplicatable:
/dports/games/renpy/renpy-7.4.11-sdk/renpy/gl2/
H A Dlive2d.py485 _duplicatable = True variable in Live2D
571 if not self._duplicatable:
626 rv._duplicatable = False
/dports/games/renpy/renpy-7.4.11-sdk/renpy/text/
H A Dextras.py239 _duplicatable = True variable in ParameterizedText
H A Dtext.py1521 _duplicatable = False variable in Text
1603 self._duplicatable = self.slow
1613 if self._duplicatable:
/dports/games/renpy/renpy-7.4.11-sdk/renpy/
H A Dstyle.pxd65 if (d is not None) and d._duplicatable:
H A Dcharacter.py573 if (what_ctc is not None) and what_ctc._duplicatable:
578 if (ctc is not None) and ctc._duplicatable:
H A Dui.py593 if d._duplicatable:
623 if d._duplicatable:
H A Dlint.py616 if not d._duplicatable:
H A Datl.py413 if t.child and t.child._duplicatable:
1101 if child._duplicatable:
/dports/games/renpy/renpy-7.4.11-sdk/renpy/sl2/
H A Dsldisplayables.py442 if d._duplicatable: