Lines Matching refs:getVal

174 		    rTarget.setX(maIntTexture.getX().getVal());  in getTextureCoor()
175 rTarget.setY(maIntTexture.getY().getVal()); in getTextureCoor()
179 const double fZFactor(maIntInvTexture.getZ().getVal()); in getTextureCoor()
181 rTarget.setX(maIntInvTexture.getX().getVal() * fInvZFactor); in getTextureCoor()
182 rTarget.setY(maIntInvTexture.getY().getVal() * fInvZFactor); in getTextureCoor()
247 …basegfx::B3DVector(maIntNormal.getX().getVal(), maIntNormal.getY().getVal(), maIntNormal.getZ().ge… in decideColorAndOpacity()
256 …asegfx::BColor aBlendColor(maIntColor.getX().getVal(), maIntColor.getY().getVal(), maIntColor.getZ… in decideColorAndOpacity()
271 …basegfx::B3DVector(maIntNormal.getX().getVal(), maIntNormal.getY().getVal(), maIntNormal.getZ().ge… in decideColorAndOpacity()
280 rColor.setRed(maIntColor.getX().getVal()); in decideColorAndOpacity()
281 rColor.setGreen(maIntColor.getY().getVal()); in decideColorAndOpacity()
282 rColor.setBlue(maIntColor.getZ().getVal()); in decideColorAndOpacity()
298 const double xInvDelta(1.0 / (rB.getX().getVal() - rA.getX().getVal())); in setupLineSpanInterpolators()
301 const double fZA(rA.getZ().getVal()); in setupLineSpanInterpolators()
302 const double fZB(rB.getZ().getVal()); in setupLineSpanInterpolators()
323 rTA.getX().getVal(), (rTB.getX().getVal() - rTA.getX().getVal()) * xInvDelta, in setupLineSpanInterpolators()
324 rTA.getY().getVal(), (rTB.getY().getVal() - rTA.getY().getVal()) * xInvDelta); in setupLineSpanInterpolators()
331 rITA.getX().getVal(), (rITB.getX().getVal() - rITA.getX().getVal()) * xInvDelta, in setupLineSpanInterpolators()
332 rITA.getY().getVal(), (rITB.getY().getVal() - rITA.getY().getVal()) * xInvDelta, in setupLineSpanInterpolators()
333 rITA.getZ().getVal(), (rITB.getZ().getVal() - rITA.getZ().getVal()) * xInvDelta); in setupLineSpanInterpolators()
342 rNA.getX().getVal(), (rNB.getX().getVal() - rNA.getX().getVal()) * xInvDelta, in setupLineSpanInterpolators()
343 rNA.getY().getVal(), (rNB.getY().getVal() - rNA.getY().getVal()) * xInvDelta, in setupLineSpanInterpolators()
344 rNA.getZ().getVal(), (rNB.getZ().getVal() - rNA.getZ().getVal()) * xInvDelta); in setupLineSpanInterpolators()
352 rCA.getX().getVal(), (rCB.getX().getVal() - rCA.getX().getVal()) * xInvDelta, in setupLineSpanInterpolators()
353 rCA.getY().getVal(), (rCB.getY().getVal() - rCA.getY().getVal()) * xInvDelta, in setupLineSpanInterpolators()
354 rCA.getZ().getVal(), (rCB.getZ().getVal() - rCA.getZ().getVal()) * xInvDelta); in setupLineSpanInterpolators()
390 …n(mrBuffer.getWidth(), (sal_uInt32)::std::max((sal_Int32)0, basegfx::fround(rA.getX().getVal())))); in processLineSpan()
391 …n(mrBuffer.getWidth(), (sal_uInt32)::std::max((sal_Int32)0, basegfx::fround(rB.getX().getVal())))); in processLineSpan()
401 incrementLineSpanInterpolators(static_cast<double>(nXA) - rA.getX().getVal()); in processLineSpan()
410 const double fNewZ(::std::max(0.0, ::std::min((double)0xffff, maIntZ.getVal()))); in processLineSpan()