Lines Matching refs:maGradientInfo
83 maGradientInfo(), in GeoTexSvxGradient()
100 && maGradientInfo == pCompare->maGradientInfo in operator ==()
126 maGradientInfo = basegfx::tools::createLinearODFGradientInfo( in GeoTexSvxGradientLinear()
136 aInvOutputRange.transform(maGradientInfo.getBackTextureTransform()); in GeoTexSvxGradientLinear()
153 if(maGradientInfo.getSteps()) in appendTransformationsAndColors()
155 const double fStripeWidth(1.0 / maGradientInfo.getSteps()); in appendTransformationsAndColors()
167 for(sal_uInt32 a(1); a < maGradientInfo.getSteps(); a++) in appendTransformationsAndColors()
175 if(a + 1 == maGradientInfo.getSteps() && mfUnitMaxY > 1.0) in appendTransformationsAndColors()
184 … aB2DHomMatrixAndBColor.maB2DHomMatrix = maGradientInfo.getTextureTransform() * aNew; in appendTransformationsAndColors()
187 …xAndBColor.maBColor = interpolate(maStart, maEnd, double(a) / double(maGradientInfo.getSteps() - 1… in appendTransformationsAndColors()
196 const double fScaler(basegfx::tools::getLinearGradientAlpha(rUV, maGradientInfo)); in modifyBColor()
221 maGradientInfo = basegfx::tools::createAxialODFGradientInfo( in GeoTexSvxGradientAxial()
231 aInvOutputRange.transform(maGradientInfo.getBackTextureTransform()); in GeoTexSvxGradientAxial()
247 if(maGradientInfo.getSteps()) in appendTransformationsAndColors()
249 const double fStripeWidth(1.0 / maGradientInfo.getSteps()); in appendTransformationsAndColors()
252 for(sal_uInt32 a(1); a < maGradientInfo.getSteps(); a++) in appendTransformationsAndColors()
269 … aB2DHomMatrixAndBColor.maB2DHomMatrix = maGradientInfo.getTextureTransform() * aNew; in appendTransformationsAndColors()
272 …xAndBColor.maBColor = interpolate(maEnd, maStart, double(a) / double(maGradientInfo.getSteps() - 1… in appendTransformationsAndColors()
281 const double fScaler(basegfx::tools::getAxialGradientAlpha(rUV, maGradientInfo)); in modifyBColor()
304 maGradientInfo = basegfx::tools::createRadialODFGradientInfo( in GeoTexSvxGradientRadial()
321 if(maGradientInfo.getSteps()) in appendTransformationsAndColors()
323 const double fStepSize(1.0 / maGradientInfo.getSteps()); in appendTransformationsAndColors()
326 for(sal_uInt32 a(1); a < maGradientInfo.getSteps(); a++) in appendTransformationsAndColors()
329 …aB2DHomMatrixAndBColor.maB2DHomMatrix = maGradientInfo.getTextureTransform() * basegfx::tools::cre… in appendTransformationsAndColors()
330 …xAndBColor.maBColor = interpolate(maStart, maEnd, double(a) / double(maGradientInfo.getSteps() - 1… in appendTransformationsAndColors()
338 const double fScaler(basegfx::tools::getRadialGradientAlpha(rUV, maGradientInfo)); in modifyBColor()
362 maGradientInfo = basegfx::tools::createEllipticalODFGradientInfo( in GeoTexSvxGradientElliptical()
380 if(maGradientInfo.getSteps()) in appendTransformationsAndColors()
387 if(maGradientInfo.getAspectRatio() > 1.0) in appendTransformationsAndColors()
389 fIncrementY = fHeight / maGradientInfo.getSteps(); in appendTransformationsAndColors()
390 fIncrementX = fIncrementY / maGradientInfo.getAspectRatio(); in appendTransformationsAndColors()
394 fIncrementX = fWidth / maGradientInfo.getSteps(); in appendTransformationsAndColors()
395 fIncrementY = fIncrementX * maGradientInfo.getAspectRatio(); in appendTransformationsAndColors()
400 for(sal_uInt32 a(1); a < maGradientInfo.getSteps(); a++) in appendTransformationsAndColors()
406 …aB2DHomMatrixAndBColor.maB2DHomMatrix = maGradientInfo.getTextureTransform() * basegfx::tools::cre… in appendTransformationsAndColors()
407 …xAndBColor.maBColor = interpolate(maStart, maEnd, double(a) / double(maGradientInfo.getSteps() - 1… in appendTransformationsAndColors()
415 const double fScaler(basegfx::tools::getEllipticalGradientAlpha(rUV, maGradientInfo)); in modifyBColor()
439 maGradientInfo = basegfx::tools::createSquareODFGradientInfo( in GeoTexSvxGradientSquare()
457 if(maGradientInfo.getSteps()) in appendTransformationsAndColors()
459 const double fStepSize(1.0 / maGradientInfo.getSteps()); in appendTransformationsAndColors()
462 for(sal_uInt32 a(1); a < maGradientInfo.getSteps(); a++) in appendTransformationsAndColors()
465 …aB2DHomMatrixAndBColor.maB2DHomMatrix = maGradientInfo.getTextureTransform() * basegfx::tools::cre… in appendTransformationsAndColors()
466 …xAndBColor.maBColor = interpolate(maStart, maEnd, double(a) / double(maGradientInfo.getSteps() - 1… in appendTransformationsAndColors()
474 const double fScaler(basegfx::tools::getSquareGradientAlpha(rUV, maGradientInfo)); in modifyBColor()
498 maGradientInfo = basegfx::tools::createRectangularODFGradientInfo( in GeoTexSvxGradientRect()
516 if(maGradientInfo.getSteps()) in appendTransformationsAndColors()
523 if(maGradientInfo.getAspectRatio() > 1.0) in appendTransformationsAndColors()
525 fIncrementY = fHeight / maGradientInfo.getSteps(); in appendTransformationsAndColors()
526 fIncrementX = fIncrementY / maGradientInfo.getAspectRatio(); in appendTransformationsAndColors()
530 fIncrementX = fWidth / maGradientInfo.getSteps(); in appendTransformationsAndColors()
531 fIncrementY = fIncrementX * maGradientInfo.getAspectRatio(); in appendTransformationsAndColors()
536 for(sal_uInt32 a(1); a < maGradientInfo.getSteps(); a++) in appendTransformationsAndColors()
542 …aB2DHomMatrixAndBColor.maB2DHomMatrix = maGradientInfo.getTextureTransform() * basegfx::tools::cre… in appendTransformationsAndColors()
543 …xAndBColor.maBColor = interpolate(maStart, maEnd, double(a) / double(maGradientInfo.getSteps() - 1… in appendTransformationsAndColors()
551 const double fScaler(basegfx::tools::getRectangularGradientAlpha(rUV, maGradientInfo)); in modifyBColor()