Home
last modified time | relevance | path

Searched refs:syoff (Results 1 – 8 of 8) sorted by relevance

/dports/games/barrage/barrage-1.0.5/src/
H A Dmain.c202 int sxoff, syoff, dxoff, dyoff; in scale_surface() local
216 sxoff = syoff = 0; in scale_surface()
221 memcpy(&pixel, src->pixels + syoff + sxoff, bpp); in scale_surface()
238 syoff += src->pitch; in scale_surface()
/dports/games/ltris/ltris-1.2.1/src/
H A Dsdl.c1025 int sxoff, syoff, dxoff, dyoff; in scale_surface() local
1039 sxoff = syoff = 0; in scale_surface()
1044 memcpy(&pixel, src->pixels + syoff + sxoff, bpp); in scale_surface()
1061 syoff += src->pitch; in scale_surface()
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dsearch.c52 real syoff = sc_p1->y-sc_p2->y; in BPMatches() local
58 syoff = -syoff; in BPMatches()
60 syoff *= scale; in BPMatches()
62 return( CoordMatches(sxoff,pxoff,s) && CoordMatches(syoff,pyoff,s)); in BPMatches()
64 return( CoordMatches(sxoff*s->matched_co+syoff*s->matched_si,pxoff,s) && in BPMatches()
65 CoordMatches(-sxoff*s->matched_si+syoff*s->matched_co,pyoff,s) ); in BPMatches()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dr_things.cpp2541 int i, j, k, x, y, syoff, ggxstart, ggystart, nxoff; in R_DrawVoxel() local
2632 syoff = DivScale21(globalposz - dasprz, FixedMul(dazscale, 0xE800)) + (mip->PivotZ << 7); in R_DrawVoxel()
2744 j = (ztop << 15) - syoff; in R_DrawVoxel()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DENGINE.C3912 long i, j, k, x, y, z, syoff, ggxstart, ggystart, nxoff; in drawvox() local
3982 syoff = divscale21(globalposz-dasprz,odayscale) + (dazpivot<<7); in drawvox()
4071 j = (voxptr[0]<<15)-syoff; in drawvox()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DENGINE.C3951 long i, j, k, x, y, z, syoff, ggxstart, ggystart, nxoff; in drawvox() local
4022 syoff = divscale21(globalposz-dasprz,odayscale) + (dazpivot<<7); in drawvox()
4111 j = (voxptr[0]<<15)-syoff; in drawvox()
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dengine.c2730 int i, j, k, x, y, syoff, ggxstart, ggystart, nxoff; in drawvox() local
2813 syoff = divscale21(globalposz-dasprz,odayscale) + (dazpivot<<7); in drawvox()
2904 j = (voxptr[0]<<15)-syoff; in drawvox()
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dengine.cpp4874 const int32_t syoff = divscale21(globalposz-dasprz,odayscale)+zoff; in classicDrawVoxel() local
5043 j = (j<<15)-syoff; in classicDrawVoxel()