Home
last modified time | relevance | path

Searched refs:rightfactor (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/cegui/cegui-0.8.7/cegui/src/falagard/
H A DFrameComponent.cpp273 float leftfactor, rightfactor, topfactor, bottomfactor; in render_impl() local
316 rightfactor = leftfactor + finalRect.getWidth() / destRect.getWidth(); in render_impl()
347 rightfactor = leftfactor + finalRect.getWidth() / destRect.getWidth(); in render_impl()
351 … imageColours = finalColours.getSubRectangle(leftfactor, rightfactor, topfactor, bottomfactor); in render_impl()
378 rightfactor = leftfactor + finalRect.getWidth() / destRect.getWidth(); in render_impl()
408 rightfactor = leftfactor + finalRect.getWidth() / destRect.getWidth(); in render_impl()
437 rightfactor = leftfactor + finalRect.getWidth() / destRect.getWidth(); in render_impl()
468 rightfactor = leftfactor + finalRect.getWidth() / destRect.getWidth(); in render_impl()
499 rightfactor = leftfactor + finalRect.getWidth() / destRect.getWidth(); in render_impl()
530 rightfactor = leftfactor + finalRect.getWidth() / destRect.getWidth(); in render_impl()
[all …]
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/sandbox/distributions/examples/
H A Dmatchdist.py166 rightfactor = 1
174 rind = rightfactor
247 rind = rightfactor
/dports/math/gap/gap-4.11.0/pkg/qpa-version-1.30/lib/
H A Dmoduleprojres.gi701 fam, rightfactor, rfrep, xrep;
707 rightfactor := One(x![1][x![2]]);
731 rightfactor := ObjByExtRep(fam,rfrep);
733 rightfactor := (xCoeff/yCoeff)*One(x![1][x![2]])*TargetVertex(xMon);
739 return rightfactor;
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_things.c138 UINT8 rightfactor = ((rotation == ROT_R) ? 4 : 0); in R_InstallSpriteLump() local
161 sprtemp[frame].lumppat[r + rightfactor] = lumppat; in R_InstallSpriteLump()
162 sprtemp[frame].lumpid[r + rightfactor] = lumpid; in R_InstallSpriteLump()
163 sprtemp[frame].lumppat[r + rightfactor + 8] = lumppat; in R_InstallSpriteLump()
164 sprtemp[frame].lumpid[r + rightfactor + 8] = lumpid; in R_InstallSpriteLump()
169 …sprtemp[frame].flip |= (0x0F0F<<rightfactor); // 0000111100001111 or 1111000011110000 in binary, d… in R_InstallSpriteLump()
171 sprtemp[frame].flip &= ~(0x0F0F<<rightfactor); // ditto in R_InstallSpriteLump()