Home
last modified time | relevance | path

Searched refs:aLerper (Results 1 – 3 of 3) sorted by relevance

/trunk/main/canvas/source/vcl/
H A Dcanvashelper_texturefill.cxx212 basegfx::tools::KeyStopLerp aLerper(rValues.maStops); in fillLinearGradient() local
220 boost::tuples::tie(nIndex,fAlpha)=aLerper.lerp(double(i)/nStepCount); in fillLinearGradient()
369 basegfx::tools::KeyStopLerp aLerper(rValues.maStops); in fillPolygonalGradient() local
386 boost::tuples::tie(nIndex,fAlpha)=aLerper.lerp(fT); in fillPolygonalGradient()
444 boost::tuples::tie(nIndex,fAlpha)=aLerper.lerp(fT); in fillPolygonalGradient()
/trunk/main/canvas/source/directx/
H A Ddx_canvashelper_texturefill.cxx332 basegfx::tools::KeyStopLerp aLerper(rValues.maStops); in fillPolygonalGradient() local
338 boost::tuples::tie(nIndex,fAlpha)=aLerper.lerp(fT); in fillPolygonalGradient()
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx856 basegfx::tools::KeyStopLerp aLerper(pPolyImpl->getValues().maStops); in doOperation() local
863 boost::tuples::tie(nIndex,fAlpha)=aLerper.lerp(fT); in doOperation()

Completed in 39 milliseconds