Home
last modified time | relevance | path

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

/dports/games/spacejunk/spacejunk-1.0.5/sge030809/
H A Dsge_rotation.cpp129 sx = Sint32(ctdx + stx*dy + mx); /* Compute source anchor points */ \
155 sx = Sint32(ctdx + stx*dy + mx); /* Compute source anchor points */ \
222 sx = Sint32(ctdx + stx*dy + mx); /* Compute source anchor points */ \
271 sx = Sint32(ctdx + stx*dy + mx); /* Compute source anchor points */ \
361 Sint32 const ctdx = ctx*dx; in sge_transformNorm() local
462 Sint32 const ctdx = ctx*dx; in sge_transformAA() local
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/core/
H A Dtile_manager.cpp684 int32 const ctdx = ctx * dx; in get_rotated_tile() local
702 sx = int32(ctdx + stx * dy + mx); /* Compute source anchor points */ in get_rotated_tile()