Lines Matching refs:getX

174 		    rTarget.setX(maIntTexture.getX().getVal());  in getTextureCoor()
181 rTarget.setX(maIntInvTexture.getX().getVal() * fInvZFactor); in getTextureCoor()
247 …basegfx::B3DVector(maIntNormal.getX().getVal(), maIntNormal.getY().getVal(), maIntNormal.getZ().ge… in decideColorAndOpacity()
256 …basegfx::BColor aBlendColor(maIntColor.getX().getVal(), maIntColor.getY().getVal(), maIntColor.get… in decideColorAndOpacity()
271 …basegfx::B3DVector(maIntNormal.getX().getVal(), maIntNormal.getY().getVal(), maIntNormal.getZ().ge… in decideColorAndOpacity()
280 rColor.setRed(maIntColor.getX().getVal()); in decideColorAndOpacity()
298 const double xInvDelta(1.0 / (rB.getX().getVal() - rA.getX().getVal())); in setupLineSpanInterpolators()
323 rTA.getX().getVal(), (rTB.getX().getVal() - rTA.getX().getVal()) * xInvDelta, in setupLineSpanInterpolators()
331 rITA.getX().getVal(), (rITB.getX().getVal() - rITA.getX().getVal()) * xInvDelta, in setupLineSpanInterpolators()
342 rNA.getX().getVal(), (rNB.getX().getVal() - rNA.getX().getVal()) * xInvDelta, in setupLineSpanInterpolators()
352 rCA.getX().getVal(), (rCB.getX().getVal() - rCA.getX().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()