Home
last modified time | relevance | path

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

/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCTRTextureGouraudNoZ.cpp48 …s32 spanR, spanG, spanB, spanStepR, spanStepG, spanStepB; // color interpolating values while draw… in drawIndexedTriangleList() local
236 spanStepR = (s32)((rightR - leftR) * tmpDiv); in drawIndexedTriangleList()
237 spanR = leftR+tDiffLeft*spanStepR; in drawIndexedTriangleList()
258 spanR += spanStepR; in drawIndexedTriangleList()
H A DCTRTextureGouraud.cpp113 …s32 spanR, spanG, spanB, spanStepR, spanStepG, spanStepB; // color interpolating values while draw… in drawIndexedTriangleList() local
320 spanStepR = (s32)((rightR - leftR) * tmpDiv); in drawIndexedTriangleList()
321 spanR = leftR+tDiffLeft*spanStepR; in drawIndexedTriangleList()
347 spanR += spanStepR; in drawIndexedTriangleList()
H A DCTRTextureGouraudAdd.cpp59 …s32 spanR, spanG, spanB, spanStepR, spanStepG, spanStepB; // color interpolating values while draw… in drawIndexedTriangleList() local
266 spanStepR = (s32)((rightR - leftR) * tmpDiv); in drawIndexedTriangleList()
267 spanR = leftR+tDiffLeft*spanStepR; in drawIndexedTriangleList()
300 spanR += spanStepR; in drawIndexedTriangleList()
H A DCTRGouraud.cpp47 …s32 spanR, spanG, spanB, spanStepR, spanStepG, spanStepB; // color interpolating values while draw… in drawIndexedTriangleList() local
244 spanStepR = (s32)((rightR - leftR) * tmpDiv); in drawIndexedTriangleList()
256 spanR += spanStepR; in drawIndexedTriangleList()