Home
last modified time | relevance | path

Searched refs:rightStepB (Results 1 – 6 of 6) sorted by relevance

/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCTRGouraudWire.cpp44 rightStepR, rightStepG, rightStepB; // color steps in drawIndexedTriangleList() local
135 rightStepB = (s32)(((s32)(video::getBlue(v2->Color)<<11) - rightB) * tmpDiv); in drawIndexedTriangleList()
151 rightStepB = (s32)(((s32)(video::getBlue(v3->Color)<<11) - rightB) * tmpDiv); in drawIndexedTriangleList()
198 rightB += rightStepB*leftx; in drawIndexedTriangleList()
246 rightB += rightStepB; in drawIndexedTriangleList()
270 rightStepB = (s32)(((s32)(video::getBlue(v3->Color)<<11) - rightB) * tmpDiv); in drawIndexedTriangleList()
H A DCTRGouraud.cpp46 rightStepR, rightStepG, rightStepB; // color steps in drawIndexedTriangleList() local
139 rightStepB = (s32)(((s32)(video::getBlue(v2->Color)<<11) - rightB) * tmpDiv); in drawIndexedTriangleList()
155 rightStepB = (s32)(((s32)(video::getBlue(v3->Color)<<11) - rightB) * tmpDiv); in drawIndexedTriangleList()
202 rightB += rightStepB*leftx; in drawIndexedTriangleList()
279 rightB += rightStepB; in drawIndexedTriangleList()
303 rightStepB = (s32)(((s32)(video::getBlue(v3->Color)<<11) - rightB) * tmpDiv); in drawIndexedTriangleList()
H A DCTRTextureGouraudWire.cpp45 rightStepR, rightStepG, rightStepB; // color steps in drawIndexedTriangleList() local
140 rightStepB = (s32)(((s32)(video::getBlue(v2->Color)<<8) - rightB) * tmpDiv); in drawIndexedTriangleList()
160 rightStepB = (s32)(((s32)(video::getBlue(v3->Color)<<8) - rightB) * tmpDiv); in drawIndexedTriangleList()
211 rightB += rightStepB*leftx; in drawIndexedTriangleList()
270 rightB += rightStepB; in drawIndexedTriangleList()
299 rightStepB = (s32)(((s32)(video::getBlue(v3->Color)<<8) - rightB) * tmpDiv); in drawIndexedTriangleList()
H A DCTRTextureGouraudNoZ.cpp47 rightStepR, rightStepG, rightStepB; // color steps in drawIndexedTriangleList() local
134 rightStepB = (s32)(((s32)(video::getBlue(v2->Color)<<8) - rightB) * tmpDiv); in drawIndexedTriangleList()
152 rightStepB = (s32)(((s32)(video::getBlue(v3->Color)<<8) - rightB) * tmpDiv); in drawIndexedTriangleList()
199 rightB += rightStepB*leftx; in drawIndexedTriangleList()
279 rightB += rightStepB; in drawIndexedTriangleList()
305 rightStepB = (s32)(((s32)(video::getBlue(v3->Color)<<8) - rightB) * tmpDiv); in drawIndexedTriangleList()
H A DCTRTextureGouraud.cpp112 rightStepR, rightStepG, rightStepB; // color steps in drawIndexedTriangleList() local
210 rightStepB = (s32)(((s32)(video::getBlue(v2->Color)<<8) - rightB) * tmpDiv); in drawIndexedTriangleList()
230 rightStepB = (s32)(((s32)(video::getBlue(v3->Color)<<8) - rightB) * tmpDiv); in drawIndexedTriangleList()
281 rightB += rightStepB*leftx; in drawIndexedTriangleList()
373 rightB += rightStepB; in drawIndexedTriangleList()
402 rightStepB = (s32)(((s32)(video::getBlue(v3->Color)<<8) - rightB) * tmpDiv); in drawIndexedTriangleList()
H A DCTRTextureGouraudAdd.cpp58 rightStepR, rightStepG, rightStepB; // color steps in drawIndexedTriangleList() local
156 rightStepB = (s32)(((s32)(video::getBlue(v2->Color)<<8) - rightB) * tmpDiv); in drawIndexedTriangleList()
176 rightStepB = (s32)(((s32)(video::getBlue(v3->Color)<<8) - rightB) * tmpDiv); in drawIndexedTriangleList()
227 rightB += rightStepB*leftx; in drawIndexedTriangleList()
326 rightB += rightStepB; in drawIndexedTriangleList()
355 rightStepB = (s32)(((s32)(video::getBlue(v3->Color)<<8) - rightB) * tmpDiv); in drawIndexedTriangleList()