Home
last modified time | relevance | path

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

/dports/databases/grass7/grass-7.8.6/lib/ogsf/
H A Dgs_query.c195 int above, ret, num, i, usedx; in gs_los_intersect() local
266 usedx = (fabs(u_d[X]) > fabs(u_d[Y])); in gs_los_intersect()
267 if (usedx) { in gs_los_intersect()
312 if (usedx) { in gs_los_intersect()
336 if (usedx) { in gs_los_intersect()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_main.c628 INT32 usedx, usedy, halfwidth = vid.width/2, halfheight = vid.height/2; in R_CheckViewMorph() local
795 usedx = halfwidth + x2*fisheyemap[(int) floorf(fabsf(y2*zoomfactor))]; in R_CheckViewMorph()
798 usedpos = usedx + usedy*vid.width; in R_CheckViewMorph()
824 usedx = x2; in R_CheckViewMorph()
827 usedpos = usedx + usedy*vid.width; in R_CheckViewMorph()