Lines Matching refs:rB

295 …ors(const basegfx::RasterConversionLineEntry3D& rA, const basegfx::RasterConversionLineEntry3D& rB)  in setupLineSpanInterpolators()  argument
298 const double xInvDelta(1.0 / (rB.getX().getVal() - rA.getX().getVal())); in setupLineSpanInterpolators()
302 const double fZB(rB.getZ().getVal()); in setupLineSpanInterpolators()
307 …mbHasTexCoor = SCANLINE_EMPTY_INDEX != rA.getTextureIndex() && SCANLINE_EMPTY_INDEX != rB.getTextu… in setupLineSpanInterpolators()
308 …LINE_EMPTY_INDEX != rA.getInverseTextureIndex() && SCANLINE_EMPTY_INDEX != rB.getInverseTextureInd… in setupLineSpanInterpolators()
313 …rCol && SCANLINE_EMPTY_INDEX != rA.getNormalIndex() && SCANLINE_EMPTY_INDEX != rB.getNormalIndex(); in setupLineSpanInterpolators()
314 …mOrCol && SCANLINE_EMPTY_INDEX != rA.getColorIndex() && SCANLINE_EMPTY_INDEX != rB.getColorIndex(); in setupLineSpanInterpolators()
321 const basegfx::ip_double& rTB(getTextureInterpolators()[rB.getTextureIndex()]); in setupLineSpanInterpolators()
329 … const basegfx::ip_triple& rITB(getInverseTextureInterpolators()[rB.getInverseTextureIndex()]); in setupLineSpanInterpolators()
340 const basegfx::ip_triple& rNB(getNormalInterpolators()[rB.getNormalIndex()]); in setupLineSpanInterpolators()
350 const basegfx::ip_triple& rCB(getColorInterpolators()[rB.getColorIndex()]); in setupLineSpanInterpolators()
358 …sterConversionLineEntry3D& rA, const basegfx::RasterConversionLineEntry3D& rB, sal_Int32 nLine, sa…
384 …sterConversionLineEntry3D& rA, const basegfx::RasterConversionLineEntry3D& rB, sal_Int32 nLine, sa… in processLineSpan() argument
391 …n(mrBuffer.getWidth(), (sal_uInt32)::std::max((sal_Int32)0, basegfx::fround(rB.getX().getVal())))); in processLineSpan()
396 setupLineSpanInterpolators(rA, rB); in processLineSpan()