Home
last modified time | relevance | path

Searched refs:takew (Results 1 – 10 of 10) sorted by relevance

/dports/games/dungeon/dungeon-3.2_1/
H A DSOBJS.C96 if (prsvec_1.prsa != vindex_1.takew) {
202 if (prsvec_1.prsa != vindex_1.takew || ! findex_1.domef) {
212 if (prsvec_1.prsa == vindex_1.takew && play_1.winner == aindex_1.player) {
252 if (prsvec_1.prsa != vindex_1.takew) {
332 if (prsvec_1.prsa != vindex_1.takew) {
403 if (prsvec_1.prsa != vindex_1.takew) {
444 if (prsvec_1.prsa != vindex_1.takew || objcts_1.ocan[prsvec_1.prso - 1] !=
899 if (prsvec_1.prsa == vindex_1.takew) {
H A DOBJCTS.C142 if (prsvec_1.prsa != vindex_1.takew) {
290 if (prsvec_1.prsa != vindex_1.takew) {
438 if (prsvec_1.prsa != vindex_1.takew) {
545 if (findex_1.cagesf || prsvec_1.prsa != vindex_1.takew) {
836 if (prsvec_1.prsa != vindex_1.takew) {
1042 if (prsvec_1.prsa != vindex_1.takew) {
1053 if (prsvec_1.prsa != vindex_1.takew) {
H A DVILLNS.C91 if (prsvec_1.prsa != vindex_1.movew && prsvec_1.prsa != vindex_1.takew &&
109 if (prsvec_1.prsa != vindex_1.takew && prsvec_1.prsa != vindex_1.movew) {
290 if (prsvec_1.prsa == vindex_1.takew) {
443 if (prsvec_1.prsa != vindex_1.takew) {
H A DDVERB1.C285 prsvec_1.prsa = vindex_1.takew;
362 if (prsvec_1.prsa != vindex_1.takew) {
H A DACTORS.C82 if (prsvec_1.prsa == vindex_1.walkw || prsvec_1.prsa == vindex_1.takew ||
121 if (prsvec_1.prsa == vindex_1.takew || prsvec_1.prsa == vindex_1.dropw ||
H A DBALLOP.C82 if (prsvec_1.prsa != vindex_1.takew || prsvec_1.prso != findex_1.binff) {
H A DNOBJS.C101 prsvec_1.prsa != vindex_1.takew && prsvec_1.prsa != vindex_1.rubw)
574 if (prsvec_1.prsa != vindex_1.takew || prsvec_1.prso != oindex_1.rbeam) {
H A DVARS.H242 closew, findw, waitw, spinw, boardw, unboaw, takew, invenw, fillw, member
H A DROOMS.C136 if (prsvec_1.prsa != vindex_1.takew && (prsvec_1.prsa != vindex_1.putw ||
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/window/themes/
H A Dwindow_themes_cloud_list.cpp60 const auto takew = small.width(); in ColorsBackgroundFromImage() local
62 takew * to.height() / to.width(), in ColorsBackgroundFromImage()
65 ? small.copy(0, (small.height() - takeh) / 2, takew, takeh) in ColorsBackgroundFromImage()
72 const auto takew = std::max( in ColorsBackgroundFromImage() local
75 return (small.width() != takew) in ColorsBackgroundFromImage()
76 ? small.copy((small.width() - takew) / 2, 0, takew, takeh) in ColorsBackgroundFromImage()