Home
last modified time | relevance | path

Searched refs:usenextcell (Results 1 – 2 of 2) sorted by relevance

/dports/games/golly/golly-3.3-src/gui-common/
H A Dview.cpp1190 bool usenextcell; in PasteTemporaryToCurrent() local
1192 usenextcell = true; in PasteTemporaryToCurrent()
1196 usenextcell = top > cbottom || bottom < ctop || left > cright || right < cleft; in PasteTemporaryToCurrent()
1199 if ( usenextcell && pmode == And ) { in PasteTemporaryToCurrent()
1202 } else if ( usenextcell ) { in PasteTemporaryToCurrent()
/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxview.cpp582 bool usenextcell; in PasteTemporaryToCurrent() local
584 usenextcell = true; in PasteTemporaryToCurrent()
588 usenextcell = top > cbottom || bottom < ctop || left > cright || right < cleft; in PasteTemporaryToCurrent()
591 if ( usenextcell && pmode == And ) { in PasteTemporaryToCurrent()
594 } else if ( usenextcell ) { in PasteTemporaryToCurrent()